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

Commit 6745f0d

Browse files
committed
Release 1.41.1-1
1 parent ecac232 commit 6745f0d

File tree

7 files changed

+24
-3
lines changed

7 files changed

+24
-3
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.41.1-1
4+
* Cache Agent version 1.41.1
5+
36
## 1.41.0-1
47
* Cache Agent version 1.41.0
58

ecs-init/ECSVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.41.0
1+
1.41.1

ecs-init/config/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
// DefaultAgentVersion is the version of the agent that will be
4343
// fetched if required. This should look like v1.2.3 or an
4444
// 8-character sha, as is downloadable from S3.
45-
DefaultAgentVersion = "v1.41.0"
45+
DefaultAgentVersion = "v1.41.1"
4646

4747
// AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent
4848
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.41.0
35+
Version: 1.41.1
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+
* Mon Jul 06 2020 Yajie Chu <[email protected]> - 1.41.1-1
282+
- Cache Agent version 1.41.1
283+
281284
* Mon Jun 22 2020 Meghna Srivastav <[email protected]> - 1.41.0-1
282285
- Cache Agent version 1.41.0
283286

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+
Mon Jul 06, 23:45:00 UTC 2020 - [email protected] - 1.41.1-1
3+
4+
- Cache Agent version 1.41.1
5+
-------------------------------------------------------------------
26
Mon Jun 22, 23:45:00 UTC 2020 - [email protected] - 1.41.0-1
37

48
- Cache Agent version 1.41.0

packaging/ubuntu-trusty/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.41.1-1) trusty; urgency=medium
2+
3+
* Cache Agent version 1.41.1
4+
5+
-- Yajie Chu <[email protected]> Mon, 06 Jul 2020 23:45:00 +0000
6+
17
amazon-ecs-init (1.41.0-1) trusty; urgency=medium
28

39
* Cache Agent version 1.41.0

scripts/changelog/CHANGELOG_MASTER

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.41.1-1
2+
Yajie Chu <[email protected]>
3+
2020-07-06T15:45:00-08:00
4+
Cache Agent version 1.41.1
5+
16
1.41.0-1
27
Meghna Srivastav <[email protected]>
38
2020-06-22T15:45:00-08:00

0 commit comments

Comments
 (0)