Documents changes in orb version releases.
[2.0.0]
- Upgrade AWS CLI to v2 and latest aws-cli orb version. #118 (KyleTryon) CircleCI-Public#118
- Expects environment variable names for AWS credentials instead of Strings. ex: $AWS_SECRET_ACCESS_KEY -> AWS_SECRET_ACCESS_KEY. #118 (KyleTryon) CircleCI-Public#118
- Enhancement: New
capacity-provider-strategy
parameter. #118 (KyleTryon) CircleCI-Public#118 - Enhancement: New usage example for Fargate SPOT with the
capacity-provider-strategy
parameter. #118 (KyleTryon) CircleCI-Public#118 - Changed:
launch-type
parameter is now an enum, which accepts a blank string as one of the values.
[1.1.0]
- Enhancement: Add update-task-definition-from-json command and job #91 (a10waveracer) CircleCI-Public#91
[1.0.5]
[1.0.4]
[1.0.3]
[1.0.2]
[1.0.1]
[1.0.0]
- 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)
[0.0.22]
- 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.
[0.0.21]
[0.0.20]
- Fix typo in orb description #70 (ashishpatelcs)
[0.0.19]
- Improved validation: add validation check for if container is included in container-image-name-updates #39 (Xheno)
[0.0.18]
- (No actual change to the orb) Use assertIsNone instead of assertEquals in Python testsuite #46 (StrikerRUS)
[0.0.17]
- Simplified and speeded up Python function #45 (StrikerRUS)
[0.0.16]
- Integration tests for the orb now use Terraform 0.12 instead of 0.11. (No actual change to the orb) #40 (mikkopiu)
[0.0.15]
- Orb description now includes a link to the GitHub repository #42 (Bharat123rox)
[0.0.14]
- Fix environment variable expansion in
codedeploy-load-balanced-container-name
parameter. This is relevant to Blue/Green deployments. #52 (lokst)
[0.0.13]
- Added a
run-task
command and arun-task
job to wrapaws ecs run-task
#35 (codingdiaz)
[0.0.12]
- The
update-service
command anddeploy-service-update
job now support Blue/Green deployments via additional parameters #34 (enokawa)
[0.0.11]
[0.0.10]
- Fix for proxyConfiguration, tags, pidMode and ipcMode not being copied to new task definition #32 (lokst)
[0.0.9]
- Bump dependencies used in orb generation, to remediate WS-2019-0064 (no actual change to the orb) #26 (taxonomic-blackfish)
[0.0.8]
- The
container-env-var-updates
parameter now supports adding environment variables that do not exist in the previous task definition #15 (stringbeans)
[0.0.7]
- Added
update-task-definition
command to allow updating a task definition without modifying a service. Refactoredupdate-service
command accordingly. #12 (jeffnappi)
[0.0.6]
[0.0.5]
- Added
service-name
parameter #6 (stringbeans)