File tree 10 files changed +32
-8
lines changed
amazon-linux-ami-integrated
generic-deb-integrated/debian
10 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # 1.89.1
4
+ * Changes included from discarded v1.89.0 release
5
+
3
6
# 1.89.0
4
7
* Enhancement - Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /ecs-agent/daemonimages/csidriver [ #4361 ] ( https://github.com/aws/amazon-ecs-agent/pull/4361 )
5
8
* Enhancement - Log unresolved dependencies at info level [ #4419 ] ( https://github.com/aws/amazon-ecs-agent/pull/4419 )
Original file line number Diff line number Diff line change 1
- 1.89.0
1
+ 1.89.1
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ package version
21
21
// for those created by running ./scripts/update-version at the root of the
22
22
// repository. Only the 'Version' const should change in checked-in source code
23
23
24
- // Version is the version of agent
25
- const Version = "1.89.0 "
24
+ // Version is the version of the Agent
25
+ const Version = "1.89.1 "
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 = "4843cd00 "
31
+ const GitShortHash = "2aa7018c "
Original file line number Diff line number Diff line change 1
- 1.89.0
1
+ 1.89.1
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.89.0 "
48
+ DefaultAgentVersion = "v1.89.1 "
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 26
26
%global agent_image ecs-agent-v%{version }.tar
27
27
28
28
Name: ecs-init
29
- Version: 1.89.0
29
+ Version: 1.89.1
30
30
Release: 1%{?dist }
31
31
License: Apache 2.0
32
32
Summary: Amazon Elastic Container Service initialization application
270
270
%endif
271
271
272
272
%changelog
273
+ * Tue Nov 19 2024 Harish Senthilkumar <harishxr@amazon.com> - 1.89.1-1
274
+ - Cache Agent version 1.89.1
275
+
273
276
* Thu Nov 14 2024 Thean Lim <theanlim@amazon.com> - 1.89.0-1
274
277
- Cache Agent version 1.89.0
275
278
Original file line number Diff line number Diff line change
1
+ amazon-ecs-init (1.89.1-1) stable; urgency=medium
2
+
3
+ * Cache Agent version 1.89.1
4
+
5
+ -- Harish Senthilkumar <harishxr@amazon.com> Tue, 19 Nov 2024 18:00:00 +0000
6
+
1
7
amazon-ecs-init (1.89.0-1) stable; urgency=medium
2
8
3
9
* Cache Agent version 1.89.0
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.89.0
22
+ Version: 1.89.1
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
+ * Tue Nov 19 2024 Harish Senthilkumar <harishxr@amazon.com> - 1.89.1-1
97
+ - Cache Agent version 1.89.1
98
+
96
99
* Thu Nov 14 2024 Thean Lim <theanlim@amazon.com> - 1.89.0-1
97
100
- Cache Agent version 1.89.0
98
101
Original file line number Diff line number Diff line change 1
1
-------------------------------------------------------------------
2
+ Tue Nov 19, 18:00:00 UTC 2024 - harishxr@amazon.com - 1.89.1-1
3
+
4
+ - Cache Agent version 1.89.1
5
+ -------------------------------------------------------------------
2
6
Thu Nov 14, 18:00:00 UTC 2024 - theanlim@amazon.com - 1.89.0-1
3
7
4
8
- Cache Agent version 1.89.0
Original file line number Diff line number Diff line change
1
+ 1.89.1-1
2
+ Harish Senthilkumar <harishxr@amazon.com>
3
+ 2024-11-19T10:00:00-08:00
4
+ Cache Agent version 1.89.1
5
+
1
6
1.89.0-1
2
7
Thean Lim <theanlim@amazon.com>
3
8
2024-11-14T10:00:00-08:00
You can’t perform that action at this time.
0 commit comments