Skip to content

Conversation

@WilboMo
Copy link
Contributor

@WilboMo WilboMo commented Aug 5, 2021

Issue number:
N/A

Description of changes:
Updates CHANGELOG.md, README.md to reflect changes in the release and updates the default version for Bottlerocket ECS updater.

Testing done:
Deployed stack with CloudFormation template and verified new default was applied to parameters as expected. CloudTrail event excerpt displaying the new default image:

"image": "public.ecr.aws/bottlerocket/bottlerocket-ecs-updater:v0.2.0",

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

CHANGELOG.md Outdated
@@ -1,3 +1,14 @@
# 0.2.0

* Add pagination functionality.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pagination is the mechanism that we've added support for larger clusters, but not the feature.

Suggested change
* Add pagination functionality.
* Add support for clusters larger than 50 container instances.

CHANGELOG.md Outdated

* Add pagination functionality.
* Add after-action summary and done message to log output.
* Add check to determine if Fargate task is already running.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Add check to determine if Fargate task is already running.
* Add check to reduce the chance of concurrent updater runs.

CHANGELOG.md Outdated
* Add pagination functionality.
* Add after-action summary and done message to log output.
* Add check to determine if Fargate task is already running.
* Add additional unit tests.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one isn't a feature.

Suggested change
* Add additional unit tests.

CHANGELOG.md Outdated
* Add after-action summary and done message to log output.
* Add check to determine if Fargate task is already running.
* Add additional unit tests.
* Update `sendCommand` functionality.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this mean?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I may actually remove it since its not really feature related like some of the other callouts you've made.

CHANGELOG.md Outdated
* Add check to determine if Fargate task is already running.
* Add additional unit tests.
* Update `sendCommand` functionality.
* Update default Bottlerocket ECS updater version.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this one is a feature either.

Suggested change
* Update default Bottlerocket ECS updater version.

CHANGELOG.md Outdated
* Update `sendCommand` functionality.
* Update default Bottlerocket ECS updater version.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be worth including a 🎉?

- Add v0.2.0 entry
- Update README.md to reflect changes in release
- Update default version in bottlerocket-ecs-updater.yml
@WilboMo WilboMo marked this pull request as ready for review August 10, 2021 17:42
@WilboMo WilboMo merged commit cdaf5f7 into bottlerocket-os:develop Aug 12, 2021
@WilboMo WilboMo deleted the changelog branch August 12, 2021 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants