Skip to content

Commit bd3c257

Browse files
author
aws-toolkit-automation
committed
Update version to 1.13.0
1 parent b15f137 commit bd3c257

8 files changed

+31
-18
lines changed

.changes/1.13.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2022-03-28",
3+
"version": "1.13.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"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"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Added \"filesAcl\" parameter to CodeDeploy task when uploading to S3"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Skips execution of and then deletes an empty change set"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Lambda Deploy Function gracefully handles missing lambda:GetFunctionConfiguration with a warning and a 5-second wait"
20+
}
21+
]
22+
}

.changes/next-release/Breaking Change-19fb321b-efeb-4732-b824-61121cb07ad2.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-3dfa1544-2757-4457-97ad-0a91767a833f.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-ccc4596d-a59c-4d5a-9ff5-2907f1bea3dd.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-efef33cb-2f0d-495a-999b-4b3448351410.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.13.0 2022-03-28
2+
3+
- **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
4+
- **Feature** Added "filesAcl" parameter to CodeDeploy task when uploading to S3
5+
- **Feature** Skips execution of and then deletes an empty change set
6+
- **Feature** Lambda Deploy Function gracefully handles missing lambda:GetFunctionConfiguration with a warning and a 5-second wait
7+
18
## 1.12.0 2021-11-16
29

310
- **Feature** Add support for CloudWatch output config in SSM RunCommand task

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-vsts-tools",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "AWS Tools for Azure DevOps",
55
"private": true,
66
"main": "build/tasks",

0 commit comments

Comments
 (0)