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

Commit 7e9df84

Browse files
committed
Bump version to 1.18.1
1 parent f7faf52 commit 7e9df84

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.18.1
4+
* Bug - Correctly parse value specified in --tags flag (#959)
5+
* Bug - `compose up` now only makes one API call, reducing errors caused by a race condition (#988)
6+
* Bug - Allow `local create` to use taskRole (#970)
7+
* Enhancement - Ensure resource cleanup in integ tests (#987)
8+
* Enhancement - Populate EC2 instance type options through API call (#958)
9+
310
## 1.18.0
411
* Enhancement - Print verbose messages for credential chain errors (#937)
512
* Enhancement - Add G4 instance support (#940)

VERSION

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

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.0"
25+
const Version = "1.18.1"
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)