Skip to content

Commit 0814954

Browse files
amazon-ecs-botmye956
authored andcommitted
Release 1.103.2
1 parent 1301143 commit 0814954

10 files changed

Lines changed: 42 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
# 1.103.2
4+
* Enhancement - Bump github.com/aws/aws-sdk-go-v2/service/fsx from 1.53.1 to 1.65.10 in /agent [#4966](https://github.com/aws/amazon-ecs-agent/pull/4966)
5+
* Enhancement - Add semgrep security scan for command injection [#4959](https://github.com/aws/amazon-ecs-agent/pull/4959)
6+
* Enhancement - Bump golang.org/x/tools from 0.39.0 to 0.45.0 in /ecs-agent [#4965](https://github.com/aws/amazon-ecs-agent/pull/4965)
7+
* Enhancement - Add integration test for credential refresher [#4961](https://github.com/aws/amazon-ecs-agent/pull/4961)
8+
* Enhancement - Bump golang.org/x/tools from 0.42.0 to 0.45.0 in /agent [#4873](https://github.com/aws/amazon-ecs-agent/pull/4873)
9+
* Enhancement - Update Go version to 1.25.10 [#4960](https://github.com/aws/amazon-ecs-agent/pull/4960)
10+
* Enhancement - Bump go.etcd.io/bbolt from 1.3.9 to 1.4.3 in /ecs-agent [#4872](https://github.com/aws/amazon-ecs-agent/pull/4872)
11+
* Enhancement - update credentials-fetcher retry comments/tests [#4954](https://github.com/aws/amazon-ecs-agent/pull/4954)
12+
* Enhancement - Enhancement - Add retry mechanism to credentialsfetcher [#4948](https://github.com/aws/amazon-ecs-agent/pull/4948)
13+
* Enhancement - Add IMDS credential refresher [#4953](https://github.com/aws/amazon-ecs-agent/pull/4953)
14+
* Bugfix - fix flaky tests depending on timers [#4955](https://github.com/aws/amazon-ecs-agent/pull/4955)
15+
316
# 1.103.1
417
* Feature - Implement IMDS scanner for task credential retrieval, in the shared library [#4945](https://github.com/aws/amazon-ecs-agent/pull/4945)
518
* Feature - Add config/capability for IMDS-based task credential retrieval (disabled for now) [#4938](https://github.com/aws/amazon-ecs-agent/pull/4938)
@@ -21,7 +34,7 @@
2134
* Enhancement - engine: skip execution role checks when task desired status is stopped [#4918](https://github.com/aws/amazon-ecs-agent/pull/4918)
2235
* Enhancement - Add NeuronDevices type and sysfs-based device discovery [#4919](https://github.com/aws/amazon-ecs-agent/pull/4919)
2336
* Bugfix - Fix release workflow branch handling and add GitHub App token [#4929](https://github.com/aws/amazon-ecs-agent/pull/4929)
24-
* Bugfix - fix(netlib): Conditionally add IPv6 subnet to IPAM config when IPv6 … [#4916](https://github.com/aws/amazon-ecs-agent/pull/4916)
37+
* Bugfix - Conditionally add IPv6 subnet to IPAM config when IPv6 … [#4916](https://github.com/aws/amazon-ecs-agent/pull/4916)
2538

2639
# 1.102.2
2740
* Enhancement - Update SSM exec agent version to 3.3.4108.0 [#4912](https://github.com/aws/amazon-ecs-agent/pull/4912)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.103.1
1+
1.103.2

agent/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ package version
2222
// repository. Only the 'Version' const should change in checked-in source code
2323

2424
// Version is the version of the Agent
25-
const Version = "1.103.1"
25+
const Version = "1.103.2"
2626

2727
// GitDirty indicates the cleanliness of the git repo when this agent was built
2828
const GitDirty = true
2929

3030
// GitShortHash is the short hash of this agent build
31-
const GitShortHash = "1d4b8ebf"
31+
const GitShortHash = "1301143f"

ecs-init/ECSVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.103.1
1+
1.103.2

ecs-init/config/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646
// DefaultAgentVersion is the version of the agent that will be
4747
// fetched if required. This should look like v1.2.3 or an
4848
// 8-character sha, as is downloadable from S3.
49-
DefaultAgentVersion = "v1.103.1"
49+
DefaultAgentVersion = "v1.103.2"
5050

5151
// AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent
5252
AgentPartitionBucketName = "amazon-ecs-agent"

packaging/amazon-linux-ami-integrated/ecs-agent.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
%global ebs_csi_driver_dir /var/lib/ecs/deps/daemons/ebs-csi-driver
2828

2929
Name: ecs-init
30-
Version: 1.103.1
30+
Version: 1.103.2
3131
Release: 1%{?dist}
3232
License: Apache 2.0
3333
Summary: Amazon Elastic Container Service initialization application
@@ -393,6 +393,9 @@ fi
393393
%endif
394394

395395
%changelog
396+
* Tue May 19 2026 amazon-ecs-bot <amazon-ecs-bot@amazon.com> - 1.103.2-1
397+
- Cache Agent version 1.103.2
398+
396399
* Mon May 04 2026 amazon-ecs-bot <amazon-ecs-bot@amazon.com> - 1.103.1-1
397400
- Cache Agent version 1.103.1
398401

packaging/generic-deb-integrated/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
amazon-ecs-init (1.103.2-1) stable; urgency=medium
2+
3+
* Cache Agent version 1.103.2
4+
5+
-- amazon-ecs-bot <amazon-ecs-bot@amazon.com> Tue, 19 May 2026 18:00:00 +0000
6+
17
amazon-ecs-init (1.103.1-1) stable; urgency=medium
28

39
* Cache Agent version 1.103.1

packaging/generic-rpm-integrated/amazon-ecs-init.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
%global agent_image ecs-agent-v%{version}.tar
2020

2121
Name: amazon-ecs-init
22-
Version: 1.103.1
22+
Version: 1.103.2
2323
Release: 1
2424
License: Apache 2.0
2525
Summary: Amazon Elastic Container Service initialization application
@@ -93,6 +93,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
9393
%systemd_postun_with_restart amazon-ecs-volume-plugin
9494

9595
%changelog
96+
* Tue May 19 2026 amazon-ecs-bot <amazon-ecs-bot@amazon.com> - 1.103.2-1
97+
- Cache Agent version 1.103.2
98+
9699
* Mon May 04 2026 amazon-ecs-bot <amazon-ecs-bot@amazon.com> - 1.103.1-1
97100
- Cache Agent version 1.103.1
98101

packaging/suse/amazon-ecs-init.changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
-------------------------------------------------------------------
2+
Tue May 19, 18:00:00 UTC 2026 - amazon-ecs-bot@amazon.com - 1.103.2-1
3+
4+
- Cache Agent version 1.103.2
5+
-------------------------------------------------------------------
26
Mon May 04, 18:00:00 UTC 2026 - amazon-ecs-bot@amazon.com - 1.103.1-1
37

48
- Cache Agent version 1.103.1

scripts/changelog/CHANGELOG_MASTER

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.103.2-1
2+
amazon-ecs-bot <amazon-ecs-bot@amazon.com>
3+
2026-05-19T10:00:00-08:00
4+
Cache Agent version 1.103.2
5+
16
1.103.1-1
27
amazon-ecs-bot <amazon-ecs-bot@amazon.com>
38
2026-05-04T10:00:00-08:00

0 commit comments

Comments
 (0)