File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.6.0
4
+ * Feature - Add support for docker Compose file version 3 (#218 )
5
+ * Feature - Add support for environmental variables in ecs-params.yml (#530 )
6
+ * Feature - Add support for named volumes (#481 )
7
+ * Bug - Fix support for slashes in image names (#361 )
8
+ * Bug - Fix stack timeout message for CFN stack deletion
9
+ * Bug - Fix exit code to be 1 for all CLI usage errors (#490 )
10
+ * Enhancement - Add Pull Request template (#492 )
11
+
3
12
## 1.5.0
4
13
* Feature - Add support for tmpfs
5
14
* Feature - Add support for shm_size
Original file line number Diff line number Diff line change 1
- 1.5 .0
1
+ 1.6 .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.5 .0"
25
+ const Version = "1.6 .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