File tree Expand file tree Collapse file tree 10 files changed +32
-7
lines changed
amazon-linux-ami-integrated
generic-deb-integrated/debian Expand file tree Collapse file tree 10 files changed +32
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ # 1.97.1
3+ * Enhancement - Check if IPv6 kernel config file exists before using ip6tables [ #4744 ] ( https://github.com/aws/amazon-ecs-agent/pull/4744 )
4+ * Bugfix - Scope down IP address depletion fix to managed linux platform only [ #4741 ] ( https://github.com/aws/amazon-ecs-agent/pull/4741 )
5+
26# 1.97.0
37* Enhancement - Bump github.com/aws/aws-sdk-go-v2/service/ssm to 1.60.0 in /agent [ #4704 ] ( https://github.com/aws/amazon-ecs-agent/pull/4704 )
48* Enhancement - Add Exponential/Backoff retry to GetResourceTags [ #4710 ] ( https://github.com/aws/amazon-ecs-agent/pull/4710 )
Original file line number Diff line number Diff line change 1- 1.97.0
1+ 1.97.1
Original file line number Diff line number Diff 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.97.0 "
25+ const Version = "1.97.1 "
2626
2727// GitDirty indicates the cleanliness of the git repo when this agent was built
2828const GitDirty = true
2929
3030// GitShortHash is the short hash of this agent build
31- const GitShortHash = "7ceec132 "
31+ const GitShortHash = "3d2f3f7e "
Original file line number Diff line number Diff line change 1- 1.97.0
1+ 1.97.1
Original file line number Diff line number Diff 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.97.0 "
49+ DefaultAgentVersion = "v1.97.1 "
5050
5151// AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent
5252AgentPartitionBucketName = "amazon-ecs-agent"
Original file line number Diff line number Diff line change 2727%global ebs_csi_driver_dir /var/lib/ecs/deps/daemons/ebs-csi-driver
2828
2929Name: ecs-init
30- Version: 1.97.0
30+ Version: 1.97.1
3131Release: 1%{?dist }
3232License: Apache 2.0
3333Summary: Amazon Elastic Container Service initialization application
282282%endif
283283
284284%changelog
285+ * Thu Aug 07 2025 Harish Senthilkumar <harishxr@amazon.com> - 1.97.1-1
286+ - Cache Agent version 1.97.1
287+
285288* Wed Jul 23 2025 Dane Lim <slimdane@amazon.com> - 1.97.0-1
286289- Cache Agent version 1.97.0
287290
Original file line number Diff line number Diff line change 1+ amazon-ecs-init (1.97.1-1) stable; urgency=medium
2+
3+ * Cache Agent version 1.97.1
4+
5+ -- Harish Senthilkumar <harishxr@amazon.com> Thu, 07 Aug 2025 18:00:00 +0000
6+
17amazon-ecs-init (1.97.0-1) stable; urgency=medium
28
39 * Cache Agent version 1.97.0
Original file line number Diff line number Diff line change 1919%global agent_image ecs-agent-v%{version }.tar
2020
2121Name: amazon-ecs-init
22- Version: 1.97.0
22+ Version: 1.97.1
2323Release: 1
2424License: Apache 2.0
2525Summary: 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 Aug 07 2025 Harish Senthilkumar <harishxr@amazon.com> - 1.97.1-1
97+ - Cache Agent version 1.97.1
98+
9699* Wed Jul 23 2025 Dane Lim <slimdane@amazon.com> - 1.97.0-1
97100- Cache Agent version 1.97.0
98101
Original file line number Diff line number Diff line change 11-------------------------------------------------------------------
2+ Thu Aug 07, 18:00:00 UTC 2025 - harishxr@amazon.com - 1.97.1-1
3+
4+ - Cache Agent version 1.97.1
5+ -------------------------------------------------------------------
26Wed Jul 23, 18:00:00 UTC 2025 - slimdane@amazon.com - 1.97.0-1
37
48- Cache Agent version 1.97.0
Original file line number Diff line number Diff line change 1+ 1.97.1-1
2+ Harish Senthilkumar <harishxr@amazon.com>
3+ 2025-08-07T10:00:00-08:00
4+ Cache Agent version 1.97.1
5+
161.97.0-1
27Dane Lim <slimdane@amazon.com>
382025-07-23T10:00:00-08:00
You can’t perform that action at this time.
0 commit comments