Skip to content

Commit

Permalink
Bump version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley committed Mar 7, 2019
1 parent 320c6ce commit 2d98b5e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.13.0
* Feature - Add support for specifying Scheduling Strategy on `compose service create` and `up` (#540)
* Feature - Add `check-attributes` command to verify that task definition requirements are present on a set of container instances (#444)
* Feature - Add support for instances with `arm64` architechture
* Feature - Add `--desired-status` flag to all `ps` commands to allow filtering for "STOPPED" or "RUNNING" containers (#400)
* Feature - Add support for tagging resources created by the ecs-cli. Tagging is supported on `ecs-cli up`, `ecs-cli push`, `ecs-cli registry-creds up` and all `ecs-cli compose` commands with use of the `--tags` flag. (#670)
* Feature - Add support for ECR FIPS endpoints on `push` and `pull` commands (partially addresses #697)
* Feature - Add support for `tty` attribute in compose projects (#705)

## 1.12.1
* Bug - Allow container mem_limit to be null if task mem_limit is set (#606)
* Bug - Allow container mem_limit to be null if mem_reservation is set (#570)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.1
1.13.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.12.1"
const Version = "1.13.0"

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

0 comments on commit 2d98b5e

Please sign in to comment.