Skip to content

Releases: aws/aws-toolkit-azure-devops

v1.7.0

08 Apr 20:33
Compare
Choose a tag to compare
version 1.7.0 Tue Mar 31 20:05:36 UTC 2020

v1.6.0

16 Mar 21:44
Compare
Choose a tag to compare
version 1.6.0 Fri Mar 13 21:37:20 UTC 2020

v1.5.0

21 Aug 19:24
Compare
Choose a tag to compare
version 1.5.0 Mon Aug 12 22:48:00 UTC 2019

v1.4.0

18 Jun 17:22
Compare
Choose a tag to compare
  • Issue #254, fix default working directory for AWS Shell Script
  • Issue #255, Fix bug when not putting in tags or environment variables on lambda deploy

1.3.0

12 Jun 21:58
3cbceeb
Compare
Choose a tag to compare
  • Issue #251, Hotfix credentials not working

1.2.0

12 Jun 16:50
Compare
Choose a tag to compare
  • 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

29 May 16:19
Compare
Choose a tag to compare
Build changes to address problems raised in issue #117.