Skip to content

Commit 972152b

Browse files
authored
Merge pull request aws#3510 from danehlim/v1.67.1-stage
Release 1.67.1
2 parents 9fc6bdb + 989593e commit 972152b

File tree

13 files changed

+45
-9
lines changed

13 files changed

+45
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.67.1
4+
* Bug - Read git hash from RELEASE_COMMIT file if possible [#3508](https://github.com/aws/amazon-ecs-agent/pull/3508)
5+
36
## 1.67.0
47
* Bug - Don't log errors on instances not using GMSA [#3489](https://github.com/aws/amazon-ecs-agent/pull/3489)
58
* Enhancement - Update packaging Readme files with updated instructions to build init files [#3490](https://github.com/aws/amazon-ecs-agent/pull/3490)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.67.0
1+
1.67.1

agent/version/version.go

Lines changed: 2 additions & 2 deletions
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.67.0"
25+
const Version = "1.67.1"
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 = "d1fa74b5"
31+
const GitShortHash = "9fc6bdb5"

ecs-init/ECSVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.67.0
1+
1.67.1

ecs-init/config/common.go

Lines changed: 1 addition & 1 deletion
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.67.0"
49+
DefaultAgentVersion = "v1.67.1"
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

Lines changed: 4 additions & 1 deletion
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.67.0
29+
Version: 1.67.1
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+
* Wed Dec 07 2022 Dane H Lim <slimdane@amazon.com> - 1.67.1-1
276+
- Cache Agent version 1.67.1
277+
275278
* Mon Dec 05 2022 Yash Kulshrestha <kulshres@amazon.com> - 1.67.0-1
276279
- Cache Agent version 1.67.0
277280

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
%endif
3434

3535
Name: ecs-init
36-
Version: 1.67.0
36+
Version: 1.67.1
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+
* Wed Dec 07 2022 Dane H Lim <slimdane@amazon.com> - 1.67.1-1
283+
- Cache Agent version 1.67.1
284+
282285
* Mon Dec 05 2022 Yash Kulshrestha <kulshres@amazon.com> - 1.67.0-1
283286
- Cache Agent version 1.67.0
284287

packaging/generic-deb-integrated/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
amazon-ecs-init (1.67.1-1) stable; urgency=medium
2+
3+
* Cache Agent version 1.67.1
4+
5+
-- Dane H Lim <slimdane@amazon.com> Wed, 07 Dec 2022 18:00:00 +0000
6+
17
amazon-ecs-init (1.67.0-1) stable; urgency=medium
28

39
* Cache Agent version 1.67.0

packaging/generic-deb/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
amazon-ecs-init (1.67.1-1) stable; urgency=medium
2+
3+
* Cache Agent version 1.67.1
4+
5+
-- Dane H Lim <slimdane@amazon.com> Wed, 07 Dec 2022 18:00:00 +0000
6+
17
amazon-ecs-init (1.67.0-1) stable; urgency=medium
28

39
* Cache Agent version 1.67.0

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

Lines changed: 4 additions & 1 deletion
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.67.0
22+
Version: 1.67.1
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+
* Wed Dec 07 2022 Dane H Lim <slimdane@amazon.com> - 1.67.1-1
99+
- Cache Agent version 1.67.1
100+
98101
* Mon Dec 05 2022 Yash Kulshrestha <kulshres@amazon.com> - 1.67.0-1
99102
- Cache Agent version 1.67.0
100103

0 commit comments

Comments
 (0)