Skip to content

Commit ee21504

Browse files
author
aws-toolkit-automation
committed
Update version to 1.14.0
1 parent 6d3acbd commit ee21504

10 files changed

+42
-27
lines changed

.changes/1.14.0.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2024-01-31",
3+
"version": "1.14.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "S3Download now correctly handles directories"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Fix for AWS SSM Run Command issue with SNS Notifications"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "fix timeout property for CloudFormation update"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Support fetching region from metadata of IMDSv2 instances"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Add an option to remove docker image after an ECR push"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Support to assume a role without ACCESS KEY ID/SECRET KEY"
28+
}
29+
]
30+
}

.changes/next-release/Bug Fix-8563f281-45a1-430b-999f-9a70940dc983.json

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

.changes/next-release/Bug Fix-b5cb805e-c0ca-49b9-8ec1-1eb673d8e2ce.json

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

.changes/next-release/Bug Fix-e2964197-a8c9-48dd-a48d-3646010ba79c.json

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

.changes/next-release/Bug Fix-f9a3b011-30ee-48f4-8a83-df40a3eb1cf1.json

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

.changes/next-release/Feature-3e7fa900-c9c0-4a29-8b6a-c32d241fa66c.json

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

.changes/next-release/Feature-9be634ec-41a2-4b34-8170-6a3fe6ca2c4a.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.14.0 2024-01-31
2+
3+
- **Bug Fix** S3Download now correctly handles directories
4+
- **Bug Fix** Fix for AWS SSM Run Command issue with SNS Notifications
5+
- **Bug Fix** fix timeout property for CloudFormation update
6+
- **Bug Fix** Support fetching region from metadata of IMDSv2 instances
7+
- **Feature** Add an option to remove docker image after an ECR push
8+
- **Feature** Support to assume a role without ACCESS KEY ID/SECRET KEY
9+
110
## 1.13.0 2022-03-28
211

312
- **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

package-lock.json

Lines changed: 2 additions & 2 deletions
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.13.0",
3+
"version": "1.14.0",
44
"description": "AWS Tools for Azure DevOps",
55
"private": true,
66
"main": "build/tasks",

0 commit comments

Comments
 (0)