Skip to content

Commit

Permalink
Update version to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jan 13, 2025
1 parent 82e1a34 commit 34b4eab
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 15 deletions.
18 changes: 18 additions & 0 deletions .changes/1.19.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"date": "2025-01-13",
"version": "1.19.0",
"entries": [
{
"type": "Bug Fix",
"description": "use the correct OIDC request url for the PowerShell task"
},
{
"type": "Bug Fix",
"description": "PowerShell: Invalid working directory produces cryptic error message and exits cleanup early."
},
{
"type": "Feature",
"description": "Auth: Add helpful log message if OIDC is used but OAuth is not enabled for the agent."
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.19.0 2025-01-13

- **Bug Fix** use the correct OIDC request url for the PowerShell task
- **Bug Fix** PowerShell: Invalid working directory produces cryptic error message and exits cleanup early.
- **Feature** Auth: Add helpful log message if OIDC is used but OAuth is not enabled for the agent.

## 1.18.0 2024-12-03

- **Feature** Tasks now support Node 20
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.18.0",
"version": "1.19.0",
"description": "AWS Tools for Azure DevOps",
"private": true,
"main": "build/tasks",
Expand Down

0 comments on commit 34b4eab

Please sign in to comment.