-
Notifications
You must be signed in to change notification settings - Fork 617
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
Release 1.70.0 #3603
Release 1.70.0 #3603
Conversation
@@ -1,5 +1,16 @@ | |||
# Changelog | |||
|
|||
## 1.70.0 |
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.
these should all be markdown URLs, like [text](url)
@@ -1,5 +1,16 @@ | |||
# Changelog | |||
|
|||
## 1.70.0 | |||
* Fix: flaky TestMetricsDisabled unit test. #3588 |
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.
dont need to put unit test fixes in changelog, this doesnt effect any external functionality
* Enhancement: Resolve CI NodeJS 12 deprecation warnings for actions/checkout. #3595 | ||
* Enhancement: update docker client library to latest. #3598 | ||
* Enhancement: Provide imageDigest for images from all container repositories. #3576 | ||
* Enhancement: explicitly provide the network name override to nat when using bridge network mode. #3564 |
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.
nit: keep the note that this is windows-only from PR changelog msg
* Enhancement: Provide imageDigest for images from all container repositories. #3576 | ||
* Enhancement: explicitly provide the network name override to nat when using bridge network mode. #3564 | ||
* Enhancement: Support dynamic host port range assignment for singular ports. The dynamic host port range can be configured with ECS_DYNAMIC_HOST_PORT_RANGE in ecs.config; if there is no user-specified ECS_DYNAMIC_HOST_PORT_RANGE, ECS Agent will assign host ports within the default port range, based on platform and Docker API version, for containers that do not have user-specified host ports in task definitions. #3601 | ||
* Dependency Changes. #3602 |
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 think we can just have a single changelog line for 4 of these PRs (all of 3602, 3593, 3595, 3598 are just dependfency bumps)
Licensing
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.