From 12e5e4561bff4f7a9634c3875a7cd2ac589ad774 Mon Sep 17 00:00:00 2001 From: UrbanCode CI Date: Thu, 6 Nov 2025 07:30:10 +0000 Subject: [PATCH 1/5] Release for ucv-ext-generator 1.0.54 --- index.json | 11 ++++++----- plugins/ucv-ext-generator/releases.json | 11 +++++++++++ 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/index.json b/index.json index 0d5cb00..a3adfaf 100644 --- a/index.json +++ b/index.json @@ -558,12 +558,13 @@ "email": "urbancode-plugins@hcl.com" }, "current": { - "semver": "1.0.52", - "date": "2025-03-11T10:59:08.960Z", - "image": "urbancode/ucv-ext-generator:1.0.52", + "semver": "1.0.54", + "date": "2025-11-06T07:18:13.206Z", + "image": "urbancode/ucv-ext-generator:1.0.54", "notes": [ - "Bug fix: GitHub integration was not happening second time, it was using existing integration, as apiUrl was not unique in workflow.json file under VSMCookBooks integration properties of GitHub. In older version of GitHub URL field was removed, plugin was looking for apiUrl.", - "Support for draft pull request: In 1.4.19 release of GitHub this feature added, incorporated same in demo data generator plugin." + "Bug fix: Fixed the Emerald Product Team - Inventory VSM issue.", + "Update: Updated the bottleneck-detection plugin version.", + "Enhancement: Added logic to automatically add the bottleneck-detection plugin after all VSMs are created." ], "supports": "4.0.5" } diff --git a/plugins/ucv-ext-generator/releases.json b/plugins/ucv-ext-generator/releases.json index 081f1e2..5fe96de 100644 --- a/plugins/ucv-ext-generator/releases.json +++ b/plugins/ucv-ext-generator/releases.json @@ -1,4 +1,15 @@ [ + { + "semver": "1.0.54", + "date": "2025-11-06T07:18:13.206Z", + "image": "urbancode/ucv-ext-generator:1.0.54", + "notes": [ + "Bug fix: Fixed the Emerald Product Team - Inventory VSM issue.", + "Update: Updated the bottleneck-detection plugin version.", + "Enhancement: Added logic to automatically add the bottleneck-detection plugin after all VSMs are created." + ], + "supports": "4.0.5" + }, { "semver": "1.0.52", "date": "2025-03-11T10:59:08.960Z", From 7d85e4d7ef00315b2f58e0663b31836ec357ca06 Mon Sep 17 00:00:00 2001 From: UrbanCode CI Date: Thu, 6 Nov 2025 09:29:43 +0000 Subject: [PATCH 2/5] Release for ucv-ext-build 1.1.5 --- index.json | 10 +++++----- plugins/ucv-ext-build/releases.json | 9 +++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/index.json b/index.json index a3adfaf..6369d80 100644 --- a/index.json +++ b/index.json @@ -367,13 +367,13 @@ "email": "urbancode-plugins@hcl.com" }, "current": { - "semver": "1.1.4", - "date": "2025-10-27T07:26:05.136Z", - "image": "urbancode/ucv-ext-build:1.1.4", + "semver": "1.1.5", + "date": "2025-11-06T09:17:43.793Z", + "image": "urbancode/ucv-ext-build:1.1.5", "notes": [ - "Enhancement: Added the integrationId field to the builds collection for build records." + "Support update: From this version onward, Build plugin supports Velocity version 5.1.11 and later." ], - "supports": "5.1.9" + "supports": "5.1.11" } }, "ucv-ext-circleci": { diff --git a/plugins/ucv-ext-build/releases.json b/plugins/ucv-ext-build/releases.json index 91374c1..9c6ace2 100644 --- a/plugins/ucv-ext-build/releases.json +++ b/plugins/ucv-ext-build/releases.json @@ -1,4 +1,13 @@ [ + { + "semver": "1.1.5", + "date": "2025-11-06T09:17:43.793Z", + "image": "urbancode/ucv-ext-build:1.1.5", + "notes": [ + "Support update: From this version onward, Build plugin supports Velocity version 5.1.11 and later." + ], + "supports": "5.1.11" + }, { "semver": "1.1.4", "date": "2025-10-27T07:26:05.136Z", From c1d6e987b3fcebb12b7c2d8c6dda57c380c50533 Mon Sep 17 00:00:00 2001 From: UrbanCode CI Date: Thu, 6 Nov 2025 09:54:28 +0000 Subject: [PATCH 3/5] Release for ucv-ext-ucd 4.1.3 --- index.json | 16 ++++++---------- plugins/ucv-ext-ucd/releases.json | 9 +++++++++ 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/index.json b/index.json index 6369d80..e48da9f 100644 --- a/index.json +++ b/index.json @@ -880,17 +880,13 @@ "email": "urbancode-plugins@hcl.com" }, "current": { - "semver": "4.1.2", - "date": "2025-10-27T13:42:59.647Z", - "image": "urbancode/ucv-ext-ucd:4.1.2", - "notes": [ - "Enhancement: Added the integrationId field to the deployments collection for deployment records.", - "Bug Fix: Resolved an issue in delta sync where in-progress APRs were not being tracked.", - "Enhancement: Introduced new schedule events in UCD AppCompRequests, AppResources, and SnapCompVersions to synchronize Application Component Requests, Application Resources, and Snapshot Component Versions.", - "Bug fix: Resolved an issue where manual deployments triggered from UrbanCode Velocity (UCV) failed with a 401 Unauthorized error, while scheduled releases continued to run successfully. This occurred due to an authentication failure between Velocity and UrbanCode Deploy (UCD) following a version upgrade. The integration credentials between UCV and UCD have been revalidated, and authentication handling has been improved to ensure successful manual deployments.", - "Bug fix: Addressed an issue where applications created from older templates in UrbanCode Deploy (UCD) were not synchronizing correctly with UrbanCode Velocity (UCV). This issue prevented deployments from being initiated through Velocity, requiring manual execution in UCD. The synchronization logic has been enhanced so that processes and environments for newly created applications (based on existing templates) are now accurately captured during deltaSync." + "semver": "4.1.3", + "date": "2025-11-06T09:43:08.312Z", + "image": "urbancode/ucv-ext-ucd:4.1.3", + "notes": [ + "Support update: From this version onward, DevOps Deploy plugin supports Velocity version 5.1.11 and later." ], - "supports": "5.1.9" + "supports": "5.1.11" }, "branding": { "name": "IBM DevOps Deploy", diff --git a/plugins/ucv-ext-ucd/releases.json b/plugins/ucv-ext-ucd/releases.json index 809ee3d..1187444 100644 --- a/plugins/ucv-ext-ucd/releases.json +++ b/plugins/ucv-ext-ucd/releases.json @@ -1,4 +1,13 @@ [ + { + "semver": "4.1.3", + "date": "2025-11-06T09:43:08.312Z", + "image": "urbancode/ucv-ext-ucd:4.1.3", + "notes": [ + "Support update: From this version onward, DevOps Deploy plugin supports Velocity version 5.1.11 and later." + ], + "supports": "5.1.11" + }, { "semver": "4.1.2", "date": "2025-10-27T13:42:59.647Z", From f193cbecc6d2ac60f28fa81336489096160d1f38 Mon Sep 17 00:00:00 2001 From: Leelavathi D h Date: Thu, 6 Nov 2025 17:45:03 +0530 Subject: [PATCH 4/5] updated release notes --- index.json | 4 ++-- plugins/ucv-ext-build/releases.json | 2 +- plugins/ucv-ext-ucd/releases.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.json b/index.json index e48da9f..35f7d84 100644 --- a/index.json +++ b/index.json @@ -371,7 +371,7 @@ "date": "2025-11-06T09:17:43.793Z", "image": "urbancode/ucv-ext-build:1.1.5", "notes": [ - "Support update: From this version onward, Build plugin supports Velocity version 5.1.11 and later." + "Support update: From this version onward, Build plugin needs Velocity version 5.1.11 or later." ], "supports": "5.1.11" } @@ -884,7 +884,7 @@ "date": "2025-11-06T09:43:08.312Z", "image": "urbancode/ucv-ext-ucd:4.1.3", "notes": [ - "Support update: From this version onward, DevOps Deploy plugin supports Velocity version 5.1.11 and later." + "Support update: From this version onward, DevOps Deploy plugin needs Velocity version 5.1.11 or later." ], "supports": "5.1.11" }, diff --git a/plugins/ucv-ext-build/releases.json b/plugins/ucv-ext-build/releases.json index 9c6ace2..477b182 100644 --- a/plugins/ucv-ext-build/releases.json +++ b/plugins/ucv-ext-build/releases.json @@ -4,7 +4,7 @@ "date": "2025-11-06T09:17:43.793Z", "image": "urbancode/ucv-ext-build:1.1.5", "notes": [ - "Support update: From this version onward, Build plugin supports Velocity version 5.1.11 and later." + "Support update: From this version onward, Build plugin needs Velocity version 5.1.11 or later." ], "supports": "5.1.11" }, diff --git a/plugins/ucv-ext-ucd/releases.json b/plugins/ucv-ext-ucd/releases.json index 1187444..1fba351 100644 --- a/plugins/ucv-ext-ucd/releases.json +++ b/plugins/ucv-ext-ucd/releases.json @@ -4,7 +4,7 @@ "date": "2025-11-06T09:43:08.312Z", "image": "urbancode/ucv-ext-ucd:4.1.3", "notes": [ - "Support update: From this version onward, DevOps Deploy plugin supports Velocity version 5.1.11 and later." + "Support update: From this version onward, DevOps Deploy plugin needs Velocity version 5.1.11 or later." ], "supports": "5.1.11" }, From e49c8e6fbbbf8558baf60f9038ef612425230686 Mon Sep 17 00:00:00 2001 From: Leelavathi D h Date: Thu, 6 Nov 2025 18:42:11 +0530 Subject: [PATCH 5/5] removed version --- index.json | 15 +++++++++++---- plugins/ucv-ext-build/releases.json | 12 ++---------- plugins/ucv-ext-onetest-server/releases.json | 12 ++---------- plugins/ucv-ext-ucd/releases.json | 12 ++---------- 4 files changed, 17 insertions(+), 34 deletions(-) diff --git a/index.json b/index.json index 35f7d84..cbb88f9 100644 --- a/index.json +++ b/index.json @@ -371,7 +371,8 @@ "date": "2025-11-06T09:17:43.793Z", "image": "urbancode/ucv-ext-build:1.1.5", "notes": [ - "Support update: From this version onward, Build plugin needs Velocity version 5.1.11 or later." + "Support update: From this version onward, Build plugin needs Velocity version 5.1.11 or later.", + "Enhancement: Added the integrationId field to the builds collection for build records." ], "supports": "5.1.11" } @@ -744,9 +745,10 @@ "date": "2025-09-04T06:29:33.447Z", "image": "urbancode/ucv-ext-onetest-server:1.0.32", "notes": [ - "Reverted changes related metric field names , removed error column included under failed . Now we have Passed, Failed, Inconclusive fields." + "Reverted changes related metric field names , removed error column included under failed . Now we have Passed, Failed, Inconclusive fields.", + "Enhancement: Enhanced the DevOps Test Hub plugin to adopt new webhook structure." ], - "supports": "2.5.0" + "supports": "5.1.9" }, "branding": { "name": "DevOps Test Hub", @@ -884,7 +886,12 @@ "date": "2025-11-06T09:43:08.312Z", "image": "urbancode/ucv-ext-ucd:4.1.3", "notes": [ - "Support update: From this version onward, DevOps Deploy plugin needs Velocity version 5.1.11 or later." + "Support update: From this version onward, DevOps Deploy plugin needs Velocity version 5.1.11 or later.", + "Enhancement: Added the integrationId field to the deployments collection for deployment records.", + "Bug Fix: Resolved an issue in delta sync where in-progress APRs were not being tracked.", + "Enhancement: Introduced new schedule events in UCD AppCompRequests, AppResources, and SnapCompVersions to synchronize Application Component Requests, Application Resources, and Snapshot Component Versions.", + "Bug fix: Resolved an issue where manual deployments triggered from UrbanCode Velocity (UCV) failed with a 401 Unauthorized error, while scheduled releases continued to run successfully. This occurred due to an authentication failure between Velocity and UrbanCode Deploy (UCD) following a version upgrade. The integration credentials between UCV and UCD have been revalidated, and authentication handling has been improved to ensure successful manual deployments.", + "Bug fix: Addressed an issue where applications created from older templates in UrbanCode Deploy (UCD) were not synchronizing correctly with UrbanCode Velocity (UCV). This issue prevented deployments from being initiated through Velocity, requiring manual execution in UCD. The synchronization logic has been enhanced so that processes and environments for newly created applications (based on existing templates) are now accurately captured during deltaSync." ], "supports": "5.1.11" }, diff --git a/plugins/ucv-ext-build/releases.json b/plugins/ucv-ext-build/releases.json index 477b182..0d01e45 100644 --- a/plugins/ucv-ext-build/releases.json +++ b/plugins/ucv-ext-build/releases.json @@ -4,18 +4,10 @@ "date": "2025-11-06T09:17:43.793Z", "image": "urbancode/ucv-ext-build:1.1.5", "notes": [ - "Support update: From this version onward, Build plugin needs Velocity version 5.1.11 or later." - ], - "supports": "5.1.11" - }, - { - "semver": "1.1.4", - "date": "2025-10-27T07:26:05.136Z", - "image": "urbancode/ucv-ext-build:1.1.4", - "notes": [ + "Support update: From this version onward, Build plugin needs Velocity version 5.1.11 or later.", "Enhancement: Added the integrationId field to the builds collection for build records." ], - "supports": "5.1.9" + "supports": "5.1.11" }, { "semver": "1.1.3", diff --git a/plugins/ucv-ext-onetest-server/releases.json b/plugins/ucv-ext-onetest-server/releases.json index d8f5229..ec8b954 100644 --- a/plugins/ucv-ext-onetest-server/releases.json +++ b/plugins/ucv-ext-onetest-server/releases.json @@ -4,18 +4,10 @@ "date": "2025-09-04T06:29:33.447Z", "image": "urbancode/ucv-ext-onetest-server:1.0.32", "notes": [ - "Reverted changes related metric field names , removed error column included under failed . Now we have Passed, Failed, Inconclusive fields." - ], - "supports": "2.5.0" - }, - { - "semver": "1.0.31", - "date": "2025-08-30T05:25:49.157Z", - "image": "urbancode/ucv-ext-onetest-server:1.0.31", - "notes": [ + "Reverted changes related metric field names , removed error column included under failed . Now we have Passed, Failed, Inconclusive fields.", "Enhancement: Enhanced the DevOps Test Hub plugin to adopt new webhook structure." ], - "supports": "2.5.0" + "supports": "5.1.9" }, { "semver": "1.0.30", diff --git a/plugins/ucv-ext-ucd/releases.json b/plugins/ucv-ext-ucd/releases.json index 1fba351..03409f0 100644 --- a/plugins/ucv-ext-ucd/releases.json +++ b/plugins/ucv-ext-ucd/releases.json @@ -4,22 +4,14 @@ "date": "2025-11-06T09:43:08.312Z", "image": "urbancode/ucv-ext-ucd:4.1.3", "notes": [ - "Support update: From this version onward, DevOps Deploy plugin needs Velocity version 5.1.11 or later." - ], - "supports": "5.1.11" - }, - { - "semver": "4.1.2", - "date": "2025-10-27T13:42:59.647Z", - "image": "urbancode/ucv-ext-ucd:4.1.2", - "notes": [ + "Support update: From this version onward, DevOps Deploy plugin needs Velocity version 5.1.11 or later.", "Enhancement: Added the integrationId field to the deployments collection for deployment records.", "Bug Fix: Resolved an issue in delta sync where in-progress APRs were not being tracked.", "Enhancement: Introduced new schedule events in UCD AppCompRequests, AppResources, and SnapCompVersions to synchronize Application Component Requests, Application Resources, and Snapshot Component Versions.", "Bug fix: Resolved an issue where manual deployments triggered from UrbanCode Velocity (UCV) failed with a 401 Unauthorized error, while scheduled releases continued to run successfully. This occurred due to an authentication failure between Velocity and UrbanCode Deploy (UCD) following a version upgrade. The integration credentials between UCV and UCD have been revalidated, and authentication handling has been improved to ensure successful manual deployments.", "Bug fix: Addressed an issue where applications created from older templates in UrbanCode Deploy (UCD) were not synchronizing correctly with UrbanCode Velocity (UCV). This issue prevented deployments from being initiated through Velocity, requiring manual execution in UCD. The synchronization logic has been enhanced so that processes and environments for newly created applications (based on existing templates) are now accurately captured during deltaSync." ], - "supports": "5.1.9" + "supports": "5.1.11" }, { "semver": "4.1.1",