Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 8e4e408

Browse files
committed
Merge branch 'v1.19.0-release'
2 parents a2f5b1c + 42b44ca commit 8e4e408

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.19.0
4+
* Feature - Add support for EFS volume configuration in ecs-params (#1019)
5+
* Feature - Add support for multiple target groups attached to a single service (#1013)
6+
* Bug - Correctly parse secret names when name includes nested slashes (#1012)
7+
* Bug - Fix a bug where valid instance types were rejected by CFN (#1007)
8+
* Enhancement - Add documentation for homebrew installation (#1015)
9+
310
## 1.18.1
411
* Bug - Correctly parse value specified in --tags flag (#959)
512
* Bug - `compose up` now only makes one API call, reducing errors caused by a race condition (#988)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.1
1+
1.19.0

ecs-cli/modules/version/version.go

Lines changed: 1 addition & 1 deletion
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.18.1"
25+
const Version = "1.19.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)