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
8 changes: 4 additions & 4 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -881,11 +881,11 @@
"email": "urbancode-plugins@hcl.com"
},
"current": {
"semver": "4.1.5",
"date": "2025-11-28T10:10:18.238Z",
"image": "urbancode/ucv-ext-ucd:4.1.5",
"semver": "4.1.6",
"date": "2025-12-04T09:24:53.960Z",
"image": "urbancode/ucv-ext-ucd:4.1.6",
"notes": [
"Bug fix: Due to large status entries into the records, the tool was facing issues in retrieval of the record and thus tasks used to show In Progress even though its completed from CD tools. Now this fix will resolve the bug."
"Bug Fix: Resolved an issue in delta sync, where In-Progress APARs were not being tracked correctly"
],
"supports": "5.2.0"
},
Expand Down
9 changes: 9 additions & 0 deletions plugins/ucv-ext-ucd/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"semver": "4.1.6",
"date": "2025-12-04T09:24:53.960Z",
"image": "urbancode/ucv-ext-ucd:4.1.6",
"notes": [
"Bug Fix: Resolved an issue in delta sync, where In-Progress APARs were not being tracked correctly"
],
"supports": "5.2.0"
},
{
"semver": "4.1.5",
"date": "2025-11-28T10:10:18.238Z",
Expand Down