Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit f73f9e3

Browse files
committed
Bump version to 1.14.1
1 parent 63db43e commit f73f9e3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.14.1
4+
* Enhancement - Add support for new EC2 Instance types (#763)
5+
36
## 1.14.0
47
* Feature - Add support for running tasks with GPU resources (#729)
58
* Feature - Add support for init_process_enabled in container definition (#716)
@@ -10,7 +13,7 @@
1013
## 1.13.0
1114
* Feature - Add support for specifying Scheduling Strategy on `compose service create` and `up` (#540)
1215
* Feature - Add `check-attributes` command to verify that task definition requirements are present on a set of container instances (#444)
13-
* Feature - Add support for instances with `arm64` architechture
16+
* Feature - Add support for instances with `arm64` architecture
1417
* Feature - Add `--desired-status` flag to all `ps` commands to allow filtering for "STOPPED" or "RUNNING" containers (#400)
1518
* Feature - Add support for tagging resources created by the ecs-cli. Tagging is supported on `ecs-cli up`, `ecs-cli push`, `ecs-cli registry-creds up` and all `ecs-cli compose` commands with use of the `--tags` flag. (#670)
1619
* Feature - Add support for ECR FIPS endpoints on `push` and `pull` commands (partially addresses #697)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0
1+
1.14.1

ecs-cli/modules/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.14.0"
25+
const Version = "1.14.1"
2626

2727
// GitDirty indicates the cleanliness of the git repo when this ecs-cli was built
2828
const GitDirty = true

0 commit comments

Comments
 (0)