File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.4.0
4
+ * Feature - Update AMI to amzn-ami-2017.09.j-amazon-ecs-optimized
5
+ * Feature - Add force-deployment flag to compose service (#144 )
6
+ * Feature - Support aws_session token in ECS Profiles (#415 )
7
+ * Feature - Add support for us-gov-west-1
8
+ * Bug - Fix YAML parse warnings on networks field (#237 )
9
+ * Enhancement - Add issue template
10
+
3
11
## 1.3.0
4
12
* Feature - Update AMI to amzn-ami-2017.09.g-amazon-ecs-optimized
5
13
* Feature - Add health-check-grace-period flag for compose service up
Original file line number Diff line number Diff line change 1
- 1.3 .0
1
+ 1.4 .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.3 .0"
25
+ const Version = "1.4 .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