Skip to content

Commit 69e95d2

Browse files
committed
Release 1.91.0
1 parent c1d7359 commit 69e95d2

File tree

10 files changed

+32
-7
lines changed

10 files changed

+32
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
# 1.91.0
3+
* Enhancement - Make the fluentd-async-connect log driver option configurable [#4476](https://github.com/aws/amazon-ecs-agent/pull/4476)
4+
* Enhancement - Update amazon-ssm-agent version for exec to 3.3.1802.0 for ecs-anywhere [#4511](https://github.com/aws/amazon-ecs-agent/pull/4511)
5+
* Bugfix - Ensure proper cleanup of gMSA Linux credentials by assigning leaseId to taskResource for credentialfetcher tasks [#4490](https://github.com/aws/amazon-ecs-agent/pull/4490)
26

37
# 1.90.0
48
* Enhancement - Upgrade to latest NVIDIA NVML package [#4469](https://github.com/aws/amazon-ecs-agent/pull/4469)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.90.0
1+
1.91.0

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.90.0"
25+
const Version = "1.91.0"
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 = "be041380"
31+
const GitShortHash = "c1d73599"

ecs-init/ECSVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.90.0
1+
1.91.0

ecs-init/config/common.go

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

5050
// AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent
5151
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
@@ -26,7 +26,7 @@
2626
%global agent_image ecs-agent-v%{version}.tar
2727

2828
Name: ecs-init
29-
Version: 1.90.0
29+
Version: 1.91.0
3030
Release: 1%{?dist}
3131
License: Apache 2.0
3232
Summary: Amazon Elastic Container Service initialization application
@@ -270,6 +270,9 @@ fi
270270
%endif
271271

272272
%changelog
273+
* Thu Feb 20 2025 Amogh Rathore <[email protected]> - 1.91.0-1
274+
- Cache Agent version 1.91.0
275+
273276
* Thu Jan 23 2025 Thean Lim <[email protected]> - 1.90.0-1
274277
- Cache Agent version 1.90.0
275278

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.91.0-1) stable; urgency=medium
2+
3+
* Cache Agent version 1.91.0
4+
5+
-- Amogh Rathore <[email protected]> Thu, 20 Feb 2025 18:00:00 +0000
6+
17
amazon-ecs-init (1.90.0-1) stable; urgency=medium
28

39
* Cache Agent version 1.90.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.90.0
22+
Version: 1.91.0
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+
* Thu Feb 20 2025 Amogh Rathore <[email protected]> - 1.91.0-1
97+
- Cache Agent version 1.91.0
98+
9699
* Thu Jan 23 2025 Thean Lim <[email protected]> - 1.90.0-1
97100
- Cache Agent version 1.90.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+
Thu Feb 20, 18:00:00 UTC 2025 - [email protected] - 1.91.0-1
3+
4+
- Cache Agent version 1.91.0
5+
-------------------------------------------------------------------
26
Thu Jan 23, 18:00:00 UTC 2025 - [email protected] - 1.90.0-1
37

48
- Cache Agent version 1.90.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.91.0-1
2+
Amogh Rathore <[email protected]>
3+
2025-02-20T10:00:00-08:00
4+
Cache Agent version 1.91.0
5+
16
1.90.0-1
27
Thean Lim <[email protected]>
38
2025-01-23T10:00:00-08:00

0 commit comments

Comments
 (0)