-
Notifications
You must be signed in to change notification settings - Fork 10
Metadata for v0.2.0 #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metadata for v0.2.0 #104
Conversation
CHANGELOG.md
Outdated
| @@ -1,3 +1,14 @@ | |||
| # 0.2.0 | |||
|
|
|||
| * Add pagination functionality. | |||
There was a problem hiding this comment.
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.
| * 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * 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. |
There was a problem hiding this comment.
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.
| * 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this mean?
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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.
| * 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. |
There was a problem hiding this comment.
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
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:
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.