Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.101.2
1.101.3
4 changes: 2 additions & 2 deletions agent/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ecs-init/ECSVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.101.2
1.101.3
2 changes: 1 addition & 1 deletion ecs-init/config/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 4 additions & 1 deletion packaging/amazon-linux-ami-integrated/ecs-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -282,6 +282,9 @@ fi
%endif

%changelog
* Thu Jan 29 2026 Thean Lim <theanlim@amazon.com> - 1.101.3-1
- Cache Agent version 1.101.3

* Fri Jan 09 2026 Prateek Chaudhry <ptchau@amazon.com> - 1.101.2-1
- Cache Agent version 1.101.2

Expand Down
6 changes: 6 additions & 0 deletions packaging/generic-deb-integrated/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
amazon-ecs-init (1.101.3-1) stable; urgency=medium

* Cache Agent version 1.101.3

-- Thean Lim <theanlim@amazon.com> Thu, 29 Jan 2026 18:00:00 +0000

amazon-ecs-init (1.101.2-1) stable; urgency=medium

* Cache Agent version 1.101.2
Expand Down
5 changes: 4 additions & 1 deletion packaging/generic-rpm-integrated/amazon-ecs-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <theanlim@amazon.com> - 1.101.3-1
- Cache Agent version 1.101.3

* Fri Jan 09 2026 Prateek Chaudhry <ptchau@amazon.com> - 1.101.2-1
- Cache Agent version 1.101.2

Expand Down
4 changes: 4 additions & 0 deletions packaging/suse/amazon-ecs-init.changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions scripts/changelog/CHANGELOG_MASTER
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.101.3-1
Thean Lim <theanlim@amazon.com>
2026-01-29T10:00:00-08:00
Cache Agent version 1.101.3

1.101.2-1
Prateek Chaudhry <ptchau@amazon.com>
2026-01-09T10:00:00-08:00
Expand Down
Loading