Skip to content

Commit 7810691

Browse files
author
Peng Yin
committed
Update to support Agent 1.13.1
1 parent 8076ada commit 7810691

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

ecs-init/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0
1+
1.13.1

ecs-init/config/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func AgentTarball() string {
7777

7878
// AgentRemoteTarball is the remote location of the Agent image, used for populating the cache
7979
func AgentRemoteTarball() string {
80-
return "https://s3.amazonaws.com/" + s3Bucket + "/ecs-agent-v1.13.0.tar"
80+
return "https://s3.amazonaws.com/" + s3Bucket + "/ecs-agent-v1.13.1.tar"
8181
}
8282

8383
// AgentRemoteTarballMD5 is the remote location of a md5sum used to verify the integrity of the AgentRemoteTarball

ecs-init/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package version
1919

2020
// Version is the version of the ecs-init
21-
const Version = "1.13.0"
21+
const Version = "1.13.1"
2222

2323
// GitDirty indicates the cleanliness of the git repo when this ecs-init was built
2424
const GitDirty = true

packaging/amazon-linux-ami/ecs-init.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
Name: ecs-init
16-
Version: 1.13.0
16+
Version: 1.13.1
1717
Release: 1%{?dist}
1818
Group: System Environment/Base
1919
Vendor: Amazon.com
@@ -149,6 +149,8 @@ if [ -e %{running_semaphore} ]; then
149149
fi
150150

151151
%changelog
152+
* Tue Nov 14 2016 Peng Yin <penyin@amazon.com> - 1.13.1-1
153+
- Cache Agent version 1.13.1
152154
* Tue Sep 27 2016 Noah Meyerhans <nmeyerha@amazon.com> - 1.13.0-1
153155
- Cache Agent version 1.13.0
154156
* Tue Sep 13 2016 Anirudh Aithal <aithal@amazon.com> - 1.12.2-1

0 commit comments

Comments
 (0)