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
30 changes: 30 additions & 0 deletions .changes/1.14.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"date": "2024-01-31",
"version": "1.14.0",
"entries": [
{
"type": "Bug Fix",
"description": "S3Download now correctly handles directories"
},
{
"type": "Bug Fix",
"description": "Fix for AWS SSM Run Command issue with SNS Notifications"
},
{
"type": "Bug Fix",
"description": "fix timeout property for CloudFormation update"
},
{
"type": "Bug Fix",
"description": "Support fetching region from metadata of IMDSv2 instances"
},
{
"type": "Feature",
"description": "Add an option to remove docker image after an ECR push"
},
{
"type": "Feature",
"description": "Support to assume a role without ACCESS KEY ID/SECRET KEY"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.14.0 2024-01-31

- **Bug Fix** S3Download now correctly handles directories
- **Bug Fix** Fix for AWS SSM Run Command issue with SNS Notifications
- **Bug Fix** fix timeout property for CloudFormation update
- **Bug Fix** Support fetching region from metadata of IMDSv2 instances
- **Feature** Add an option to remove docker image after an ECR push
- **Feature** Support to assume a role without ACCESS KEY ID/SECRET KEY

## 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
Expand Down
4 changes: 2 additions & 2 deletions 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.13.0",
"version": "1.14.0",
"description": "AWS Tools for Azure DevOps",
"private": true,
"main": "build/tasks",
Expand Down