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.47.0 stage #2698

Merged
merged 13 commits into from
Nov 4, 2020
Merged

V1.47.0 stage #2698

merged 13 commits into from
Nov 4, 2020

Conversation

mythri-garaga
Copy link
Contributor

Summary

1.47.0

  • Feature - Add support for FSxWindowsFileServerVolumeConfiguration in task definition #2690
  • Bug - Fixed Makefile to use Go1.12 for Agent windows build
    #2688
  • Bug - Initialize the logger from the agent’s main() #2644

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.

singholt and others added 13 commits October 13, 2020 14:26
…rver

adding FSxWindowsFileServerVolumeConfiguration
Merge branch 'feature/fsx_windows_fileserver' into dev
fsxwindowsfileserver: fixing task concurrency issues
The logger package's initialization logic is init() which will be
executed by loading the package.

However some of our programs are using the agent as a library and
haven't configured seelog beforehand. Due to that, loading the package
logs

```
1600397429848419666 [Error] node must have children
```
which breaks the programs.

I think it would be safer to do less on init() and explicitly
initialize the logger from the agent's main().

Signed-off-by: Kazuyoshi Kato <[email protected]>
@mythri-garaga mythri-garaga added this to the 1.47.0 milestone Oct 28, 2020
@mythri-garaga mythri-garaga added the staging Trigger staging workflow label Oct 28, 2020
@amazon-ecs-bot amazon-ecs-bot merged commit 1489adf into aws:master Nov 4, 2020
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