diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee8cdbf469..a77ff440c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +# 1.101.3 +* Enhancement - Added ecs-init config for Chainguard OS [#4775](https://github.com/aws/amazon-ecs-agent/pull/4775) +* Enhancement - fix resolv.conf for SC tasks on ECS Managed Instances [#4849](https://github.com/aws/amazon-ecs-agent/pull/4849) +* Enhancement - Cached IMDS responses to mitigate linklocal throttle [#4847](https://github.com/aws/amazon-ecs-agent/pull/4847) +* Enhancement - Update Go version for builds to 1.24.12 [#4852](https://github.com/aws/amazon-ecs-agent/pull/4852) +* Enhancement - Bump github.com/containernetworking/cni from 1.2.3 to 1.3.0 in /agent [#4846](https://github.com/aws/amazon-ecs-agent/pull/4846) +* Enhancemnet - Bump google.golang.org/grpc from 1.62.0 to 1.78.0 in /ecs-agent [#4845](https://github.com/aws/amazon-ecs-agent/pull/4845) +* BugFix - Fixed ECR authentication failure when AWS_USE_FIPS_ENDPOINT=true and ECS control plane sends a FIPS endpoint override [#4850](https://github.com/aws/amazon-ecs-agent/pull/4850) + # 1.101.2 * Enhancement - Update SSM Agent version to 3.3.3572.0 [#4837](https://github.com/aws/amazon-ecs-agent/pull/4837) * Bugfix - Wait for execution role credentials to create task resource upon agent restart [#4827](https://github.com/aws/amazon-ecs-agent/pull/4827) diff --git a/VERSION b/VERSION index 2782bb78eb1..b95dbfb9adf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.101.2 +1.101.3 diff --git a/agent/version/version.go b/agent/version/version.go index 96667a25725..ab6d75af974 100644 --- a/agent/version/version.go +++ b/agent/version/version.go @@ -22,10 +22,10 @@ package version // repository. Only the 'Version' const should change in checked-in source code // Version is the version of the Agent -const Version = "1.101.2" +const Version = "1.101.3" // GitDirty indicates the cleanliness of the git repo when this agent was built const GitDirty = true // GitShortHash is the short hash of this agent build -const GitShortHash = "13d0cb7d" +const GitShortHash = "62df3365" diff --git a/ecs-init/ECSVERSION b/ecs-init/ECSVERSION index 2782bb78eb1..b95dbfb9adf 100644 --- a/ecs-init/ECSVERSION +++ b/ecs-init/ECSVERSION @@ -1 +1 @@ -1.101.2 +1.101.3 diff --git a/ecs-init/config/common.go b/ecs-init/config/common.go index f7cfe5a1eb3..dead0c7c29e 100644 --- a/ecs-init/config/common.go +++ b/ecs-init/config/common.go @@ -46,7 +46,7 @@ const ( // DefaultAgentVersion is the version of the agent that will be // fetched if required. This should look like v1.2.3 or an // 8-character sha, as is downloadable from S3. - DefaultAgentVersion = "v1.101.2" + DefaultAgentVersion = "v1.101.3" // AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent AgentPartitionBucketName = "amazon-ecs-agent" diff --git a/packaging/amazon-linux-ami-integrated/ecs-agent.spec b/packaging/amazon-linux-ami-integrated/ecs-agent.spec index 9fadfedb9e7..74c7b4d8a6d 100644 --- a/packaging/amazon-linux-ami-integrated/ecs-agent.spec +++ b/packaging/amazon-linux-ami-integrated/ecs-agent.spec @@ -27,7 +27,7 @@ %global ebs_csi_driver_dir /var/lib/ecs/deps/daemons/ebs-csi-driver Name: ecs-init -Version: 1.101.2 +Version: 1.101.3 Release: 1%{?dist} License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -282,6 +282,9 @@ fi %endif %changelog +* Thu Jan 29 2026 Thean Lim - 1.101.3-1 +- Cache Agent version 1.101.3 + * Fri Jan 09 2026 Prateek Chaudhry - 1.101.2-1 - Cache Agent version 1.101.2 diff --git a/packaging/generic-deb-integrated/debian/changelog b/packaging/generic-deb-integrated/debian/changelog index 6758ff49f71..fd950865013 100644 --- a/packaging/generic-deb-integrated/debian/changelog +++ b/packaging/generic-deb-integrated/debian/changelog @@ -1,3 +1,9 @@ +amazon-ecs-init (1.101.3-1) stable; urgency=medium + + * Cache Agent version 1.101.3 + + -- Thean Lim Thu, 29 Jan 2026 18:00:00 +0000 + amazon-ecs-init (1.101.2-1) stable; urgency=medium * Cache Agent version 1.101.2 diff --git a/packaging/generic-rpm-integrated/amazon-ecs-init.spec b/packaging/generic-rpm-integrated/amazon-ecs-init.spec index 681c8bcaa65..aabb588a7aa 100644 --- a/packaging/generic-rpm-integrated/amazon-ecs-init.spec +++ b/packaging/generic-rpm-integrated/amazon-ecs-init.spec @@ -19,7 +19,7 @@ %global agent_image ecs-agent-v%{version}.tar Name: amazon-ecs-init -Version: 1.101.2 +Version: 1.101.3 Release: 1 License: Apache 2.0 Summary: Amazon Elastic Container Service initialization application @@ -93,6 +93,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar %systemd_postun_with_restart amazon-ecs-volume-plugin %changelog +* Thu Jan 29 2026 Thean Lim - 1.101.3-1 +- Cache Agent version 1.101.3 + * Fri Jan 09 2026 Prateek Chaudhry - 1.101.2-1 - Cache Agent version 1.101.2 diff --git a/packaging/suse/amazon-ecs-init.changes b/packaging/suse/amazon-ecs-init.changes index 9f162d05d0b..c78f7cec0e2 100644 --- a/packaging/suse/amazon-ecs-init.changes +++ b/packaging/suse/amazon-ecs-init.changes @@ -1,4 +1,8 @@ ------------------------------------------------------------------- +Thu Jan 29, 18:00:00 UTC 2026 - theanlim@amazon.com - 1.101.3-1 + +- Cache Agent version 1.101.3 +------------------------------------------------------------------- Fri Jan 09, 18:00:00 UTC 2026 - ptchau@amazon.com - 1.101.2-1 - Cache Agent version 1.101.2 diff --git a/scripts/changelog/CHANGELOG_MASTER b/scripts/changelog/CHANGELOG_MASTER index 536e15b869d..f5578829ede 100644 --- a/scripts/changelog/CHANGELOG_MASTER +++ b/scripts/changelog/CHANGELOG_MASTER @@ -1,3 +1,8 @@ +1.101.3-1 +Thean Lim +2026-01-29T10:00:00-08:00 +Cache Agent version 1.101.3 + 1.101.2-1 Prateek Chaudhry 2026-01-09T10:00:00-08:00