Skip to content

Commit

Permalink
Bump version to 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
efekarakus committed Apr 17, 2019
1 parent 63db43e commit f73f9e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.14.1
* Enhancement - Add support for new EC2 Instance types (#763)

## 1.14.0
* Feature - Add support for running tasks with GPU resources (#729)
* Feature - Add support for init_process_enabled in container definition (#716)
Expand All @@ -10,7 +13,7 @@
## 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 support for instances with `arm64` architecture
* 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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0
1.14.1
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.14.0"
const Version = "1.14.1"

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

0 comments on commit f73f9e3

Please sign in to comment.