Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 34b4eab

Browse files
author
aws-toolkit-automation
committedJan 13, 2025·
Update version to 1.19.0
1 parent 82e1a34 commit 34b4eab

7 files changed

+27
-15
lines changed
 

‎.changes/1.19.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2025-01-13",
3+
"version": "1.19.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "use the correct OIDC request url for the PowerShell task"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "PowerShell: Invalid working directory produces cryptic error message and exits cleanup early."
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Auth: Add helpful log message if OIDC is used but OAuth is not enabled for the agent."
16+
}
17+
]
18+
}

‎.changes/next-release/Bug Fix-4c8c9cea-b7f9-407b-b85e-36fdba5fc17b.json

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

‎.changes/next-release/Bug Fix-7b05e6b7-10c6-409b-8e40-a1be42b59832.json

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

‎.changes/next-release/Feature-c7b2b19f-87cf-440e-9b21-1f56e1d624b5.json

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

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.19.0 2025-01-13
2+
3+
- **Bug Fix** use the correct OIDC request url for the PowerShell task
4+
- **Bug Fix** PowerShell: Invalid working directory produces cryptic error message and exits cleanup early.
5+
- **Feature** Auth: Add helpful log message if OIDC is used but OAuth is not enabled for the agent.
6+
17
## 1.18.0 2024-12-03
28

39
- **Feature** Tasks now support Node 20

‎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.18.0",
3+
"version": "1.19.0",
44
"description": "AWS Tools for Azure DevOps",
55
"private": true,
66
"main": "build/tasks",

0 commit comments

Comments
 (0)
Please sign in to comment.