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.61.1 stage #3199

Merged
merged 8 commits into from
May 5, 2022
Merged

V1.61.1 stage #3199

merged 8 commits into from
May 5, 2022

Conversation

singholt
Copy link
Contributor

@singholt singholt commented May 3, 2022

Summary

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.

amazon-ecs-bot and others added 7 commits April 8, 2022 01:06
Sending to an unbuffered channel without a select and without a guarantee that something
will receive from that channel, is a recipe for a gourutine leak.
Make the channel buffered to avoid it.

Also, with a buffered channel, no need to spin up a new goroutine
to begin with. Just send right after channel creation.
Credentials were not being rotated properly on ECS-A Windows instances.
This patch addresses the issue by using the correct file-paths for
credentials on supported platforms. The credential chain hierarchy is
also updated on ECS-A windows to ensure that credential chain is not
broken for other launch types.

Signed-off-by: Siddharth Vinothkumar <[email protected]>
@singholt singholt added this to the 1.61.1 milestone May 3, 2022
@singholt singholt added the staging Trigger staging workflow label May 3, 2022
@amazon-ecs-bot amazon-ecs-bot merged commit 8dc9fde into aws:master May 5, 2022
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.

7 participants