We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ce4e5c + 98283d1 commit 03bf3d6Copy full SHA for 03bf3d6
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.2.2
2
+
3
+* Bump version of Go to 1.19.2
4
+* Upgrade `github.com/aws/aws-sdk-go` dependency to `v1.44.137`
5
+* Upgrade `github.com/stretchr/testify` dependency to `v1.8.1`
6
7
# 0.2.1
8
9
* Bump version of Go to 1.19.1 and upgrade dependencies
stacks/bottlerocket-ecs-updater.yaml
@@ -10,7 +10,7 @@ Parameters:
10
UpdaterImage:
11
Description: 'Bottlerocket updater container image'
12
Type: String
13
- Default: 'public.ecr.aws/bottlerocket/bottlerocket-ecs-updater:v0.2.1'
+ Default: 'public.ecr.aws/bottlerocket/bottlerocket-ecs-updater:v0.2.2'
14
LogGroupName:
15
Description: 'Log group name for Bottlerocket updater logs'
16
0 commit comments