You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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