Skip to content

Commit cbdf701

Browse files
Release 1.102.1
1 parent ccd8035 commit cbdf701

10 files changed

Lines changed: 63 additions & 34 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# 1.102.1
4+
* Enhancement - Improve ENI watcher udev logging [#4887](https://github.com/aws/amazon-ecs-agent/pull/4887)
5+
* Enhancement - Update go version to 1.25.7, Update unit test coverage logic [#4886](https://github.com/aws/amazon-ecs-agent/pull/4886)
6+
* Enhancement - Upgrade prometheus deps [#4883](https://github.com/aws/amazon-ecs-agent/pull/4883)
7+
* Enhancement - Use static IP for daemon tasks for Managed Instances, also updates amazon-ecs-cni-plugins [#4881](https://github.com/aws/amazon-ecs-agent/pull/4881)
8+
* Bugfix - Fix IMDS client rate limiting to prevent token refresh failures after 401 responses [#4870](https://github.com/aws/amazon-ecs-agent/pull/4870)
9+
310
# 1.102.0
411
* Enhancement - Support AZ ID for TMDS [#4848](https://github.com/aws/amazon-ecs-agent/pull/4848)
512
* Enhancement - Improved net utils logging [#4861](https://github.com/aws/amazon-ecs-agent/pull/4861)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.102.0
1+
1.102.1

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.102.0"
25+
const Version = "1.102.1"
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 = "bb0634e1"
31+
const GitShortHash = "ccd8035d"

ecs-init/ECSVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.102.0
1+
1.102.1

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.102.0"
49+
DefaultAgentVersion = "v1.102.1"
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: 32 additions & 28 deletions
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.102.0
30+
Version: 1.102.1
3131
Release: 1%{?dist}
3232
License: Apache 2.0
3333
Summary: Amazon Elastic Container Service initialization application
@@ -61,22 +61,30 @@ Requires: procps
6161
# statements by reading out the vendor directory:
6262
#
6363
# find ../../ecs-init/vendor -name \*.go -exec dirname {} \; | sort | uniq | sed 's,^.*ecs-init/vendor/,,; s/^/bundled(golang(/; s/$/))/;' | sed 's/^/Provides:\t/' | expand -
64-
Provides: bundled(golang(github.com/Azure/go-ansiterm))
65-
Provides: bundled(golang(github.com/Azure/go-ansiterm/winterm))
66-
Provides: bundled(golang(github.com/Microsoft/go-winio))
67-
Provides: bundled(golang(github.com/Microsoft/go-winio/internal/fs))
68-
Provides: bundled(golang(github.com/Microsoft/go-winio/internal/socket))
69-
Provides: bundled(golang(github.com/Microsoft/go-winio/internal/stringbuffer))
70-
Provides: bundled(golang(github.com/Microsoft/go-winio/pkg/guid))
71-
Provides: bundled(golang(github.com/NVIDIA/go-nvml/pkg/dl))
72-
Provides: bundled(golang(github.com/NVIDIA/go-nvml/pkg/nvml))
7364
Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/awsrulesfn))
7465
Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/ipcompatibility))
7566
Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/logger))
7667
Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/utils))
7768
Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/utils/net))
7869
Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/utils/netlinkwrapper))
7970
Provides: bundled(golang(github.com/aws/amazon-ecs-agent/ecs-agent/utils/netlinkwrapper/mocks))
71+
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws))
72+
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awserr))
73+
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awsutil))
74+
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client/metadata))
75+
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials))
76+
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints))
77+
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/request))
78+
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/signer/v4))
79+
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/context))
80+
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/ini))
81+
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio))
82+
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkmath))
83+
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults))
84+
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/strings))
85+
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sync/singleflight))
86+
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol))
87+
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/rest))
8088
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws))
8189
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/arn))
8290
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/aws/defaults))
@@ -135,30 +143,13 @@ Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3/internal/
135143
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/s3/types))
136144
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sso))
137145
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints))
138-
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sso/types))
139146
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/ssooidc))
140147
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints))
141148
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/ssooidc/types))
149+
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sso/types))
142150
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sts))
143151
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints))
144152
Provides: bundled(golang(github.com/aws/aws-sdk-go-v2/service/sts/types))
145-
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws))
146-
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awserr))
147-
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/awsutil))
148-
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/client/metadata))
149-
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/credentials))
150-
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/endpoints))
151-
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/request))
152-
Provides: bundled(golang(github.com/aws/aws-sdk-go/aws/signer/v4))
153-
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/context))
154-
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/ini))
155-
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkio))
156-
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sdkmath))
157-
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/shareddefaults))
158-
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/strings))
159-
Provides: bundled(golang(github.com/aws/aws-sdk-go/internal/sync/singleflight))
160-
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol))
161-
Provides: bundled(golang(github.com/aws/aws-sdk-go/private/protocol/rest))
162153
Provides: bundled(golang(github.com/aws/smithy-go))
163154
Provides: bundled(golang(github.com/aws/smithy-go/auth))
164155
Provides: bundled(golang(github.com/aws/smithy-go/auth/bearer))
@@ -186,6 +177,8 @@ Provides: bundled(golang(github.com/aws/smithy-go/tracing))
186177
Provides: bundled(golang(github.com/aws/smithy-go/transport/http))
187178
Provides: bundled(golang(github.com/aws/smithy-go/transport/http/internal/io))
188179
Provides: bundled(golang(github.com/aws/smithy-go/waiter))
180+
Provides: bundled(golang(github.com/Azure/go-ansiterm))
181+
Provides: bundled(golang(github.com/Azure/go-ansiterm/winterm))
189182
Provides: bundled(golang(github.com/cihub/seelog))
190183
Provides: bundled(golang(github.com/cihub/seelog/archive))
191184
Provides: bundled(golang(github.com/cihub/seelog/archive/gzip))
@@ -235,20 +228,28 @@ Provides: bundled(golang(github.com/klauspost/compress/internal/cpuinfo))
235228
Provides: bundled(golang(github.com/klauspost/compress/internal/snapref))
236229
Provides: bundled(golang(github.com/klauspost/compress/zstd))
237230
Provides: bundled(golang(github.com/klauspost/compress/zstd/internal/xxhash))
231+
Provides: bundled(golang(github.com/Microsoft/go-winio))
232+
Provides: bundled(golang(github.com/Microsoft/go-winio/internal/fs))
233+
Provides: bundled(golang(github.com/Microsoft/go-winio/internal/socket))
234+
Provides: bundled(golang(github.com/Microsoft/go-winio/internal/stringbuffer))
235+
Provides: bundled(golang(github.com/Microsoft/go-winio/pkg/guid))
238236
Provides: bundled(golang(github.com/moby/patternmatcher))
239237
Provides: bundled(golang(github.com/moby/sys/sequential))
240238
Provides: bundled(golang(github.com/moby/sys/user))
241239
Provides: bundled(golang(github.com/moby/sys/userns))
242240
Provides: bundled(golang(github.com/moby/term))
243241
Provides: bundled(golang(github.com/moby/term/windows))
244242
Provides: bundled(golang(github.com/morikuni/aec))
243+
Provides: bundled(golang(github.com/NVIDIA/go-nvml/pkg/dl))
244+
Provides: bundled(golang(github.com/NVIDIA/go-nvml/pkg/nvml))
245245
Provides: bundled(golang(github.com/opencontainers/go-digest))
246246
Provides: bundled(golang(github.com/opencontainers/image-spec/specs-go))
247247
Provides: bundled(golang(github.com/opencontainers/image-spec/specs-go/v1))
248248
Provides: bundled(golang(github.com/pkg/errors))
249249
Provides: bundled(golang(github.com/pmezard/go-difflib/difflib))
250250
Provides: bundled(golang(github.com/sirupsen/logrus))
251251
Provides: bundled(golang(github.com/stretchr/testify/assert))
252+
Provides: bundled(golang(github.com/stretchr/testify/assert/yaml))
252253
Provides: bundled(golang(github.com/stretchr/testify/require))
253254
Provides: bundled(golang(github.com/vishvananda/netlink))
254255
Provides: bundled(golang(github.com/vishvananda/netlink/nl))
@@ -392,6 +393,9 @@ fi
392393
%endif
393394

