Skip to content
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

Merged
merged 1 commit into from
Mar 23, 2018
Merged

changelog: add entry for #1278 #1316

merged 1 commit into from
Mar 23, 2018

Conversation

adnxn
Copy link
Contributor

@adnxn adnxn commented Mar 22, 2018

Summary

add changelog entry for PR #1278

Implementation details

Testing

  • Builds on Linux (make release)
  • Builds on Windows (go build -out amazon-ecs-agent.exe ./agent)
  • Unit tests on Linux (make test) pass
  • Unit tests on Windows (go test -timeout=25s ./agent/...) pass
  • Integration tests on Linux (make run-integ-tests) pass
  • Integration tests on Windows (.\scripts\run-integ-tests.ps1) pass
  • Functional tests on Linux (make run-functional-tests) pass
  • Functional tests on Windows (.\scripts\run-functional-tests.ps1) pass

New 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.

@sharanyad sharanyad added this to the 1.17.3 milestone Mar 22, 2018
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)

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.

@adnxn adnxn force-pushed the changelog-eni-hostname branch from a2b2904 to 4a388c0 Compare March 23, 2018 19:02
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)
Copy link
Contributor

@sharanyad sharanyad Mar 23, 2018

Choose a reason for hiding this comment

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

This should be `awsvpc.. ?

Copy link
Contributor Author

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

@adnxn adnxn force-pushed the changelog-eni-hostname branch from 4a388c0 to b91445c Compare March 23, 2018 21:15
@adnxn adnxn merged commit 067e5d6 into aws:dev Mar 23, 2018
@adnxn adnxn deleted the changelog-eni-hostname branch October 19, 2018 17:35
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