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

Commit 1aa8028

Browse files
committed
Bump version to 0.5.0
1 parent fe57f4b commit 1aa8028

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
3+
## 0.5.0
4+
* Feature - Support ECR push, pull, and list images
5+
* Feature - Support existing ELB/ALB in CreateService
6+
* Feature - Update ami to amzn-ami-2016.09.g-amazon-ecs-optimized
7+
* Enhancement - Added r4 instance types
8+
* Bug - Add prompt to delete cluster [#186](https://github.com/aws/amazon-ecs-cli/pull/186)
9+
* Bug - Creates new volume when there's no host path [#201](https://github.com/aws/amazon-ecs-cli/pull/201)
10+
* Bug - `ecs-cli configure` truncates the file to avoid messing up the config file [#216](https://github.com/aws/amazon-ecs-cli/pull/216)
11+
212
## 0.4.6
313
* Feature - Update ECS-optimized AMIs to latest 2016.09.d
414
* Bug - Support human readable strings for mem_limit

VERSION

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