Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .changes/1.13.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"date": "2022-03-28",
"version": "1.13.0",
"entries": [
{
"type": "Breaking Change",
"description": "Bumped Minimum Azure Pipelines Agent version to 2.144.0 due to Node6 Execution Handler Deprecation: see https://github.com/aws/aws-toolkit-azure-devops/issues/453"
},
{
"type": "Feature",
"description": "Added \"filesAcl\" parameter to CodeDeploy task when uploading to S3"
},
{
"type": "Feature",
"description": "Skips execution of and then deletes an empty change set"
},
{
"type": "Feature",
"description": "Lambda Deploy Function gracefully handles missing lambda:GetFunctionConfiguration with a warning and a 5-second wait"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.13.0 2022-03-28

- **Breaking Change** Bumped Minimum Azure Pipelines Agent version to 2.144.0 due to Node6 Execution Handler Deprecation: see https://github.com/aws/aws-toolkit-azure-devops/issues/453
- **Feature** Added "filesAcl" parameter to CodeDeploy task when uploading to S3
- **Feature** Skips execution of and then deletes an empty change set
- **Feature** Lambda Deploy Function gracefully handles missing lambda:GetFunctionConfiguration with a warning and a 5-second wait

## 1.12.0 2021-11-16

- **Feature** Add support for CloudWatch output config in SSM RunCommand task
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.12.0",
"version": "1.13.0",
"description": "AWS Tools for Azure DevOps",
"private": true,
"main": "build/tasks",
Expand Down