Skip to content

Releases: aws/amazon-ecs-agent

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

Amazon ECS Agent - v1.82.4

20 May 21:14
1133dd9
Compare
Choose a tag to compare
  • Enhancement - Add retries to DockerClient's manifest pull functionality and add utils/reference package #4150
  • Enhancement - ContainerRestartPolicy ACS and TCS models, TMDS updates #4158#4163
  • Enhancement - Add restart tracker and restart policy to ecs-agent module #4162
  • Enhancement - Add BackendStatusString method to ContainerStatus #4167
  • Enhancement - Simplify ContainerStatus.BackendStatusString() method #4168
  • Enhancement - Bump github.com/docker/docker from 23.0.8+incompatible to 24.0.9+incompatible in /ecs-init #4122
  • Bugfix - Update ca-certs base image #4153
  • Bugfix - fixing command typo #4165

Amazon ECS Agent - v1.82.3

26 Apr 02:42
b702281
Compare
Choose a tag to compare

1.82.3

  • Enhancement - Implement TextMarshaler for ContainerStatus #4135
  • Enhancement - Add MANIFEST_PULLED internal container and task states #4137
  • Enhancement - Fail early when an unsupported docker API version is found #4141
  • Enhancement - Add functionality to pull image manifests to DockerClient #4140
  • Bugfix - Fix AL2023 integration tests #4132
  • Bugfix - Fix TestExecCommandAgent flakiness on AL1 #4138
  • Bugfix - Delete containers before the task from BoltDB #3987
  • Bugfix - Specifically set the CW endpoint when using awslogs as log driver for specifc regions #4143

Amazon ECS Agent - v1.82.2

10 Apr 00:00
Compare
Choose a tag to compare

1.82.2

  • Enhancement - Bump aws-sdk-go version to 1.51.3 #4120
  • Enhancement - Update dependencies to include security patches reported by dependabot for agent #4113
  • Enhancement - Order network interfaces according to index value #4126
  • Bugfix - Explicitly set up ECS config dir in spec files #4131

Amazon ECS Agent - v1.82.1

26 Mar 00:49
3d608ab
Compare
Choose a tag to compare

1.82.1

  • Bugfix - Pass clusterARN in task state change struct. #4107
  • Enhancement - Update go module dependencies #4109
  • Enhancement - ecs-init support for old docker engines (pre docker 17.x) and future docker engines (when api 1.25 is deprecated). #4080
  • Enhancement - Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #4115
  • Enhancement - Update SSM Agent version to 3.2.2303.0 for ECS exec #4116

Amazon ECS Agent - v1.82.0

06 Mar 18:13
Compare
Choose a tag to compare
  • Enhancement - Make ecs-init log level configurable #4097.
  • Enhancement - Add ECS_EBSTA_SUPPORTED environment variable to enable/disable EBS Task Attach capabilities. The environment variable is set automatically by ecs-init #4091.