File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.8.0
4
+ * Feature - Add support for volumes with docker volume configuration in ECS Params #587
5
+ * Feature - Add support for task placement constraints and strategies in ECS Params (#515 , #212 )
6
+ * Feature - Add ` --force-update ` on ` compose up ` to force re-creation of tasks
7
+ * Feature - Add support for specifying Private Registry Authentication credentials in ECS Params #573
8
+
3
9
## 1.7.0
4
10
* Feature - Add support for container health check (#472 )
5
11
* Feature - Add support for devices (#508 )
Original file line number Diff line number Diff line change 1
- 1.7 .0
1
+ 1.8 .0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ package version
22
22
// repository. Only the 'Version' const should change in checked-in source code
23
23
24
24
// Version is the version of the ECS CLI
25
- const Version = "1.7 .0"
25
+ const Version = "1.8 .0"
26
26
27
27
// GitDirty indicates the cleanliness of the git repo when this ecs-cli was built
28
28
const GitDirty = true
You can’t perform that action at this time.
0 commit comments