Skip to content

Latest commit

 

History

History
116 lines (91 loc) · 8.36 KB

CHANGELOG.md

File metadata and controls

116 lines (91 loc) · 8.36 KB

Changelog

Documents changes in orb version releases.

Changed

  • Upgrade AWS CLI to v2 and latest aws-cli orb version. #118 (KyleTryon) #118
  • Expects environment variable names for AWS credentials instead of Strings. ex: $AWS_SECRET_ACCESS_KEY -> AWS_SECRET_ACCESS_KEY. #118 (KyleTryon) #118

Added

  • Enhancement: New capacity-provider-strategy parameter. #118 (KyleTryon) #118
  • Enhancement: New usage example for Fargate SPOT with the capacity-provider-strategy parameter. #118 (KyleTryon) #118
  • Changed: launch-type parameter is now an enum, which accepts a blank string as one of the values.

Added

  • Enhancement: Add update-task-definition-from-json command and job #91 (a10waveracer) #91

Fixed

  • Prevent asterisk expansion when asterisk is present in task definition value #90 (lokst)

Changed

  • Enhancement: Add overrides parameter to run-task job and command #84 (lokst)

Changed

  • Enhancement: Support --force-new-deployment #83 (lokst)

Changed

  • Updated example to use more recent version of circleci/aws-ecr orb #81 (uraway)

Fixed

  • Fix bug that caused orb to fail if single quotes were present in task definition #67 (Xheno)

Changed

  • Improved the build process, but there is no actual change to the orb. Promoted the orb to a 1.0.0 version release as it can be considered stable. #77 (lokst)

Fixed

  • Updated vulnerable handlebars version #69 (sagarvd01) Note: This is not a crucial fix since handlebars is only used at orb-build time to generate the orb YAML.

Changed

  • Update the orb description to mention AWS Fargate launch type support #71 (lokst)

Fixed

Changed

  • Improved validation: add validation check for if container is included in container-image-name-updates #39 (Xheno)

Changed

  • (No actual change to the orb) Use assertIsNone instead of assertEquals in Python testsuite #46 (StrikerRUS)

Changed

Changed

  • Integration tests for the orb now use Terraform 0.12 instead of 0.11. (No actual change to the orb) #40 (mikkopiu)

Changed

  • Orb description now includes a link to the GitHub repository #42 (Bharat123rox)

Fixed

  • Fix environment variable expansion in codedeploy-load-balanced-container-name parameter. This is relevant to Blue/Green deployments. #52 (lokst)

Added

  • Added a run-task command and a run-task job to wrap aws ecs run-task #35 (codingdiaz)

Changed

  • The update-service command and deploy-service-update job now support Blue/Green deployments via additional parameters #34 (enokawa)

Changed

  • Updated version of orb in examples #32 (lokst)

Fixed

  • Fix for proxyConfiguration, tags, pidMode and ipcMode not being copied to new task definition #32 (lokst)

Fixed

  • Bump dependencies used in orb generation, to remediate WS-2019-0064 (no actual change to the orb) #26 (taxonomic-blackfish)

Changed

  • The container-env-var-updates parameter now supports adding environment variables that do not exist in the previous task definition #15 (stringbeans)

Added

  • Added update-task-definition command to allow updating a task definition without modifying a service. Refactored update-service command accordingly. #12 (jeffnappi)

Added

  • Added tests for service-name parameter (no actual change to the orb) #8 (lokst)

Changed