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
10 changes: 6 additions & 4 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,13 @@
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "1.0.29",
"date": "2022-12-27T12:01:43.019Z",
"image": "urbancode/ucv-ext-bitbucket-cloud:1.0.29",
"semver": "1.0.36",
"date": "2025-12-19T04:54:26.481Z",
"image": "urbancode/ucv-ext-bitbucket-cloud:1.0.36",
"notes": [
"<b>Initial Sync Date Field Added: </b>Under the hidden properties section of add integration page for the plugin an Initial Sync Date field is added. This field is optional and can be used only for the first sync."
"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"
],
"supports": "2.5.0"
}
Expand Down
11 changes: 11 additions & 0 deletions plugins/ucv-ext-bitbucket-cloud/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"semver": "1.0.36",
"date": "2025-12-19T04:54:26.481Z",
"image": "urbancode/ucv-ext-bitbucket-cloud:1.0.36",
"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"
],
"supports": "2.5.0"
},
{
"semver": "1.0.29",
"date": "2022-12-27T12:01:43.019Z",
Expand Down