Releases: aws/amazon-ecs-agent
Releases · aws/amazon-ecs-agent
Amazon ECS Agent - v1.38.0 - 20200325
1.38.0
- Feature - add integration with EFS's access point and IAM authorization features; support EFS volume for task in awsvpc network mode
- Enhancement - adding Runtime ID of container to agent logs #2399
Amazon ECS Agent - v1.37.0 - 2/20/2020
Amazon ECS Agent - v1.36.2 - 02/10/2020
Amazon ECS Agent - v1.36.1 - 2020-01-15
- Bug - Fixed potential file descriptor leak with context logger #2337
Amazon ECS Agent - v1.36.0 - 2020-01-10
Amazon ECS Agent - v1.35.0 - 12/12/2019
Amazon ECS Agent - v1.34.0 - 2019-11-25
- Feature - Add Windows gMSA (group Managed Service Account) support on ECS.
- Bug - Binding metadata directory in Z mode for selinux enabled docker, which enables read access to the metadata files from container processes. #2273
Amazon ECS Agent - v1.33.0 - 2019-11-14
- Feature - Agent performs a sync between task state on the instance and on the backend everytime Agent establishes a connection with the backend. This ensures that task state is as expected on the instance after the instance reconnects with the instance after a disconnection #2191
- Enhancement - Update Docker LoadImage API timeout based on benchamarking test #2269
- Enhancement - Enable the detection of health status of ECS Agent using HEALTHCHECK directive #2260
- Enhancement - Add
NON_ECS_IMAGE_MINIMUM_CLEANUP_AGE
flag which when set allows the user to set the minimum time interval between when a non ECS image is created and when it can be considered for automated image cleanup #2251
Amazon ECS Agent - v1.32.1 - 2019-10-28
- Enhancement - Add
ECS_ENABLE_MEMORY_UNBOUNDED_WINDOWS_WORKAROUND
flag which when set ignores the memory reservation
parameter along with memory bounded tasks in windows #2239 - Bug - Fixed a bug when config attribute in hostConfig is nil when starting a task #2249
- Bug - Fixed a bug where start container failed with EOF and container is started anyways #2245
- Bug - Fixed a bug where incorrect error type was detected when the
vpc-id
could not be detected on ec2-classic #2243 - Bug - Fixed a bug where Agent did not reopen Docker event stream when it gets EOF/UnexpectedEOF error #2240