File tree 10 files changed +41
-7
lines changed
amazon-linux-ami-integrated
generic-deb-integrated/debian
10 files changed +41
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ # 1.92.0
3
+ * Enhancement - Migrate ECS client to aws-sdk-go-v2 [ #4447 ] ( https://github.com/aws/amazon-ecs-agent/pull/4447 )
4
+ * Enhancement - Update tcs api model to rename osFilesystem to rootFileSystem. [ #4525 ] ( https://github.com/aws/amazon-ecs-agent/pull/4525 )
5
+ * Enhancement - Enhance unit test TestSetInstanceIdentity [ #4533 ] ( https://github.com/aws/amazon-ecs-agent/pull/4533 )
6
+ * Enhancement - Increased container exit reason message size from 255 to 1024 characters [ #4545 ] ( https://github.com/aws/amazon-ecs-agent/pull/4545 )
7
+ * Enhancement - Bump golang.org/x/net from 0.33.0 to 0.36.0 in /agent [ #4532 ] ( https://github.com/aws/amazon-ecs-agent/pull/4532 )
8
+ * Enhancement - Migrate ACS over to AWS SDK Go V2 [ #4534 ] ( https://github.com/aws/amazon-ecs-agent/pull/4534 )
9
+ * Enhancement - Migrate ASM to aws-sdk-go-v2 [ #4556 ] ( https://github.com/aws/amazon-ecs-agent/pull/4556 )
10
+ * Enhancement - Add IPv4 and IPv6 detection to Agent [ #4561 ] ( https://github.com/aws/amazon-ecs-agent/pull/4561 )
11
+ * Enhancement - Update Agent build golang version to 1.23.7 [ #4563 ] ( https://github.com/aws/amazon-ecs-agent/pull/4563 )
12
+ * Bugfix - Update tcs api model to rename BytesUtilized to bytesUtilized [ #4537 ] ( https://github.com/aws/amazon-ecs-agent/pull/4537 )
13
+ * Bugfix - Change back to having struct field pointers within TaskProtectionResponse [ #4559 ] ( https://github.com/aws/amazon-ecs-agent/pull/4559 )
14
+
2
15
# 1.91.2
3
16
* Bugfix - Revert "Migrate ECR client to aws-sdk-go-v2". [ 4539] ( https://github.com/aws/amazon-ecs-agent/pull/4539 )
4
17
Original file line number Diff line number Diff line change 1
- 1.91.2
1
+ 1.92.0
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ package version
22
22
// repository. Only the 'Version' const should change in checked-in source code
23
23
24
24
// Version is the version of the Agent
25
- const Version = "1.91.2 "
25
+ const Version = "1.92.0 "
26
26
27
27
// GitDirty indicates the cleanliness of the git repo when this agent was built
28
28
const GitDirty = true
29
29
30
30
// GitShortHash is the short hash of this agent build
31
- const GitShortHash = "84d22c61 "
31
+ const GitShortHash = "ef05ac67 "
Original file line number Diff line number Diff line change 1
- 1.91.2
1
+ 1.92.0
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const (
45
45
// DefaultAgentVersion is the version of the agent that will be
46
46
// fetched if required. This should look like v1.2.3 or an
47
47
// 8-character sha, as is downloadable from S3.
48
- DefaultAgentVersion = "v1.91.2 "
48
+ DefaultAgentVersion = "v1.92.0 "
49
49
50
50
// AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent
51
51
AgentPartitionBucketName = "amazon-ecs-agent"
Original file line number Diff line number Diff line change 27
27
%global ebs_csi_driver_dir /var/lib/ecs/deps/daemons/ebs-csi-driver
28
28
29
29
Name: ecs-init
30
- Version: 1.91.2
30
+ Version: 1.92.0
31
31
Release: 1%{?dist }
32
32
License: Apache 2.0
33
33
Summary: Amazon Elastic Container Service initialization application
282
282
%endif
283
283
284
284
%changelog
285
+ * Wed Apr 09 2025 Thean Lim <theanlim@amazon.com> - 1.92.0-1
286
+ - Cache Agent version 1.92.0
287
+
285
288
* Thu Mar 20 2025 Dane H Lim <slimdane@amazon.com> - 1.91.2-1
286
289
- Cache Agent version 1.91.2
287
290
Original file line number Diff line number Diff line change
1
+ amazon-ecs-init (1.92.0-1) stable; urgency=medium
2
+
3
+ * Cache Agent version 1.92.0
4
+
5
+ -- Thean Lim <theanlim@amazon.com> Wed, 09 Apr 2025 18:00:00 +0000
6
+
1
7
amazon-ecs-init (1.91.2-1) stable; urgency=medium
2
8
3
9
* Cache Agent version 1.91.2
Original file line number Diff line number Diff line change 19
19
%global agent_image ecs-agent-v%{version }.tar
20
20
21
21
Name: amazon-ecs-init
22
- Version: 1.91.2
22
+ Version: 1.92.0
23
23
Release: 1
24
24
License: Apache 2.0
25
25
Summary: Amazon Elastic Container Service initialization application
@@ -93,6 +93,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
93
93
%systemd_postun_with_restart amazon-ecs-volume-plugin
94
94
95
95
%changelog
96
+ * Wed Apr 09 2025 Thean Lim <theanlim@amazon.com> - 1.92.0-1
97
+ - Cache Agent version 1.92.0
98
+
96
99
* Thu Mar 20 2025 Dane H Lim <slimdane@amazon.com> - 1.91.2-1
97
100
- Cache Agent version 1.91.2
98
101
Original file line number Diff line number Diff line change 1
1
-------------------------------------------------------------------
2
+ Wed Apr 09, 18:00:00 UTC 2025 - theanlim@amazon.com - 1.92.0-1
3
+
4
+ - Cache Agent version 1.92.0
5
+ -------------------------------------------------------------------
2
6
Thu Mar 20, 18:00:00 UTC 2025 - slimdane@amazon.com - 1.91.2-1
3
7
4
8
- Cache Agent version 1.91.2
Original file line number Diff line number Diff line change
1
+ 1.92.0-1
2
+ Thean Lim <theanlim@amazon.com>
3
+ 2025-04-09T10:00:00-08:00
4
+ Cache Agent version 1.92.0
5
+
1
6
1.91.2-1
2
7
Dane H Lim <slimdane@amazon.com>
3
8
2025-03-20T10:00:00-08:00
You can’t perform that action at this time.
0 commit comments