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

Commit a426586

Browse files
committed
Bump version to 1.9.0
1 parent 3b6f13d commit a426586

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## 1.9.0
4+
* Feature - Add support for Service Discovery (#485)
5+
* Feature - Add support for EC2 Spot Instances in ECS Clusters (#396)
6+
* Feature - Add support for custom user data (#16)
7+
* Bug - Fix error using env vars with nil value (#620)
8+
* Enhancement - Improve `logs` command behavior and error handling (#612)
9+
* Enhancement - Add support for GO 1.11 (#632)
10+
* Enhancement - Add support for new EC2 Instance types (#630, #618)
11+
312
## 1.8.0
413
* Feature - Add support for volumes with docker volume configuration in ECS Params #587
514
* Feature - Add support for task placement constraints and strategies in ECS Params (#515, #212)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.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.8.0"
25+
const Version = "1.9.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)