You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*: prefer SSM param over AMI ID, do not include "SSM:Parameter" in CFN (#187)
* *: prefer SSM param over AMI ID, do not include "SSM:Parameter" in CFN
if empty
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
* *: add CHANGELOG, update AWS SDK Go
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.5.4...v1.5.5).
9
+
10
+
### `ec2config`
11
+
12
+
- Overwrite [ASG AMI ID if SSM parameter is specified](https://github.com/aws/aws-k8s-tester/pull/187).
13
+
14
+
### `eksconfig`
15
+
16
+
- Overwrite [node group AMI ID if SSM parameter is specified](https://github.com/aws/aws-k8s-tester/pull/187).
17
+
18
+
### `eks`
19
+
20
+
- Do [not include `AWS::SSM::Parameter` in node group CFN template if the parameter is empty](https://github.com/aws/aws-k8s-tester/pull/187).
21
+
- Skip [deleting CMK, VPC, IAM role if EKS cluster delete fails](https://github.com/aws/aws-k8s-tester/pull/186).
22
+
23
+
### Dependency
24
+
25
+
- Upgrade [`github.com/aws/aws-sdk-go`](https://github.com/aws/aws-sdk-go/releases) from [`v1.35.25`](https://github.com/aws/aws-sdk-go/releases/tag/v1.35.25) to [`v1.35.27`](https://github.com/aws/aws-sdk-go/releases/tag/v1.35.27).
26
+
27
+
### Go
28
+
29
+
- Compile with [*Go 1.15.5*](https://golang.org/doc/devel/release.html#go1.15).
Description: AWS Systems Manager Parameter Store parameter of the AMI ID for the worker node instances.
116
+
Description: Specify your own custom image ID. This value overrides any AWS Systems Manager Parameter Store value specified above.{{ end }}{{ if ne .ImageIDSSMParameter "" }} ImageIDSSMParameter:
0 commit comments