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

Commit 07ae7fd

Browse files
committed
Release 1.55.2-1
1 parent 6db5d9d commit 07ae7fd

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.2-1
4+
* Cache Agent version 1.55.2
5+
36
## 1.55.1-1
47
* Cache Agent version 1.55.1
58

ecs-init/ECSVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.55.1
1+
1.55.2

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.55.1"
49+
DefaultAgentVersion = "v1.55.2"
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.55.1
35+
Version: 1.55.2
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 Sep 02 2021 Yinyi Chen <[email protected]> - 1.55.2-1
282+
- Cache Agent version 1.55.2
283+
281284
* Thu Aug 19 2021 Meghna Srivastav <[email protected]> - 1.55.1-1
282285
- Cache Agent version 1.55.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.2-1) stable; urgency=medium
2+
3+
* Cache Agent version 1.55.2
4+
5+
-- Yinyi Chen <[email protected]> Thu, 02 Sep 2021 22:10:00 +0000
6+
17
amazon-ecs-init (1.55.1-1) stable; urgency=medium
28

39
* Cache Agent version 1.55.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.55.1
28+
Version: 1.55.2
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 Sep 02 2021 Yinyi Chen <[email protected]> - 1.55.2-1
98+
- Cache Agent version 1.55.2
99+
97100
* Thu Aug 19 2021 Meghna Srivastav <[email protected]> - 1.55.1-1
98101
- Cache Agent version 1.55.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 Sep 02, 22:10:00 UTC 2021 - [email protected] - 1.55.2-1
3+
4+
- Cache Agent version 1.55.2
5+
-------------------------------------------------------------------
26
Thu Aug 19, 19:03:32 UTC 2021 - [email protected] - 1.55.1-1
37

48
- Cache Agent version 1.55.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.2-1
2+
Yinyi Chen <[email protected]>
3+
2021-09-02T14:10:00-08:00
4+
Cache Agent version 1.55.2
5+
16
1.55.1-1
27
Meghna Srivastav <[email protected]>
38
2021-08-19T11:03:32-08:00

0 commit comments

Comments
 (0)