Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ecs-init/ECSVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.36.0
1.36.1
2 changes: 1 addition & 1 deletion ecs-init/config/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
// DefaultAgentVersion is the version of the agent that will be
// fetched if required. This should look like v1.2.3 or an
// 8-character sha, as is downloadable from S3.
DefaultAgentVersion = "v1.36.0"
DefaultAgentVersion = "v1.36.1"

// AgentPartitionBucketName is the name of the paritional s3 bucket that stores the agent
AgentPartitionBucketName = "amazon-ecs-agent"
Expand Down
4 changes: 3 additions & 1 deletion packaging/amazon-linux-ami/ecs-init.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%endif

Name: ecs-init
Version: 1.36.0
Version: 1.36.1
Release: 1%{?dist}
License: Apache 2.0
Summary: Amazon Elastic Container Service initialization application
Expand Down Expand Up @@ -255,6 +255,8 @@ fi
%endif

%changelog
* Wed Jan 15 2020 Yunhee Lee <yhlee@amazon.com> - 1.36.1-1
- Cache Agent version 1.36.1

* Wed Jan 08 2020 Cameron Sparr <cssparr@amazon.com> - 1.36.0-1
- Cache Agent version 1.36.0
Expand Down
3 changes: 2 additions & 1 deletion packaging/suse/amazon-ecs.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Requires=network.target
Type=simple
ExecStartPre=/usr/sbin/amazon-ecs-init pre-start
ExecStart=/usr/sbin/amazon-ecs-init start
ExecStop=/usr/sbin/amazon-ecs-init pre-stop
ExecStop=/usr/sbin/amazon-ecs-init stop
ExecStopPost=/usr/sbin/amazon-ecs-init post-stop
ExecReload=/usr/sbin/amazon-ecs-init reload-cache

[Install]
Expand Down
5 changes: 5 additions & 0 deletions packaging/ubuntu-trusty/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
amazon-ecs-init (1.36.1-1) trusty; urgency=medium

* Cache Agent version 1.36.1

-- Yunhee Lee <yhlee@amazon.com> Wed, 08 Jan 2020 11:00:00 -0800
amazon-ecs-init (1.36.0-1) trusty; urgency=medium

* Cache Agent version 1.36.0
Expand Down