From c34513d4bafb192806546467d27dac46a5b205e3 Mon Sep 17 00:00:00 2001 From: UrbanCode CI Date: Fri, 2 Jan 2026 11:12:53 +0000 Subject: [PATCH] Release for ucv-ext-bitbucket-cloud 1.0.37 --- index.json | 11 +++++------ plugins/ucv-ext-bitbucket-cloud/releases.json | 10 ++++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/index.json b/index.json index 9371790..33aa8e2 100644 --- a/index.json +++ b/index.json @@ -311,13 +311,12 @@ "email": "urbancode-plugins@hcl.com" }, "current": { - "semver": "1.0.36", - "date": "2025-12-19T04:54:26.481Z", - "image": "urbancode/ucv-ext-bitbucket-cloud:1.0.36", + "semver": "1.0.37", + "date": "2026-01-02T11:00:46.402Z", + "image": "urbancode/ucv-ext-bitbucket-cloud:1.0.37", "notes": [ - "Modified SonarQube configuration to ensure coverage includes both unit and functional tests", - "Performed package upgrades and enabled temporarily skipped functional test script.", - "Updated the API URL" + "Bug Fix: Fixed an issue where Bitbucket Pull Requests continued to appear as open in the Value Stream even after being closed or merged. Pull Request statuses are now correctly updated and reflected in the Value Stream.", + "Update: The App Password field has been replaced with API Token authentication. Generate and use an API Token with the appropriate scopes for successful authentication. Please note that the Atlassian account email address should be entered in the Username field instead of the account username." ], "supports": "2.5.0" } diff --git a/plugins/ucv-ext-bitbucket-cloud/releases.json b/plugins/ucv-ext-bitbucket-cloud/releases.json index 5d35087..6eb6903 100644 --- a/plugins/ucv-ext-bitbucket-cloud/releases.json +++ b/plugins/ucv-ext-bitbucket-cloud/releases.json @@ -1,4 +1,14 @@ [ + { + "semver": "1.0.37", + "date": "2026-01-02T11:00:46.402Z", + "image": "urbancode/ucv-ext-bitbucket-cloud:1.0.37", + "notes": [ + "Bug Fix: Fixed an issue where Bitbucket Pull Requests continued to appear as open in the Value Stream even after being closed or merged. Pull Request statuses are now correctly updated and reflected in the Value Stream.", + "Update: The App Password field has been replaced with API Token authentication. Generate and use an API Token with the appropriate scopes for successful authentication. Please note that the Atlassian account email address should be entered in the Username field instead of the account username." + ], + "supports": "2.5.0" + }, { "semver": "1.0.36", "date": "2025-12-19T04:54:26.481Z",