-
Notifications
You must be signed in to change notification settings - Fork 619
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
changelog: add entry for #1278 #1316
Conversation
CHANGELOG.md
Outdated
@@ -1,6 +1,7 @@ | |||
# Changelog | |||
|
|||
## 1.17.3-dev | |||
* Enhancement - Add support for containers to inhereit ENI private dns hostnames for awsvpc tasks [#1278](https://github.com/aws/amazon-ecs-agent/pull/1278) |
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: DNS
should be capitalized, and awsvpc
should be quoted.
a2b2904
to
4a388c0
Compare
CHANGELOG.md
Outdated
@@ -1,6 +1,7 @@ | |||
# Changelog | |||
|
|||
## 1.17.3-dev | |||
* Enhancement - Add support for containers to inhereit ENI private DNS hostnames for "awsvpc" tasks [#1278](https://github.com/aws/amazon-ecs-agent/pull/1278) |
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 should be `awsvpc.. ?
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.
apparently it was for the 1.17.0 changelog 🤔
okay sure will make this change, although i did tell @richardpen id put quotes
4a388c0
to
b91445c
Compare
Summary
add changelog entry for PR #1278
Implementation details
Testing
make release
)go build -out amazon-ecs-agent.exe ./agent
)make test
) passgo test -timeout=25s ./agent/...
) passmake run-integ-tests
) pass.\scripts\run-integ-tests.ps1
) passmake run-functional-tests
) pass.\scripts\run-functional-tests.ps1
) passNew tests cover the changes:
Description for the changelog
Licensing
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.