Skip to content

Releases: aws/amazon-ecs-agent

Amazon ECS Agent - v1.38.0 - 20200325

26 Mar 00:05
Compare
Choose a tag to compare

1.38.0

  • Feature - add integration with EFS's access point and IAM authorization features; support EFS volume for task in awsvpc network mode
  • Enhancement - adding Runtime ID of container to agent logs #2399

Amazon ECS Agent - v1.37.0 - 2/20/2020

23 Feb 23:29
Compare
Choose a tag to compare

1.37.0

  • Feature - additional parameters allowed when specifying secretsmanager secret #2358
  • Bug - fixed a bug where Firelens container could not use config file from S3 bucket in us-east-1 #2356

Amazon ECS Agent - v1.36.2 - 02/10/2020

11 Feb 23:12
Compare
Choose a tag to compare
  • Bug - fix windows logfile writing #2347
  • Bug - update sbin mount point to avoid conflict with Docker >= 19.03.5 #2345

Amazon ECS Agent - v1.36.1 - 2020-01-15

20 Jan 17:23
Compare
Choose a tag to compare
  • Bug - Fixed potential file descriptor leak with context logger #2337

Amazon ECS Agent - v1.36.0 - 2020-01-10

13 Jan 19:02
6cacbce
Compare
Choose a tag to compare

1.36.0

  • Feature - structured logs and logfile rollover features #2311 and #2319
  • Feature - new ECS_LOG_* env vars #2330
  • Feature - new ECS_HOST_DATA_DIR and ECS_DATA_DIR env vars #2328

Amazon ECS Agent - v1.35.0 - 12/12/2019

18 Dec 20:21
Compare
Choose a tag to compare
  • Feature - EFS Preview #2301
  • Bug - Load pause container for use by PID/IPC even if task networking is disabled #2300
  • Bug - Fixed a race condition that might cause the agent to crash during container creation #2299

Amazon ECS Agent - v1.34.0 - 2019-11-25

26 Nov 03:00
Compare
Choose a tag to compare
  • Feature - Add Windows gMSA (group Managed Service Account) support on ECS.
  • Bug - Binding metadata directory in Z mode for selinux enabled docker, which enables read access to the metadata files from container processes. #2273

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

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

Amazon ECS Agent - v1.32.1 - 2019-10-28

31 Oct 23:03
Compare
Choose a tag to compare
  • Enhancement - Add ECS_ENABLE_MEMORY_UNBOUNDED_WINDOWS_WORKAROUND flag which when set ignores the memory reservation
    parameter along with memory bounded tasks in windows #2239
  • Bug - Fixed a bug when config attribute in hostConfig is nil when starting a task #2249
  • Bug - Fixed a bug where start container failed with EOF and container is started anyways #2245
  • Bug - Fixed a bug where incorrect error type was detected when the vpc-id could not be detected on ec2-classic #2243
  • Bug - Fixed a bug where Agent did not reopen Docker event stream when it gets EOF/UnexpectedEOF error #2240

Amazon ECS Agent - v1.32.0 - 2019-10-03

26 Sep 23:44
a7f8104
Compare
Choose a tag to compare

1.32.0

  • Feature - Add support for automatic spot instance draining #2205
  • Bug - Fixed a bug where the agent might crash if it's restarted right after launching a task in awsvpc network mode #2219