Skip to content

Amazon ECS Agent - v1.17.0 - 2018-02-08

Compare
Choose a tag to compare
@richardpen richardpen released this 08 Feb 22:09
· 3268 commits to master since this release
  • Feature - Support a HTTP endpoint for awsvpc tasks to query metadata.
  • Feature - Support Docker health check.
  • Enhancement - A rate a limiter was added to the credentials endpoint, which throttles clients at steady state and bursts of 10 and 15 requests per second respectively.
  • Bug - Fixed a bug where -version fails due to its dependency on docker client. #1118
  • Bug - Persist container exit code in agent state file. #1125
  • Bug - Fixed a bug where the agent could lose track of running containers when Docker APIs timeout. #1217
  • Bug - Task level memory.use_hierarchy was not being set and memory limits were not being enforced. #1195
  • Bug - Fixed a bug where CPU utilization wasn't correctly reported on Windows. @bboerst #1219