Aws Ecs Orb Versions Save

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.

v4.0.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/CircleCI-Public/aws-ecs-orb/compare/v3.2.0...v4.0.0

v3.2.0

1 year ago

Added Parameters

The deploy-service-update, run-task, update-task-definition-from-json and update-task-definition jobs now support authorization using OpenID Connect. To generate temporary AWS keys, a valid role-arn and context must be provided

  • aws-region: AWS region to operate in.
  • profile-name: AWS profile name to be configured.
  • role-arn: The Amazon Resource Name (ARN) of the role that the caller is assuming. Role ARN must be configured for web identity. -role-session-name: An identifier for the assumed role session.
  • session-duration: The duration of the session in seconds

The update-service and update-task-definition commands now support updating container secrets and Docker labels in ecs task definitions

  • container-secret-updates: Use this to update or set the values of secret variables that will be defined for the containers.
  • container-docker-label-updates: Use this to update or set the values of docker label variables that will be defined for the containers.

What's Changed

Full Changelog: https://github.com/CircleCI-Public/aws-ecs-orb/compare/v3.1.0...v3.2.0

v3.1.0

1 year ago

Added Parameters

  • deployment-config-name: Enables users to add a predefined deployment configuration when creating a Blue/Green Deployment in CodeDeploy
  • codedeploy-capacity-provider-name: The name of AWS Capacity Provider to be added to CodeDeploy deployment. Must be used with capacity-provider-base and capacity-provider-weight.
  • codedeploy-capacity-provider-base: The base of AWS Capacity Provider to be added to CodeDeploy deployment. Must be used with codedeploy-capacity-provider-name and codedeploy-capacity-provider-weight.
  • codedeploy-capacity-provider-weight: The weight of AWS Capacity Provider to be added to CodeDeploy deployment. Weight must be greater than 0. Must be used with codedeploy-capacity-provider-name and codedeploy-capacity-provider-base.

What's Changed

New Contributors

Full Changelog: https://github.com/CircleCI-Public/aws-ecs-orb/compare/v3.0.0...v3.1.0

v3.0.0

1 year ago

Added Commands

deploy-ecs-scheduled-task - Deploy an ECS Scheduled Task Rule after updating a task definition.

Added Parameters

  • rule-name: The name of the scheduled task's rule to update.

What's Changed

Full Changelog: https://github.com/CircleCI-Public/aws-ecs-orb/compare/v2.3.0...v3.0.0

v2.3.0

1 year ago

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

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: https://github.com/CircleCI-Public/aws-ecs-orb/compare/minor-release-v1.4.0...v2.3.0

minor-release-v1.4.0

3 years ago

minor-release-v1.3.0

3 years ago

minor-release-v1.2.0

3 years ago

minor-release-v1.1.0

4 years ago

patch-release-v1.0.5

4 years ago