Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 06fd4f4

Browse files
committed
Release 1.55.0-1
1 parent a878d04 commit 06fd4f4

File tree

8 files changed

+28
-4
lines changed

8 files changed

+28
-4
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.55.0-1
4+
* Cache Agent version 1.55.0
5+
36
## 1.54.1-1
47
* Cache Agent version 1.54.1
58

ecs-init/ECSVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.54.1
1+
1.55.0

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.54.1"
49+
DefaultAgentVersion = "v1.55.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/ecs-init.spec

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

3434
Name: ecs-init
35-
Version: 1.54.1
35+
Version: 1.55.0
3636
Release: 1%{?dist}
3737
License: Apache 2.0
3838
Summary: Amazon Elastic Container Service initialization application
@@ -278,6 +278,9 @@ fi
278278
%endif
279279

280280
%changelog
281+
* Thu Aug 05 2021 Heming Han <[email protected]> - 1.55.0-1
282+
- Cache Agent version 1.55.0
283+
281284
* Mon Jul 26 2021 Utsa Bhattacharjya <[email protected]> - 1.54.1-1
282285
- Cache Agent version 1.54.1
283286

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.55.0-1) stable; urgency=medium
2+
3+
* Cache Agent version 1.55.0
4+
5+
-- Heming Han <[email protected]> Thu, 05 Aug 2021 18:30:00 +0000
6+
17
amazon-ecs-init (1.54.1-1) stable; urgency=medium
28

39
* Cache Agent version 1.54.1

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
%endif
2626

2727
Name: amazon-ecs-init
28-
Version: 1.54.1
28+
Version: 1.55.0
2929
Release: 1
3030
License: Apache 2.0
3131
Summary: Amazon Elastic Container Service initialization application
@@ -94,6 +94,9 @@ ln -sf %{basename:%{agent_image}} %{_cachedir}/ecs/ecs-agent.tar
9494
%systemd_postun
9595

9696
%changelog
97+
* Thu Aug 05 2021 Heming Han <[email protected]> - 1.55.0-1
98+
- Cache Agent version 1.55.0
99+
97100
* Mon Jul 26 2021 Utsa Bhattacharjya <[email protected]> - 1.54.1-1
98101
- Cache Agent version 1.54.1
99102

packaging/suse/amazon-ecs-init.changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
-------------------------------------------------------------------
2+
Thu Aug 05, 18:30:00 UTC 2021 - [email protected] - 1.55.0-1
3+
4+
- Cache Agent version 1.55.0
5+
-------------------------------------------------------------------
26
Mon Jul 26, 16:35:00 UTC 2021 - [email protected] - 1.54.1-1
37

48
- Cache Agent version 1.54.1

scripts/changelog/CHANGELOG_MASTER

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.55.0-1
2+
Heming Han <[email protected]>
3+
2021-08-05T10:30:00-08:00
4+
Cache Agent version 1.55.0
5+
16
1.54.1-1
27
Utsa Bhattacharjya <[email protected]>
38
2021-07-26T08:35:00-08:00

0 commit comments

Comments
 (0)