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
14 changes: 9 additions & 5 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -891,13 +891,17 @@
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "4.1.6",
"date": "2025-12-04T09:24:53.960Z",
"image": "urbancode/ucv-ext-ucd:4.1.6",
"semver": "4.1.12",
"date": "2026-06-10T07:02:06.538Z",
"image": "urbancode/ucv-ext-ucd:4.1.12",
"notes": [
"Bug Fix: Resolved an issue in delta sync, where In-Progress APARs were not being tracked correctly"
"Improved test coverage for the plugin.",
"Addressed and resolved Whitesource-reported vulnerabilities.",
"Velocity Task Now Correctly Fails When DevOps Deploy Deployment Returns FAULTED Before Timeout.",
"Name of the plugin is changed from IBM DevOps Deploy to DevOps Deploy.",
"Upgraded the NPM Wrapper package to the latest supported version."
],
"supports": "5.2.0"
"supports": "5.2.5"
},
"branding": {
"name": "IBM DevOps Deploy",
Expand Down
13 changes: 13 additions & 0 deletions plugins/ucv-ext-ucd/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"semver": "4.1.12",
"date": "2026-06-10T07:02:06.538Z",
"image": "urbancode/ucv-ext-ucd:4.1.12",
"notes": [
"Improved test coverage for the plugin.",
"Addressed and resolved Whitesource-reported vulnerabilities.",
"Velocity Task Now Correctly Fails When DevOps Deploy Deployment Returns FAULTED Before Timeout.",
"Name of the plugin is changed from IBM DevOps Deploy to DevOps Deploy.",
"Upgraded the NPM Wrapper package to the latest supported version."
],
"supports": "5.2.5"
},
{
"semver": "4.1.6",
"date": "2025-12-04T09:24:53.960Z",
Expand Down
Loading