Releases: aws/amazon-ecs-agent
Releases · aws/amazon-ecs-agent
Amazon ECS Agent - v1.16.2 - 2018-01-18
- Bug - Fixed a bug where the ticker would submit empty container state change transitions when a task is STOPPED. #1178
Amazon ECS Agent - v1.16.1 - 2018-01-04
Amazon ECS Agent - v1.16.0 - 2017-11-27
- Feature - Support pulling from Amazon ECR with specified IAM role in task definition
- Feature - Enable support for task level CPU and memory constraints.
- Feature - Enable the ECS agent to run as a Windows service. #1070
- Enhancement - Support CloudWatch metrics for Windows. #1077
- Enhancement - Enforce memory limits on Windows. #1069
- Enhancement - Enforce CPU limits on Windows. #1089
- Enhancement - Simplify task IAM credential host setup. #1105
Amazon ECS Agent - v1.15.2 - 2017-11-17
- Bug - Fixed a bug where container state information wasn't reported. #1076
Amazon ECS Agent - v1.15.1 - 2017-11-13
Amazon ECS Agent - v1.15.0 - 2017-11-02
- Feature - Support for provisioning tasks with ENIs.
- Feature - Support for
--init
Docker run flag. #996 - Feature - Introduces container level metadata. #981
- Enhancement - Enable 'none' logging driver capability by default.
#1041 - Bug - Fixed a bug where tasks that fail to pull containers can cause the agent
to fail to restore properly after a restart. #1033 - Bug - Fixed default logging level issue. #1016
- Bug - Fixed a bug where unsupported Docker API client versions could be registered.
#1014 - Bug - Fixed a bug where non-essential container state changes were sometimes not submitted.
#1026
Amazon ECS Agent - v1.14.5 - 2017-10-03
- Enhancement - Retry failed container image pull operations #975
- Enhancement - Set read and write timeouts for websocket connectons #993
- Enhancement - Add support for the SumoLogic Docker log driver plugin #992
- Bug - Fixed a memory leak issue when submitting the task state change #967
- Bug - Fixed a race condition where a container can be created twice when agent restarts. #939
- Bug - Fixed an issue where
microsoft/windowsservercore:latest
was not pulled on Windows under certain conditions. #990 - Bug - Fixed an issue where task IAM role credentials could be logged to disk. #998
Amazon ECS Agent - v1.14.4 - 2017-08-24
- Enhancement - Batch container state change events. #867
- Enhancement - Improve the error message when reserved memory is larger than the available memory. #897
- Enhancement - Allow plain HTTP connections through wsclient. #899
- Enhancement - Support Logentries log driver by @opsline-radek. #870
- Enhancement - Allow instance attributes to be provided from config file
by
@ejholmes. #908 - Enhancement - Reduce the disconnection period to the backend for idle connections. #912
- Bug - Fix data race where a pointer was returned in Getter. #889
- Bug - Reset agent state if the instance id changed on agent restart. #892
- Bug - Fix a situation in which containers may be falsely reported as STOPPED
in the case of a Docker "stop" API
failure. #910 - Bug - Fix typo in log string by @sharuzzaman. #930
Amazon ECS Agent - v1.14.3 - 2017-06-13
- Bug - Fix a deadlock that was caused by the ImageCleanup and Image Pull. #836
Amazon ECS Agent - v1.14.2 - 2017-06-07
- Bug - Added checks for circular task dependencies. #796
- Bug - Fixed an issue with Docker auth configuration overrides. #751
- Bug - Fixed a race condition in the task clean up code path. #737
- Bug - Upgrade AWS SDK to v1.8.19 to include SDK bugfixes. #786
- Bug - Fixed an issue involving concurrent map writes. #743