Skip to content

Commit

Permalink
Update version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Mar 13, 2020
1 parent 081a102 commit 085522b
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 34 deletions.
38 changes: 38 additions & 0 deletions .changes/1.6.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"date": "2020-03-13",
"version": "1.6.0",
"entries": [
{
"type": "Bug Fix",
"description": "Fix issue #291 AWS CLI did not assume role if it was set in the service connection"
},
{
"type": "Bug Fix",
"description": "Fix corrupting lambda invocations with JSON payloads"
},
{
"type": "Feature",
"description": "Add sessiontoken field to allow extension to work with temp credentials generated by an external process"
},
{
"type": "Feature",
"description": "Add nodejs12.x and python3.8 Lambda runtimes"
},
{
"type": "Feature",
"description": "Rebranded from AWS VSTS Tools to AWS Toolkit for Azure DevOps"
},
{
"type": "Feature",
"description": "Output image tag from ECR Pull task per issue #315"
},
{
"type": "Removal",
"description": "Removed nodejs8.10 Lambda runtime as updates are now disabled"
},
{
"type": "Removal",
"description": "Remove \"only override if files existed\" from S3 upload as it was never properly hooked up"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.6.0 2020-03-13

- **Bug Fix** Fix issue #291 AWS CLI did not assume role if it was set in the service connection
- **Bug Fix** Fix corrupting lambda invocations with JSON payloads
- **Feature** Add sessiontoken field to allow extension to work with temp credentials generated by an external process
- **Feature** Add nodejs12.x and python3.8 Lambda runtimes
- **Feature** Rebranded from AWS VSTS Tools to AWS Toolkit for Azure DevOps
- **Feature** Output image tag from ECR Pull task per issue #315
- **Removal** Removed nodejs8.10 Lambda runtime as updates are now disabled
- **Removal** Remove "only override if files existed" from S3 upload as it was never properly hooked up

## 1.5.0 2019-08-12

- **Bug Fix** Fix issue #270 by adding tags on lambda update
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-vsts-tools",
"version": "1.5.0",
"version": "1.6.0",
"description": "AWS Tools for Azure DevOps",
"private": true,
"main": "_build/tasks",
Expand Down

0 comments on commit 085522b

Please sign in to comment.