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

V1.52.2 stage #2875

Merged
merged 5 commits into from
May 21, 2021
Merged

V1.52.2 stage #2875

merged 5 commits into from
May 21, 2021

Conversation

fenxiong
Copy link
Contributor

@fenxiong fenxiong commented May 19, 2021

Summary

Stage agent 1.52.2. Changelog:

  • Enhancement - Validate agent config file path permission on Windows #2866
  • Bug - Fix potential goroutine leak when closing websocket connections #2854
  • Bug - Fix a bug where a task can be stuck in RUNNING indefinitely when a container can't be stopped due to an unresolved docker bug (see also the open PR in moby to fix the bug).

Implementation details

Testing

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.

@fenxiong fenxiong added this to the 1.52.2 milestone May 19, 2021
@fenxiong fenxiong requested a review from a team May 19, 2021 23:58
chienhanlin
chienhanlin previously approved these changes May 20, 2021
## 1.52.2
* Enhancement - validate agent config file path permission on Windows [#2866](https://github.com/aws/amazon-ecs-agent/pull/2866)
* Bug - fix potential goroutine leak when closing websocket connections [#2854](https://github.com/aws/amazon-ecs-agent/pull/2854)
* Bug - fixes a bug where a task can be stuck in RUNNING indefinitely when a container can't be stopped due to an unresolved docker [bug](https://github.com/moby/moby/issues/41587) (see also the open [PR](https://github.com/moby/moby/pull/41588) in moby to fix the bug).
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we add this log to the PR summary? Thank you!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added

angelcar
angelcar previously approved these changes May 20, 2021

// GitDirty indicates the cleanliness of the git repo when this agent was built
const GitDirty = true

// GitShortHash is the short hash of this agent build
const GitShortHash = "3e46f380"
const GitShortHash = "9349e80e"
Copy link
Contributor

@chienhanlin chienhanlin May 20, 2021

Choose a reason for hiding this comment

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

Copy link
Contributor Author

@fenxiong fenxiong May 20, 2021

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 sha will be an actual commit sha because when you change this line the commit sha changes.. but anyway i updated it again with go run gen/version-gen.go

Copy link
Contributor

Choose a reason for hiding this comment

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

ok! The sha cc51229 is shown under this PR's commits tab

Screen Shot 2021-05-20 at 12 38 34 PM

Copy link
Contributor Author

@fenxiong fenxiong May 20, 2021

Choose a reason for hiding this comment

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

ok i see. updated, thanks!

angelcar
angelcar previously approved these changes May 20, 2021
sparrc
sparrc previously approved these changes May 20, 2021
@fenxiong fenxiong dismissed stale reviews from sparrc and angelcar via fddb17a May 20, 2021 22:46
@fenxiong fenxiong added the staging Trigger staging workflow label May 20, 2021
@amazon-ecs-bot amazon-ecs-bot merged commit fddb17a into aws:master May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
staging Trigger staging workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants