Releases: aws/aws-toolkit-azure-devops
Releases · aws/aws-toolkit-azure-devops
v1.7.0
version 1.7.0 Tue Mar 31 20:05:36 UTC 2020
v1.6.0
version 1.6.0 Fri Mar 13 21:37:20 UTC 2020
v1.5.0
version 1.5.0 Mon Aug 12 22:48:00 UTC 2019
v1.4.0
1.3.0
1.2.0
- Issue #220, Update task names and descriptions to make sure every task can be found with either the full official name of the service or the official acronym
- Issue #215, Update icons to the new AWS style
- Issue #215, Fix aws.rolecredential.maxduration being set incorrectly when it is overwritten
- Issue #114, Add support to specifiy content encoding on s3 upload task
- Issue #126, fix for use of assume role credentials in Lambda .NET Core deployment task. The task did not wait for temporary credentials to be generated once it obtained the credential object bound in the task parameters.
- Issue #124, fix for missing permissions on the Elastic Beanstalk Deploy Application task documentation.
- Merged PR #123, fix for missing permissions on the ECR Push Image task documentation.
- Updated the Elastic Beanstalk Deploy Application task to detect when throttling errors exhaust the underlying SDKs retry capability and to automatically extend the event polling delay by some random amount instead of failing the task. The task also adds a random start delay prior to the first poll for events so that multiple simultaneous deployments do not all start event polling at, or very close to, the same time which could also lead to early throttling errors.
- Issue #114, added support for specifying custom content encoding in the S3 Upload task.
- Issue #106, added the ability to the CloudFormation Create/Update Stack and Execute Change Set tasks to enable capturing the declared outputs from a stack into build variables as either individual outputs using the output names as the build variable names or as a JSON-formatted blob using the stack name suffixed with 'Outputs' as the variable name. To prevent secrets being accidentally echoed to console logs the build variables are created in secured mode which can be overridden in the task configuration.
- Issue #127, extended CloudFormation Create/Update Stack task to allow use of previous template when performing an update.
1.1.8
Build changes to address problems raised in issue #117.