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
10 changes: 10 additions & 0 deletions .changes/1.20.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"date": "2025-03-19",
"version": "1.20.0",
"entries": [
{
"type": "Feature",
"description": "Auth: Retry failures when attempting to fetch OIDC tokens."
}
]
}

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.20.0 2025-03-19

- **Feature** Auth: Retry failures when attempting to fetch OIDC tokens.

## 1.19.0 2025-01-13

- **Bug Fix** use the correct OIDC request url for the PowerShell task
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.19.0",
"version": "1.20.0",
"description": "AWS Tools for Azure DevOps",
"private": true,
"main": "build/tasks",
Expand Down