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
11 changes: 5 additions & 6 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
10 changes: 10 additions & 0 deletions plugins/ucv-ext-bitbucket-cloud/releases.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down