394395
%changelog
396+
* Fri Mar 06 2026 Prateek Chaudhry <ptchau@amazon.com> - 1.102.1-1
397+
- Cache Agent version 1.102.1
398+
395399
* Thu Feb 19 2026 Cameron Sparr <cssparr@amazon.com> - 1.102.0-1
396400
- Cache Agent version 1.102.0
397401

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.102.1-1) stable; urgency=medium
2+
3+
* Cache Agent version 1.102.1
4+
5+
-- Prateek Chaudhry <ptchau@amazon.com> Fri, 06 Mar 2026 18:00:00 +0000
6+
17
amazon-ecs-init (1.102.0-1) stable; urgency=medium
28

39
* Cache Agent version 1.102.0

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.102.0
22+
Version: 1.102.1
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+
* Fri Mar 06 2026 Prateek Chaudhry <ptchau@amazon.com> - 1.102.1-1
97+
- Cache Agent version 1.102.1
98+
9699
* Thu Feb 19 2026 Cameron Sparr <cssparr@amazon.com> - 1.102.0-1
97100
- Cache Agent version 1.102.0
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+
Fri Mar 06, 18:00:00 UTC 2026 - ptchau@amazon.com - 1.102.1-1
3+
4+
- Cache Agent version 1.102.1
5+
-------------------------------------------------------------------
26
Thu Feb 19, 18:00:00 UTC 2026 - cssparr@amazon.com - 1.102.0-1
37

48
- Cache Agent version 1.102.0

scripts/changelog/CHANGELOG_MASTER

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.102.1-1
2+
Prateek Chaudhry <ptchau@amazon.com>
3+
2026-03-06T10:00:00-08:00
4+
Cache Agent version 1.102.1
5+
16
1.102.0-1
27
Cameron Sparr <cssparr@amazon.com>
38
2026-02-19T10:00:00-08:00

0 commit comments

Comments
 (0)