File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.1
4+ * Enhancement - Support multiple compose files in compose commands
5+ * Enhancement - Support ` docker-compose.override.yml ` with compose commands
6+ * Bug - ` --cluster ` and ` --region ` flags can be specified both before and after compose and compose service subcommands
7+
38## 0.6.0
49* Feature - Update ami to amzn-ami-2017.03.c-amazon-ecs-optimized
510* Feature - Support cluster and region runtime flag for all ECS commands
Original file line number Diff line number Diff line change 1- 0.6.0
1+ 0.6.1
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.6.0 "
25+ const Version = "0.6.1 "
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