Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ os:
- osx
go_import_path: github.com/aws/amazon-ecs-cli
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.13.1
* Bug - Fix `ecs-cli up` so that container instances with tags successfully join cluster (#744)

## 1.13.0
* Feature - Add support for specifying Scheduling Strategy on `compose service create` and `up` (#540)
* Feature - Add `check-attributes` command to verify that task definition requirements are present on a set of container instances (#444)
* Feature - Add support for instances with `arm64` architechture
* Feature - Add `--desired-status` flag to all `ps` commands to allow filtering for "STOPPED" or "RUNNING" containers (#400)
* 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)
* Feature - Add support for ECR FIPS endpoints on `push` and `pull` commands (partially addresses #697)
* Feature - Add support for `tty` attribute in compose projects (#705)

## 1.12.1
* Bug - Allow container mem_limit to be null if task mem_limit is set (#606)
* Bug - Allow container mem_limit to be null if mem_reservation is set (#570)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.1
1.13.1
Loading