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+ ## 1.10.0
4+ * Feature - Add ` registry-creds ` command as part of Private Registry Authentication workflow #652 #601
5+ * Feature - Use Amazon Linux 2 ECS Optimized AMI #647
6+ * Bug - Catch errors from missing user data files #646
7+ * Bug - Fix '--create-log-groups' to leave region for Service Discovery resources unchanged #644
8+
39## 1.9.0
410* Feature - Add support for Service Discovery (#485 )
511* Feature - Add support for EC2 Spot Instances in ECS Clusters (#396 )
Original file line number Diff line number Diff line change 1- 1.9 .0
1+ 1.10 .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 = "1.9 .0"
25+ const Version = "1.10 .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