Skip to content

Commit fe0ce62

Browse files
committed
Release 1.66.0
1 parent 097bf88 commit fe0ce62

File tree

13 files changed

+46
-9
lines changed

13 files changed

+46
-9
lines changed

CHANGELOG.md

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

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+
37
## 1.65.1
48
* Enhancement - Add grpc vendor dependencies [#3439](https://github.com/aws/amazon-ecs-agent/pull/3439)
59
* Bug - Workaround git-secrets scan issue: awslabs/git-secrets#221 [#3442](https://github.com/aws/amazon-ecs-agent/pull/3442)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.65.1
1+
1.66.0

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.65.1"
25+
const Version = "1.66.0"
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 = "32fcc33c"
31+
const GitShortHash = "097bf888"

ecs-init/ECSVERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.65.1
1+
1.66.0

ecs-init/config/common.go

+1-1
Original file line numberDiff line numberDiff 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.65.1"
49+
DefaultAgentVersion = "v1.66.0"
5050

5151
// AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent
5252
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.65.1
29+
Version: 1.66.0
3030
Release: 1%{?dist}
3131
License: Apache 2.0
3232
Summary: Amazon Elastic Container Service initialization application
@@ -272,6 +272,9 @@ fi
272272
%endif
273273

274274
%changelog
275+
* Tue Nov 08 2022 Cameron Sparr <cssparr@amazon.com> - 1.66.0-1
276+
- Cache Agent version 1.66.0
277+
275278
* Fri Oct 28 2022 Ray Allan <fierlion@amazon.com> - 1.65.1-1
276279
- Cache Agent version 1.65.1
277280

packaging/amazon-linux-ami/ecs-agent.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
%endif
3434

3535
Name: ecs-init
36-
Version: 1.65.1
36+
Version: 1.66.0
3737
Release: 1%{?dist}
3838
License: Apache 2.0
3939
Summary: Amazon Elastic Container Service initialization application
@@ -279,6 +279,9 @@ fi
279279
%endif
280280

281281
%changelog
282+
* Tue Nov 08 2022 Cameron Sparr <cssparr@amazon.com> - 1.66.0-1
283+
- Cache Agent version 1.66.0
284+
282285
* Fri Oct 28 2022 Ray Allan <fierlion@amazon.com> - 1.65.1-1
283286
- Cache Agent version 1.65.1
284287

packaging/generic-deb-integrated/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
amazon-ecs-init (1.65.1-1) stable; urgency=medium
28

39
* Cache Agent version 1.65.1

packaging/generic-deb/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
amazon-ecs-init (1.65.1-1) stable; urgency=medium
28

39
* Cache Agent version 1.65.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.65.1
22+
Version: 1.66.0
2323
Release: 1
2424
License: Apache 2.0
2525
Summary: Amazon Elastic Container Service initialization application
@@ -95,6 +95,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
9595
%systemd_postun_with_restart amazon-ecs-volume-plugin
9696

9797
%changelog
98+
* Tue Nov 08 2022 Cameron Sparr <cssparr@amazon.com> - 1.66.0-1
99+
- Cache Agent version 1.66.0
100+
98101
* Fri Oct 28 2022 Ray Allan <fierlion@amazon.com> - 1.65.1-1
99102
- Cache Agent version 1.65.1
100103

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#%endif
2727

2828
Name: amazon-ecs-init
29-
Version: 1.65.1
29+
Version: 1.66.0
3030
Release: 1
3131
License: Apache 2.0
3232
Summary: Amazon Elastic Container Service initialization application
@@ -105,6 +105,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
105105
%systemd_postun_with_restart amazon-ecs-volume-plugin
106106

107107
%changelog
108+
* Tue Nov 08 2022 Cameron Sparr <cssparr@amazon.com> - 1.66.0-1
109+
- Cache Agent version 1.66.0
110+
108111
* Fri Oct 28 2022 Ray Allan <fierlion@amazon.com> - 1.65.1-1
109112
- Cache Agent version 1.65.1
110113

packaging/suse/amazon-ecs-init.changes

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
-------------------------------------------------------------------
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+
-------------------------------------------------------------------
26
Fri Oct 28, 18:00:00 UTC 2022 - fierlion@amazon.com - 1.65.1-1
37

48
- Cache Agent version 1.65.1

scripts/changelog/CHANGELOG_MASTER

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
1.65.1-1
27
Ray Allan <fierlion@amazon.com>
38
2022-10-28T10:00:00-08:00

0 commit comments

Comments
 (0)