This repository was archived by the owner on Nov 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 0.4.6
1+ 0.5.0
Original file line number Diff line number Diff 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
2828const GitDirty = true
You can’t perform that action at this time.
0 commit comments