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
43 changes: 27 additions & 16 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -578,11 +580,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",
"semver": "1.5.10",
"date": "2026-06-09T13:08:52.712Z",
"image": "urbancode/ucv-ext-github:1.5.10",
"notes": [
"Enhancement: Loop Data Engine support for external DevOps tool resources"
"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"
}
Expand Down Expand Up @@ -632,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"
}
Expand All @@ -650,11 +658,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"
}
Expand Down
11 changes: 11 additions & 0 deletions plugins/ucv-ext-compass/releases.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions plugins/ucv-ext-github/releases.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions plugins/ucv-ext-jenkins/releases.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions plugins/ucv-ext-jira/releases.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading