Skip to content

Amazon ECS Agent - v1.33.0 - 2019-11-14

Compare
Choose a tag to compare
@shubham2892 shubham2892 released this 14 Nov 00:18
· 2269 commits to master since this release
  • 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