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 11# Changelog
22
3+ ## 1.12.1
4+ * Bug - Allow container mem_limit to be null if task mem_limit is set (#606 )
5+ * Bug - Allow container mem_limit to be null if mem_reservation is set (#570 )
6+ * Bug - Ensure that logger writes to stdout (#675 )
7+ * Bug - Remove spurious warning for ` extends ` field in Compose files (#681 )
8+
39## 1.12.0
410* Feature - Add support for IPC and PID Docker flags #669
511
Original file line number Diff line number Diff line change 1- 1.12.0
1+ 1.12.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 = "1.12.0 "
25+ const Version = "1.12.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