Releases: aws/amazon-ecs-agent
Releases · aws/amazon-ecs-agent
Amazon ECS Agent - v1.86.3
- 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
1.86.2
- Bugfix - Add more validation of stats received from Docker #4295
Amazon ECS Agent - v1.86.1
Amazon ECS Agent - v1.86.0
- Feature - Container Restart Policy #4264
Amazon ECS Agent - v1.85.3
Amazon ECS Agent - v1.85.2
- 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
1.85.1
- Bugfix - UpdateDesiredStatus for task stop verification ACK. #4240
Amazon ECS Agent - v1.85.0
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
Amazon ECS Agent - v1.83.0
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