Skip to content

Commit 22789aa

Browse files
committed
Update Agent to 1.32.0
1 parent 7cfc745 commit 22789aa

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

ecs-init/ECSVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.31.0
1+
1.32.0

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.31.0"
45+
DefaultAgentVersion = "v1.32.0"
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
@@ -31,7 +31,7 @@
3131
%endif
3232

3333
Name: ecs-init
34-
Version: 1.31.0
34+
Version: 1.32.0
3535
Release: 1%{?dist}
3636
License: Apache 2.0
3737
Summary: Amazon Elastic Container Service initialization application
@@ -254,6 +254,9 @@ fi
254254
%endif
255255

256256
%changelog
257+
* Wed Sep 25 2019 Cameron Sparr <cssparr@amazon.com> - 1.32.0-1
258+
- Cache Agent version 1.32.0
259+
257260
* Thu Sep 13 2019 Yajie Chu <cya@amazon.com> - 1.31.0-1
258261
- Cache Agent version 1.31.0
259262

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.32.0-1) trusty; urgency=medium
2+
3+
* Cache Agent version 1.32.0
4+
5+
-- Cameron Sparr <cssparr@amazon.com> Wed, 25 Sep 2019 10:00:00 -0800
6+
17
amazon-ecs-init (1.31.0-1) trusty; urgency=medium
28

39
* Cache Agent version 1.31.0

0 commit comments

Comments
 (0)