File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.21.0
4
+ * Feature - Add support for container dependencies in ecs-params.yml (#1105 )
5
+ * Feature - Add support for Arm-based AWS Graviton2 instances on ` ecs-cli up ` (#1116 )
6
+
3
7
## 1.20.0
4
8
* Feature - Add support for EFS in ` compose up ` ECS Task workflow (#1076 )
5
9
* Enhancement (BREAKING CHANGE) - Downgrade the error generated when setting
Original file line number Diff line number Diff line change 1
- 1.20 .0
1
+ 1.21 .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.20 .0"
25
+ const Version = "1.21 .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