Skip to content

v2.3.0 - profile-name implementation, ECS CLI support and many more fixes and features

Compare
Choose a tag to compare
@brivu brivu released this 10 Jun 21:12
· 81 commits to master since this release
9c88f23

This minor version change addresses the following:

Added Commands

install-ecs-cli - This command installs the aws ecs cli on Linux and MacOS based images.

Added Parameters

  • profile-name: Use a defined aws profile with ever aws ecs command
  • run-task-output: Specify a local json file to save the output logs from the aws ecs run-task command.
  • enable-circuit-breaker: Determines whether a service deployment will fail if the service can't reach a steady state.
  • previous-revision-number: Retrieve a previous task based on definition number
  • run-time-platform: Extracts runtimePlatform as a parameter from a previous task definition and enables it's usage when registering a new task definition.

What's Changed

  • [semver:major] ECS Orb 2.0 Update by @KyleTryon in #118
  • [semver:minor] Always allow platform-version overrides by @lokst in #122
  • [semver:minor] Add support for tagging of task-definition to update-service command by @dgeorges in #127
  • [semver:patch] fix unexpected string interpolation when using the task-definition-tags argument by @dgeorges in #131
  • [semver:skip] Bump py from 1.7.0 to 1.10.0 by @dependabot in #129
  • ci: Orb tools 11 migration by @brivu in #150
  • chore: update executors to use cimg images by @brivu in #151
  • fix: Update Terraform and AWS Provider versions by @brivu in #152
  • feat: Add profile-name Parameter by @brivu in #153
  • feat: Added runtime-platform parameter by @brivu in #155
  • feat: Added previous-revision-number parameter by @brivu in #156
  • feat: Added enable-circuit-breaker parameter by @brivu in #157
  • feat: Added enable-circuit-breaker parameter for Code Deploy by @brivu in #158
  • feat: implement install-ecs-cli command by @brivu in #162
  • fix: Blue/Green deployment - moved timeout parameter to proper place by @geoL86 in #163
  • fix: addressed override parameter interpolation by @brivu in #165
  • feat: implement run-task-output parameter by @brivu in #167

Issues closed

  1. Upgrade aws-cli orb to auto install the CLI when setting up the AWS env #164
  2. Variable interpolation in overrides JSON #160
  3. Support AWS CLI profile name to override credentials #148
  4. Changes arch from Linux/X86_64 #147
  5. run-task overrides fails to evaluate env arguments #146
  6. update-task-definition command remove the runtime-platform information #137
  7. Update run-task command to give access to the output from the aws cli #135
  8. feat: Implement deployment circuit breaker with rollback for deployment controller of type CODE_DEPLOY #134
  9. verification-timeout parameter is ignored in aws-ecs/update-service command #133
  10. Enable circuit breakers #125
  11. Support Resource Tags #120
  12. Need to return the taskarn from run_task command #102
  13. Enhance run-task to allow streaming of logs from ecs task and waiting till completion #101
  14. No defaults for launch type on consumption of run-task #87
  15. Support ecs-cli compose functionality #82
  16. Support cross-account deploys #41

New Contributors

Full Changelog: minor-release-v1.4.0...v2.3.0