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

Commit 446cf58

Browse files
Release 1.64.0-1
1 parent 4d701a8 commit 446cf58

File tree

8 files changed

+76
-4
lines changed

8 files changed

+76
-4
lines changed

CHANGELOG.md

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

3+
## 1.64.0-1
4+
* Cache Agent version 1.64.0
5+
6+
## 1.63.1-1
7+
* Cache Agent version 1.63.1
8+
9+
## 1.63.0-1
10+
* Cache Agent version 1.63.0
11+
312
## 1.62.1-1
413
* Fix bug in cgroup mount for rpm builds
514

ecs-init/ECSVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.62.1
1+
1.64.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.62.1"
49+
DefaultAgentVersion = "v1.64.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: 10 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.62.1
36+
Version: 1.64.0
3737
Release: 1%{?dist}
3838
License: Apache 2.0
3939
Summary: Amazon Elastic Container Service initialization application
@@ -279,6 +279,15 @@ fi
279279
%endif
280280

281281
%changelog
282+
* Wed Oct 05 2022 Utsa Bhattacharjya <[email protected]> - 1.64.0-1
283+
- Cache Agent version 1.64.0
284+
285+
* Mon Sep 12 2022 Chien Han Lin <[email protected]> - 1.63.1-1
286+
- Cache Agent version 1.63.1
287+
288+
* Tue Sep 06 2022 Chien Han Lin <[email protected]> - 1.63.0-1
289+
- Cache Agent version 1.63.0
290+
282291
* Wed Aug 03 2022 Ray Allan <[email protected]> - 1.62.1-1
283292
- Fix bug in cgroup mount for rpm builds
284293

packaging/generic-deb/debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
amazon-ecs-init (1.64.0-1) stable; urgency=medium
2+
3+
* Cache Agent version 1.64.0
4+
5+
-- Utsa Bhattacharjya <[email protected]> Wed, 05 Oct 2022 18:00:00 +0000
6+
7+
amazon-ecs-init (1.63.1-1) stable; urgency=medium
8+
9+
* Cache Agent version 1.63.1
10+
11+
-- Chien Han Lin <[email protected]> Mon, 12 Sep 2022 18:00:00 +0000
12+
13+
amazon-ecs-init (1.63.0-1) stable; urgency=medium
14+
15+
* Cache Agent version 1.63.0
16+
17+
-- Chien Han Lin <[email protected]> Tue, 06 Sep 2022 18:00:00 +0000
18+
119
amazon-ecs-init (1.62.1-1) stable; urgency=medium
220

321
* Fix bug in cgroup mount for rpm builds

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
%endif
2727

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

107107
%changelog
108+
* Wed Oct 05 2022 Utsa Bhattacharjya <[email protected]> - 1.64.0-1
109+
- Cache Agent version 1.64.0
110+
111+
* Mon Sep 12 2022 Chien Han Lin <[email protected]> - 1.63.1-1
112+
- Cache Agent version 1.63.1
113+
114+
* Tue Sep 06 2022 Chien Han Lin <[email protected]> - 1.63.0-1
115+
- Cache Agent version 1.63.0
116+
108117
* Wed Aug 03 2022 Ray Allan <[email protected]> - 1.62.1-1
109118
- Fix bug in cgroup mount for rpm builds
110119

packaging/suse/amazon-ecs-init.changes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
-------------------------------------------------------------------
2+
Wed Oct 05, 18:00:00 UTC 2022 - [email protected] - 1.64.0-1
3+
4+
- Cache Agent version 1.64.0
5+
-------------------------------------------------------------------
6+
Mon Sep 12, 18:00:00 UTC 2022 - [email protected] - 1.63.1-1
7+
8+
- Cache Agent version 1.63.1
9+
-------------------------------------------------------------------
10+
Tue Sep 06, 18:00:00 UTC 2022 - [email protected] - 1.63.0-1
11+
12+
- Cache Agent version 1.63.0
13+
-------------------------------------------------------------------
214
Wed Aug 03, 18:00:00 UTC 2022 - [email protected] - 1.62.1-1
315

416
- Fix bug in cgroup mount for rpm builds

scripts/changelog/CHANGELOG_MASTER

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
1.64.0-1
2+
Utsa Bhattacharjya <[email protected]>
3+
2022-10-05T10:00:00-08:00
4+
Cache Agent version 1.64.0
5+
6+
1.63.1-1
7+
Chien Han Lin <[email protected]>
8+
2022-09-12T10:00:00-08:00
9+
Cache Agent version 1.63.1
10+
11+
1.63.0-1
12+
Chien Han Lin <[email protected]>
13+
2022-09-06T10:00:00-08:00
14+
Cache Agent version 1.63.0
15+
116
1.62.1-1
217
Ray Allan <[email protected]>
318
2022-08-03T10:00:00-08:00

0 commit comments

Comments
 (0)