File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
packaging/amazon-linux-ami Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- 1.13.0
1+ 1.13.1
Original file line number Diff line number Diff 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
7979func 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
Original file line number Diff line number Diff line change 1818package 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
2424const GitDirty = true
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515Name: ecs-init
16- Version: 1.13.0
16+ Version: 1.13.1
1717Release: 1%{?dist }
1818Group: System Environment/Base
1919Vendor: Amazon.com
@@ -149,6 +149,8 @@ if [ -e %{running_semaphore} ]; then
149149fi
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
You can’t perform that action at this time.
0 commit comments