Skip to content

Releases: aws/amazon-ecs-agent

Amazon ECS Agent - v1.16.2 - 2018-01-18

18 Jan 23:27
Compare
Choose a tag to compare
  • 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

04 Jan 23:43
Compare
Choose a tag to compare
  • Bug - Fixed a bug where the agent could miss sending an ENI attachment to ECS because of address propagation delays. #1148
  • Enhancement - Upgrade the amazon-ecs-cni-plugins to 2017.10.1. #1155

Amazon ECS Agent - v1.16.0 - 2017-11-27

28 Nov 00:05
Compare
Choose a tag to compare
  • 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

17 Nov 19:54
Compare
Choose a tag to compare
  • Bug - Fixed a bug where container state information wasn't reported. #1076

Amazon ECS Agent - v1.15.1 - 2017-11-13

13 Nov 21:49
Compare
Choose a tag to compare
  • Bug - Fixed a bug where container state information wasn't reported. #1067
  • Bug - Fixed a bug where a task can be blocked in creating state. #1048
  • Bug - Fixed dynamic HostPort in container metadata. #1052

Amazon ECS Agent - v1.15.0 - 2017-11-02

02 Nov 23:54
Compare
Choose a tag to compare
  • 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

03 Oct 22:57
Compare
Choose a tag to compare
  • 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

24 Aug 22:16
Compare
Choose a tag to compare
  • 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

13 Jun 22:51
Compare
Choose a tag to compare
  • Bug - Fix a deadlock that was caused by the ImageCleanup and Image Pull. #836

Amazon ECS Agent - v1.14.2 - 2017-06-07

07 Jun 22:03
Compare
Choose a tag to compare
  • 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