Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.19.0 release #1029

Merged
merged 5 commits into from
May 26, 2020
Merged
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.19.0
bvtujo marked this conversation as resolved.
Show resolved Hide resolved
* Feature - Add support for EFS volume configuration in ecs-params (#1019)
* Feature - Add support for multiple target groups attached to a single service (#1013)
* Bug - Correctly parse secret names when name includes nested slashes (#1012)
* Bug - Fix a bug where valid instance types were rejected by CFN (#1007)
* Enhancement - Add documentation for homebrew installation (#1015)

## 1.18.1
* Bug - Correctly parse value specified in --tags flag (#959)
* Bug - `compose up` now only makes one API call, reducing errors caused by a race condition (#988)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.1
1.19.0
2 changes: 1 addition & 1 deletion ecs-cli/modules/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package version
// repository. Only the 'Version' const should change in checked-in source code

// Version is the version of the ECS CLI
const Version = "1.18.1"
const Version = "1.19.0"

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