Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yinshiua committed Jun 21, 2017
1 parent b1c78dd commit 1053c82
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.6.0
* Feature - Update ami to amzn-ami-2017.03.c-amazon-ecs-optimized
* Feature - Support cluster and region runtime flag for all ECS commands
* Feature - Support `--task-role-arn` in compose commands
* Feature - Support memory reservation in compose
* Feature - `ecs-cli up` without auto-assigned IP address
* Enhancement - Support Multiple Security Groups in the `ecs-cli up`
* Enhancement - Support `ecs-cli compose run` with multiple containers and run command overrides
* Enhancement - Support additional instance types p2, g2, and x1
* Bug - Avoid SIGSEGV error when ec2InstanceID does not exist #231
* Bug - Allow dashes “-“ in `ecs-cli push` #238
* Bug - Allow `ecs-cli compose up` to have project name longer than 36 characters #97

## 0.5.0
* Feature - Support ECR push, pull, and list images
* Feature - Support existing ELB/ALB in CreateService
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.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 = "0.5.0"
const Version = "0.6.0"

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

0 comments on commit 1053c82

Please sign in to comment.