Skip to content

Commit cdaf5f7

Browse files
authored
Merge pull request #104 from WilboMo/changelog
Metadata for v0.2.0
2 parents 2d6ef47 + 40fa2cf commit cdaf5f7

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.2.0
2+
3+
* Add support for clusters larger than 50 container instances.
4+
* Add after-action summary and done message to log output.
5+
* Add check to reduce the chance of concurrent runs.
6+
7+
Note: In the Bottlerocket ECS updater v0.1.0 release, support for clusters was limited to 50 container instances. In this release, clusters larger than 50 container instances are now supported. :tada:
8+
19
# 0.1.0
210

311
Initial release of the **Bottlerocket ECS updater** - A service to automatically manage Bottlerocket updates in an Amazon ECS cluster.

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ A container instance may be skipped for update when:
152152
The Bottlerocket ECS Updater uses newer [`apiclient update` commands](https://github.com/bottlerocket-os/bottlerocket#update-api) that were added in version [1.0.5](https://github.com/bottlerocket-os/bottlerocket/blob/develop/CHANGELOG.md#v105-2021-01-15).
153153
The SSM commands will fail if your Bottlerocket OS version is less than 1.0.5.
154154
Instances running Bottlerocket versions less than 1.0.5 need to be manually updated.
155-
* _Too many instances are in the cluster._
156-
The Bottlerocket ECS Updater currently supports clusters of up to 50 container instances.
157-
If the updater is configured to target a cluster with more than 50 instances, some instances may not be updated.
158155

159156
### Why do new container instances launch with older Bottlerocket versions?
160157

stacks/bottlerocket-ecs-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Parameters:
1010
UpdaterImage:
1111
Description: 'Bottlerocket updater container image'
1212
Type: String
13-
Default: 'public.ecr.aws/bottlerocket/bottlerocket-ecs-updater:v0.1.0'
13+
Default: 'public.ecr.aws/bottlerocket/bottlerocket-ecs-updater:v0.2.0'
1414
LogGroupName:
1515
Description: 'Log group name for Bottlerocket updater logs'
1616
Type: String

0 commit comments

Comments
 (0)