File tree 13 files changed +46
-9
lines changed
amazon-linux-ami-integrated
generic-deb-integrated/debian
13 files changed +46
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.66.0
4
+ * Feature - gMSA on Linux support [ #3464 ] ( https://github.com/aws/amazon-ecs-agent/pull/3464 )
5
+ * Enhancement - Restart AppNet Relay on failure [ #3469 ] (Restart AppNet Relay on failure)
6
+
3
7
## 1.65.1
4
8
* Enhancement - Add grpc vendor dependencies [ #3439 ] ( https://github.com/aws/amazon-ecs-agent/pull/3439 )
5
9
* Bug - Workaround git-secrets scan issue: awslabs/git-secrets #221 [ #3442 ] ( https://github.com/aws/amazon-ecs-agent/pull/3442 )
Original file line number Diff line number Diff line change 1
- 1.65.1
1
+ 1.66.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.65.1 "
25
+ const Version = "1.66.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 = "32fcc33c "
31
+ const GitShortHash = "097bf888 "
Original file line number Diff line number Diff line change 1
- 1.65.1
1
+ 1.66.0
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const (
46
46
// DefaultAgentVersion is the version of the agent that will be
47
47
// fetched if required. This should look like v1.2.3 or an
48
48
// 8-character sha, as is downloadable from S3.
49
- DefaultAgentVersion = "v1.65.1 "
49
+ DefaultAgentVersion = "v1.66.0 "
50
50
51
51
// AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent
52
52
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.65.1
29
+ Version: 1.66.0
30
30
Release: 1%{?dist }
31
31
License: Apache 2.0
32
32
Summary: Amazon Elastic Container Service initialization application
272
272
%endif
273
273
274
274
%changelog
275
+ * Tue Nov 08 2022 Cameron Sparr <cssparr@amazon.com> - 1.66.0-1
276
+ - Cache Agent version 1.66.0
277
+
275
278
* Fri Oct 28 2022 Ray Allan <fierlion@amazon.com> - 1.65.1-1
276
279
- Cache Agent version 1.65.1
277
280
Original file line number Diff line number Diff line change 33
33
%endif
34
34
35
35
Name: ecs-init
36
- Version: 1.65.1
36
+ Version: 1.66.0
37
37
Release: 1%{?dist }
38
38
License: Apache 2.0
39
39
Summary: Amazon Elastic Container Service initialization application
279
279
%endif
280
280
281
281
%changelog
282
+ * Tue Nov 08 2022 Cameron Sparr <cssparr@amazon.com> - 1.66.0-1
283
+ - Cache Agent version 1.66.0
284
+
282
285
* Fri Oct 28 2022 Ray Allan <fierlion@amazon.com> - 1.65.1-1
283
286
- Cache Agent version 1.65.1
284
287
Original file line number Diff line number Diff line change
1
+ amazon-ecs-init (1.66.0-1) stable; urgency=medium
2
+
3
+ * Cache Agent version 1.66.0
4
+
5
+ -- Cameron Sparr <cssparr@amazon.com> Tue, 08 Nov 2022 18:00:00 +0000
6
+
1
7
amazon-ecs-init (1.65.1-1) stable; urgency=medium
2
8
3
9
* Cache Agent version 1.65.1
Original file line number Diff line number Diff line change
1
+ amazon-ecs-init (1.66.0-1) stable; urgency=medium
2
+
3
+ * Cache Agent version 1.66.0
4
+
5
+ -- Cameron Sparr <cssparr@amazon.com> Tue, 08 Nov 2022 18:00:00 +0000
6
+
1
7
amazon-ecs-init (1.65.1-1) stable; urgency=medium
2
8
3
9
* Cache Agent version 1.65.1
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.65.1
22
+ Version: 1.66.0
23
23
Release: 1
24
24
License: Apache 2.0
25
25
Summary: Amazon Elastic Container Service initialization application
@@ -95,6 +95,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
95
95
%systemd_postun_with_restart amazon-ecs-volume-plugin
96
96
97
97
%changelog
98
+ * Tue Nov 08 2022 Cameron Sparr <cssparr@amazon.com> - 1.66.0-1
99
+ - Cache Agent version 1.66.0
100
+
98
101
* Fri Oct 28 2022 Ray Allan <fierlion@amazon.com> - 1.65.1-1
99
102
- Cache Agent version 1.65.1
100
103
Original file line number Diff line number Diff line change 26
26
#%endif
27
27
28
28
Name: amazon-ecs-init
29
- Version: 1.65.1
29
+ Version: 1.66.0
30
30
Release: 1
31
31
License: Apache 2.0
32
32
Summary: Amazon Elastic Container Service initialization application
@@ -105,6 +105,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
105
105
%systemd_postun_with_restart amazon-ecs-volume-plugin
106
106
107
107
%changelog
108
+ * Tue Nov 08 2022 Cameron Sparr <cssparr@amazon.com> - 1.66.0-1
109
+ - Cache Agent version 1.66.0
110
+
108
111
* Fri Oct 28 2022 Ray Allan <fierlion@amazon.com> - 1.65.1-1
109
112
- Cache Agent version 1.65.1
110
113
Original file line number Diff line number Diff line change 1
1
-------------------------------------------------------------------
2
+ Tue Nov 08, 18:00:00 UTC 2022 - cssparr@amazon.com - 1.66.0-1
3
+
4
+ - Cache Agent version 1.66.0
5
+ -------------------------------------------------------------------
2
6
Fri Oct 28, 18:00:00 UTC 2022 - fierlion@amazon.com - 1.65.1-1
3
7
4
8
- Cache Agent version 1.65.1
Original file line number Diff line number Diff line change
1
+ 1.66.0-1
2
+ Cameron Sparr <cssparr@amazon.com>
3
+ 2022-11-08T10:00:00-08:00
4
+ Cache Agent version 1.66.0
5
+
1
6
1.65.1-1
2
7
Ray Allan <fierlion@amazon.com>
3
8
2022-10-28T10:00:00-08:00
You can’t perform that action at this time.
0 commit comments