From 16b638919681d59fa49bc7e71814be0770d1b3cc Mon Sep 17 00:00:00 2001 From: UrbanCode CI Date: Tue, 9 Jun 2026 13:21:40 +0000 Subject: [PATCH 1/4] Release for ucv-ext-github 1.5.10 --- index.json | 13 ++++++++----- plugins/ucv-ext-github/releases.json | 12 ++++++++++++ 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/index.json b/index.json index 9716e95..a7c67f6 100644 --- a/index.json +++ b/index.json @@ -578,11 +578,14 @@ "email": "urbancode-plugins@hcl.com" }, "current": { - "semver": "1.5.9", - "date": "2026-06-01T09:35:58.485Z", - "image": "urbancode/ucv-ext-github:1.5.9", - "notes": [ - "Enhancement: Loop Data Engine support for external DevOps tool resources" + "semver": "1.5.10", + "date": "2026-06-09T13:08:52.712Z", + "image": "urbancode/ucv-ext-github:1.5.10", + "notes": [ + "Improved test coverage for the GitHub plugin.", + "Addressed and resolved Whitesource-reported vulnerabilities.", + "Added support for Team and Teamspace fields in plugin integrations. These fields can now be configured during plugin setup and integration.", + "Upgraded the NPM Wrapper package to the latest supported version." ], "supports": "5.2.5" } diff --git a/plugins/ucv-ext-github/releases.json b/plugins/ucv-ext-github/releases.json index fde837e..bae9304 100644 --- a/plugins/ucv-ext-github/releases.json +++ b/plugins/ucv-ext-github/releases.json @@ -1,4 +1,16 @@ [ + { + "semver": "1.5.10", + "date": "2026-06-09T13:08:52.712Z", + "image": "urbancode/ucv-ext-github:1.5.10", + "notes": [ + "Improved test coverage for the GitHub plugin.", + "Addressed and resolved Whitesource-reported vulnerabilities.", + "Added support for Team and Teamspace fields in plugin integrations. These fields can now be configured during plugin setup and integration.", + "Upgraded the NPM Wrapper package to the latest supported version." + ], + "supports": "5.2.5" + }, { "semver": "1.5.9", "date": "2026-06-01T09:35:58.485Z", From 523c88cb83266c0aaf90fbfb510af95cf58d2346 Mon Sep 17 00:00:00 2001 From: UrbanCode CI Date: Tue, 9 Jun 2026 13:51:49 +0000 Subject: [PATCH 2/4] Release for ucv-ext-jira 2.4.13 --- index.json | 11 +++++++---- plugins/ucv-ext-jira/releases.json | 12 ++++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/index.json b/index.json index a7c67f6..554899c 100644 --- a/index.json +++ b/index.json @@ -653,11 +653,14 @@ "email": "urbancode-plugins@hcl.com" }, "current": { - "semver": "2.4.11", - "date": "2026-06-01T10:07:52.730Z", - "image": "urbancode/ucv-ext-jira:2.4.11", + "semver": "2.4.13", + "date": "2026-06-09T13:39:28.526Z", + "image": "urbancode/ucv-ext-jira:2.4.13", "notes": [ - "Enhancement: Loop Data Engine support for external DevOps tool resources" + "Improved test coverage for the Jira plugin.", + "Addressed and resolved Whitesource-reported vulnerabilities.", + "Added support for Team and Teamspace fields in plugin integrations. These fields can now be configured during plugin setup and integration.", + "Upgraded the NPM Wrapper package to the latest supported version." ], "supports": "5.2.5" } diff --git a/plugins/ucv-ext-jira/releases.json b/plugins/ucv-ext-jira/releases.json index 818d896..5a909f5 100644 --- a/plugins/ucv-ext-jira/releases.json +++ b/plugins/ucv-ext-jira/releases.json @@ -1,4 +1,16 @@ [ + { + "semver": "2.4.13", + "date": "2026-06-09T13:39:28.526Z", + "image": "urbancode/ucv-ext-jira:2.4.13", + "notes": [ + "Improved test coverage for the Jira plugin.", + "Addressed and resolved Whitesource-reported vulnerabilities.", + "Added support for Team and Teamspace fields in plugin integrations. These fields can now be configured during plugin setup and integration.", + "Upgraded the NPM Wrapper package to the latest supported version." + ], + "supports": "5.2.5" + }, { "semver": "2.4.11", "date": "2026-06-01T10:07:52.730Z", From bdad00c97d85f99d0ee8f1c71d803f3d8287505e Mon Sep 17 00:00:00 2001 From: UrbanCode CI Date: Tue, 9 Jun 2026 14:14:31 +0000 Subject: [PATCH 3/4] Release for ucv-ext-compass 1.2.7 --- index.json | 10 ++++++---- plugins/ucv-ext-compass/releases.json | 11 +++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/index.json b/index.json index 554899c..7e54b91 100644 --- a/index.json +++ b/index.json @@ -408,11 +408,13 @@ "email": "urbancode-plugins@hcl.com" }, "current": { - "semver": "1.2.5", - "date": "2026-03-23T05:47:10.310Z", - "image": "urbancode/ucv-ext-compass:1.2.5", + "semver": "1.2.7", + "date": "2026-06-09T14:02:10.037Z", + "image": "urbancode/ucv-ext-compass:1.2.7", "notes": [ - "Prevents sending a body with GET requests, improving compatibility with APIs like Google Cloud / GKS" + "Prevents sending a body with GET requests, improving compatibility with APIs like Google Cloud / GKS", + "Addressed and resolved Whitesource-reported vulnerabilities.", + "Upgraded the NPM Wrapper package to the latest supported version." ], "supports": "5.1.9" }, diff --git a/plugins/ucv-ext-compass/releases.json b/plugins/ucv-ext-compass/releases.json index e9d352f..edea61a 100644 --- a/plugins/ucv-ext-compass/releases.json +++ b/plugins/ucv-ext-compass/releases.json @@ -1,4 +1,15 @@ [ + { + "semver": "1.2.7", + "date": "2026-06-09T14:02:10.037Z", + "image": "urbancode/ucv-ext-compass:1.2.7", + "notes": [ + "Prevents sending a body with GET requests, improving compatibility with APIs like Google Cloud / GKS", + "Addressed and resolved Whitesource-reported vulnerabilities.", + "Upgraded the NPM Wrapper package to the latest supported version." + ], + "supports": "5.1.9" + }, { "semver": "1.2.5", "date": "2026-03-23T05:47:10.310Z", From 77d34ddf635b1ddbd87b574e2c8a02dbe2530590 Mon Sep 17 00:00:00 2001 From: UrbanCode CI Date: Tue, 9 Jun 2026 16:06:14 +0000 Subject: [PATCH 4/4] Release for ucv-ext-jenkins 1.1.13 --- index.json | 11 +++++++---- plugins/ucv-ext-jenkins/releases.json | 12 ++++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/index.json b/index.json index 7e54b91..b15155b 100644 --- a/index.json +++ b/index.json @@ -637,11 +637,14 @@ "email": "urbancode-plugins@hcl.com" }, "current": { - "semver": "1.1.12", - "date": "2026-06-01T08:55:40.209Z", - "image": "urbancode/ucv-ext-jenkins:1.1.12", + "semver": "1.1.13", + "date": "2026-06-09T15:53:46.356Z", + "image": "urbancode/ucv-ext-jenkins:1.1.13", "notes": [ - "Enhancement: Loop Data Engine support for external DevOps tool resources." + "Addressed and resolved Whitesource-reported vulnerabilities.", + "Switched Jenkins jobs to kickoff jobs and synchronized related updates.", + "Added support for Team and Teamspace fields in plugin integrations. These fields can now be configured during plugin setup and integration.", + "Upgraded the NPM Wrapper package to the latest supported version." ], "supports": "5.2.5" } diff --git a/plugins/ucv-ext-jenkins/releases.json b/plugins/ucv-ext-jenkins/releases.json index f18d169..499891a 100644 --- a/plugins/ucv-ext-jenkins/releases.json +++ b/plugins/ucv-ext-jenkins/releases.json @@ -1,4 +1,16 @@ [ + { + "semver": "1.1.13", + "date": "2026-06-09T15:53:46.356Z", + "image": "urbancode/ucv-ext-jenkins:1.1.13", + "notes": [ + "Addressed and resolved Whitesource-reported vulnerabilities.", + "Switched Jenkins jobs to kickoff jobs and synchronized related updates.", + "Added support for Team and Teamspace fields in plugin integrations. These fields can now be configured during plugin setup and integration.", + "Upgraded the NPM Wrapper package to the latest supported version." + ], + "supports": "5.2.5" + }, { "semver": "1.1.12", "date": "2026-06-01T08:55:40.209Z",