From 92a54d8f263fdbd6c345b3755b9e2576f4d20f05 Mon Sep 17 00:00:00 2001 From: UrbanCode CI Date: Fri, 31 Oct 2025 10:51:24 +0000 Subject: [PATCH] Release for ucv-ext-generator 1.0.53 --- 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..78c36b8 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.53", + "date": "2025-10-31T10:39:59.761Z", + "image": "urbancode/ucv-ext-generator:1.0.53", "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..c31cee6 100644 --- a/plugins/ucv-ext-generator/releases.json +++ b/plugins/ucv-ext-generator/releases.json @@ -1,4 +1,15 @@ [ + { + "semver": "1.0.53", + "date": "2025-10-31T10:39:59.761Z", + "image": "urbancode/ucv-ext-generator:1.0.53", + "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",