Skip to content

Commit 41d593c

Browse files
committed
Release 1.89.2
1 parent e81257d commit 41d593c

File tree

10 files changed

+37
-7
lines changed

10 files changed

+37
-7
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# 1.89.2
4+
* Enhancement - Refactors Branch ENI configuration to support all platform types [#4436](https://github.com/aws/amazon-ecs-agent/pull/4436)
5+
* Enhancement - Update agent version of https://github.com/containerd/cgroups from v3.0.2 to v3.0.4 [#4350](https://github.com/aws/amazon-ecs-agent/pull/4350)
6+
* Enhancement - Implement credentials chain for aws-sdk-go-v2 [#4424](https://github.com/aws/amazon-ecs-agent/pull/4424)
7+
* Enhancement - Update amazon-ecs-cni-plugins to 2024.09.0 [#4442](https://github.com/aws/amazon-ecs-agent/pull/4442)
8+
* Enhancement - Remove typos from annotations in ecs-init/docker/docker.go [#4426](https://github.com/aws/amazon-ecs-agent/pull/4426)
9+
* Enhancement - Add check if tc is compatible before advertising fault injection capability [#4434](https://github.com/aws/amazon-ecs-agent/pull/4434)
10+
* Enhancement - Add /etc/pki directory to appnet agent's bind mounts for service connect [#4437](https://github.com/aws/amazon-ecs-agent/pull/4437)
11+
312
# 1.89.1
413
* Changes included from discarded v1.89.0 release
514

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.89.1
1+
1.89.2

agent/version/version.go

+2-2
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.89.1"
25+
const Version = "1.89.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 = "2aa7018c"
31+
const GitShortHash = "e81257d8"

ecs-init/ECSVERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.89.1
1+
1.89.2

ecs-init/config/common.go

+1-1
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.89.1"
48+
DefaultAgentVersion = "v1.89.2"
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

+4-1
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.89.1
29+
Version: 1.89.2
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+
* Mon Dec 09 2024 Yiyuan Zhong <[email protected]> - 1.89.2-1
274+
- Cache Agent version 1.89.2
275+
273276
* Tue Nov 19 2024 Harish Senthilkumar <[email protected]> - 1.89.1-1
274277
- Cache Agent version 1.89.1
275278

packaging/generic-deb-integrated/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
amazon-ecs-init (1.89.2-1) stable; urgency=medium
2+
3+
* Cache Agent version 1.89.2
4+
5+
-- Yiyuan Zhong <[email protected]> Mon, 09 Dec 2024 18:00:00 +0000
6+
17
amazon-ecs-init (1.89.1-1) stable; urgency=medium
28

39
* Cache Agent version 1.89.1

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

+4-1
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.89.1
22+
Version: 1.89.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+
* Mon Dec 09 2024 Yiyuan Zhong <[email protected]> - 1.89.2-1
97+
- Cache Agent version 1.89.2
98+
9699
* Tue Nov 19 2024 Harish Senthilkumar <[email protected]> - 1.89.1-1
97100
- Cache Agent version 1.89.1
98101

packaging/suse/amazon-ecs-init.changes

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
-------------------------------------------------------------------
2+
Mon Dec 09, 18:00:00 UTC 2024 - [email protected] - 1.89.2-1
3+
4+
- Cache Agent version 1.89.2
5+
-------------------------------------------------------------------
26
Tue Nov 19, 18:00:00 UTC 2024 - [email protected] - 1.89.1-1
37

48
- Cache Agent version 1.89.1

scripts/changelog/CHANGELOG_MASTER

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.89.2-1
2+
Yiyuan Zhong <[email protected]>
3+
2024-12-09T10:00:00-08:00
4+
Cache Agent version 1.89.2
5+
16
1.89.1-1
27
Harish Senthilkumar <[email protected]>
38
2024-11-19T10:00:00-08:00

0 commit comments

Comments
 (0)