Skip to content

Releases: aws/amazon-ecs-agent

Amazon ECS Agent - v1.86.3

31 Aug 05:43
Compare
Choose a tag to compare
  • Bugfix: AWSVPC task containers' transition to MANIFEST_PULLED state should depend on the network pause container reaching RESOURCES_PROVISIONED state. #4286
  • Enhancement: Update manifest pull retry strategy so that first few retries are quicker to help setups on which image repository calls depend on network pause container being initialized #4289
  • Bugfix: Streamline how tasks stopped per ECS Control Plane #4301

Amazon ECS Agent - v1.86.2

19 Aug 03:22
4e8af8a
Compare
Choose a tag to compare

1.86.2

  • Bugfix - Add more validation of stats received from Docker #4295

Amazon ECS Agent - v1.86.1

17 Aug 04:10
e37d2c0
Compare
Choose a tag to compare

1.86.1

  • Bugfix - Update environment variable details in README.md and PR Template #4271
  • Bugfix - pull the image with the <image>@<digest> format #4256
  • Bugfix - Revert ecs.service behavior while maintaining resiliency #4277

Amazon ECS Agent - v1.86.0

13 Aug 18:43
Compare
Choose a tag to compare
  • Feature - Container Restart Policy #4264

Amazon ECS Agent - v1.85.3

27 Jul 00:00
Compare
Choose a tag to compare
  • Bugfix - Revert "Resolving Cloudwatch endpoint in all regions" except isolated regions. #4260
  • Bugfix - Add awslogs-endpoint for isolated regions when creating containers. #4262

Amazon ECS Agent - v1.85.2

25 Jul 20:44
522561b
Compare
Choose a tag to compare
  • Bugfix - Disable Digest Resolution for Manifest V2 Schema 1 #4249
  • Bugfix - Fix digest resolution for locally cached images when image reference in the task payload contains docker.io or docker.io/library prefix #4251
  • Bugfix - Use FIPS S3 endpoints only when available in region #4246
  • Bugfix - Resolving Cloudwatch endpoint in all regions #4191

Amazon ECS Agent - v1.85.1

13 Jul 01:28
Compare
Choose a tag to compare

1.85.1

  • Bugfix - UpdateDesiredStatus for task stop verification ACK. #4240

Amazon ECS Agent - v1.85.0

11 Jul 16:19
Compare
Choose a tag to compare

1.85.0

  • Enhancement - Remove unused "generic metrics" code and processing. #4225
  • Enhancement - Add new build specs for building Agent artifacts for Amazon Linux and Windows. #4220
  • Enhancement - Update dev-build CloudFormation stack to add new CodeBuild jobs for building artifacts for Amazon Linux. #4228
  • Enhancement - Change ECS service's dependency on Docker service from 'requires' to 'wants' and check if docker is running during ECS service PreStart. #4233

Amazon ECS Agent - v1.84.0

20 Jun 17:54
Compare
Choose a tag to compare

1.84.0

  • Enhancement - CannotPullContainerError/ASM error message enhancements #4181
  • Enhancement - update go to 1.22.3 #4184
  • Enhancement - cap cpu shares to the max allowed value on Linux #4204
  • Bugfix - S3 config changes to use S3 FIPS endpoints on FIPS hosts #4202

Amazon ECS Agent - v1.83.0

05 Jun 17:36
Compare
Choose a tag to compare

1.83.0

  • Feature - Expedited reporting of container image manifest digests to ECS backend. This change makes Agent resolve container image manifest digests for container images prior to image pulls by either calling image registries or inspecting local images depending on the host state and Agent configuration. Resolved digests will be reported to ECS backend using an additional SubmitTaskStateChange API call #4177
  • Enhancement - Update ACS model restart policy in ecs-agent #4175
  • Enhancement - Update TMDS response for container restarts #4178
  • Enhancement - Enable agent to detect FIPS enabled hosts #4189
  • Bugfix - Fixed a bug that could prevent ECS agent from starting on SUSE Linux 15 #4173