From 34b4eab61d41f5b5e38a01b64aab624b69e8e28d Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Mon, 13 Jan 2025 17:00:35 +0000 Subject: [PATCH] Update version to 1.19.0 --- .changes/1.19.0.json | 18 ++++++++++++++++++ ...x-4c8c9cea-b7f9-407b-b85e-36fdba5fc17b.json | 4 ---- ...x-7b05e6b7-10c6-409b-8e40-a1be42b59832.json | 4 ---- ...e-c7b2b19f-87cf-440e-9b21-1f56e1d624b5.json | 4 ---- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 27 insertions(+), 15 deletions(-) create mode 100644 .changes/1.19.0.json delete mode 100644 .changes/next-release/Bug Fix-4c8c9cea-b7f9-407b-b85e-36fdba5fc17b.json delete mode 100644 .changes/next-release/Bug Fix-7b05e6b7-10c6-409b-8e40-a1be42b59832.json delete mode 100644 .changes/next-release/Feature-c7b2b19f-87cf-440e-9b21-1f56e1d624b5.json diff --git a/.changes/1.19.0.json b/.changes/1.19.0.json new file mode 100644 index 00000000..08d99363 --- /dev/null +++ b/.changes/1.19.0.json @@ -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." + } + ] +} \ No newline at end of file diff --git a/.changes/next-release/Bug Fix-4c8c9cea-b7f9-407b-b85e-36fdba5fc17b.json b/.changes/next-release/Bug Fix-4c8c9cea-b7f9-407b-b85e-36fdba5fc17b.json deleted file mode 100644 index 235f7a1e..00000000 --- a/.changes/next-release/Bug Fix-4c8c9cea-b7f9-407b-b85e-36fdba5fc17b.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "use the correct OIDC request url for the PowerShell task" -} \ No newline at end of file diff --git a/.changes/next-release/Bug Fix-7b05e6b7-10c6-409b-8e40-a1be42b59832.json b/.changes/next-release/Bug Fix-7b05e6b7-10c6-409b-8e40-a1be42b59832.json deleted file mode 100644 index c4e5ead8..00000000 --- a/.changes/next-release/Bug Fix-7b05e6b7-10c6-409b-8e40-a1be42b59832.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "PowerShell: Invalid working directory produces cryptic error message and exits cleanup early." -} \ No newline at end of file diff --git a/.changes/next-release/Feature-c7b2b19f-87cf-440e-9b21-1f56e1d624b5.json b/.changes/next-release/Feature-c7b2b19f-87cf-440e-9b21-1f56e1d624b5.json deleted file mode 100644 index abae38a8..00000000 --- a/.changes/next-release/Feature-c7b2b19f-87cf-440e-9b21-1f56e1d624b5.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Auth: Add helpful log message if OIDC is used but OAuth is not enabled for the agent." -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e965bb4..1194374e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 7f350c4a..a724848d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-vsts-tools", - "version": "1.18.0", + "version": "1.19.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-vsts-tools", - "version": "1.18.0", + "version": "1.19.0", "license": "apache", "dependencies": { "@typescript-eslint/typescript-estree": "^4.17.0", diff --git a/package.json b/package.json index 9365fbf2..4d3dc622 100644 --- a/package.json +++ b/package.json @@ -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",