Skip to content

Releases: aws/amazon-ecs-agent

Amazon ECS Agent - v1.44.3 - 20200904

03 Sep 05:50
Compare
Choose a tag to compare

1.44.3

  • Bug - Revert Introspection API scope change #2605
  • Bug - Fix a bug where ECS_LOGLEVEL stopped controlling logging level on instance #2597

Amazon ECS Agent - v1.44.2 - 20200828

01 Sep 21:19
Compare
Choose a tag to compare

1.44.2

  • Bug - Fix Introspection API scope and bind to localhost #2588
  • Enhancement - Make image pull timeout configurable #2565

Amazon ECS Agent - v1.44.1 - 20200827

24 Aug 18:45
Compare
Choose a tag to compare
  • Bug - Fixes a bug where ENI is attached before Agent starts and there is a delay in acknowledgement of ENI attachment by Agent #2581
  • Bug - Fixes a deadlock scenario when the agent restores the state from its data file and the tasks are using environment files feature #2580
  • Bug - Fixed a bug that can cause stats endpoint to return empty response to container that just starts up #2578
  • Bug - Fixed a bug where parsing logic from env var parsing was introducing error depending on the value #2573

Amazon ECS Agent - v1.44.0 - 20200820

17 Aug 21:16
Compare
Choose a tag to compare
  • Feature - Add support for customers to configure the destination for the Agent container logs, by setting a Docker-supported logging driver in the Agent config file - #2548
  • Enhancement - Agent's internal state management mechanism is changed from a custom json state file to boltdb. This change is made to reduce its resource consumption especially under high task density/mutation rate - #2562

Amazon ECS Agent - v1.43.0 - 20200807

06 Aug 21:28
Compare
Choose a tag to compare
  • Feature - Collect network stats for awsvpc network mode and display network rate stats for bridge and awsvpc network mode through v4 metadata endpoint - #2545

Amazon ECS Agent - v1.42.0 - 20200730

24 Jul 23:01
Compare
Choose a tag to compare
  • Feature - Support for sub second precision in FluentD #2538.
  • Bug - Fixed a bug that caused configured values for ImageCleanupExclusionList to be ignored in some situations #2513

Amazon ECS Agent - v1.41.1 - 20200709

08 Jul 17:42
Compare
Choose a tag to compare

Bug - Fixed a bug #2476 where HostPort is not present in ECS Task Metadata Endpoint response with bridge network type #2495

Amazon ECS Agent - v1.41.0 - 20200625

24 Jun 19:44
Compare
Choose a tag to compare
  • Feature - Add inferentia support #2458
  • Bug - fixes a bug where env file feature would not accept "=", which is the delimiter in the values of a env var #2487

Amazon ECS Agent - v1.40.0 - 20200604

05 Jun 20:47
Compare
Choose a tag to compare
  • Enhancement - Agent's default stats gathering is changing from docker streaming stats to polling. This should not affect the metrics that customers ultimately see in cloudwatch, but it does affect how the agent gathers the underlying metrics from docker. This change was made for considerable performance gains. Customers with high CPU loads may see their cluster utilization increase; this is a good thing because it means the containers are utilizing more of the cluster, and agent/dockerd/containerd are utilizing less #2452
  • Enhancement - Adds a jitter to this so that we don't query docker for every container's state all at the same time #2444
  • Bug - Register custom logger before it gets used to ensure that the formatter is initiated before it is loaded #2438

Amazon ECS Agent - v1.39.0 - 20200402

05 Apr 18:12
Compare
Choose a tag to compare
  • Feature - Add support for bulk loading env vars through environmentFiles field in task definition #2420
  • Feature - Add v4 task metadata endpoint, which includes additional network information compared to v3 #2396
  • Bug - Fixed an edge case that can cause task failed to start when using container ordering success condition #2404.