Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bfcecd

Browse files
committed
Bump version to 1.5.0
1 parent 7a1a9de commit 0bfcecd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.5.0
4+
* Feature - Add support for tmpfs
5+
* Feature - Add support for shm_size
6+
* Feature - Add Amazon ECS PGP Public Key and instructions on verifying signatures
7+
* Feature - Retrieve ECS AMI ID from SSM on cluster creation
8+
39
## 1.4.2
410
* Feature - Update AMI to amzn-ami-2017.09.k-amazon-ecs-optimized
511

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.5.0

ecs-cli/modules/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package version
2222
// repository. Only the 'Version' const should change in checked-in source code
2323

2424
// Version is the version of the ECS CLI
25-
const Version = "1.4.2"
25+
const Version = "1.5.0"
2626

2727
// GitDirty indicates the cleanliness of the git repo when this ecs-cli was built
2828
const GitDirty = true

0 commit comments

Comments
 (0)