From a8425d53beb783f185885451358fa29072e9bdc1 Mon Sep 17 00:00:00 2001 From: Adam Boe Date: Fri, 6 Sep 2024 02:03:07 -0700 Subject: [PATCH] Releases for release_summary_ibm:1.0.3 (#359) * Release for release_summary_ibm 1.0.3 * Release for ucv-ext-github 1.4.19 --------- Co-authored-by: UrbanCode CI --- index.json | 18 +++++++++--------- plugins/release_summary_ibm/releases.json | 8 ++++++++ plugins/ucv-ext-github/releases.json | 9 +++++++++ 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/index.json b/index.json index 50a3c1f..886dd67 100644 --- a/index.json +++ b/index.json @@ -165,11 +165,11 @@ "email": "urbancode-plugins@hcl.com" }, "current": { - "semver": "1.0.1", - "date": "2024-08-13T05:56:13.837Z", - "image": "urbancode/ucv-ext-release-summary-ibm:1.0.1", + "semver": "1.0.3", + "date": "2024-09-05T08:55:26.150Z", + "image": "urbancode/ucv-ext-release-summary-ibm:1.0.3", "notes": [ - " " + "Fixed issue to load the plugin to DevOps Velocity" ] } }, @@ -490,13 +490,13 @@ "email": "urbancode-plugins@hcl.com" }, "current": { - "semver": "1.4.18", - "date": "2024-07-26T08:38:10.558Z", - "image": "urbancode/ucv-ext-github:1.4.18", + "semver": "1.4.19", + "date": "2024-09-06T08:02:34.437Z", + "image": "urbancode/ucv-ext-github:1.4.19", "notes": [ - "Changes in the Github plugin to handle draft PR and use the new field in the DB. Have added top-level field for draft on pull requests in our GraphQL schema" + "Our current version of GitHub (ucv-ext-github:1.4.19) only supports Velocity versions 5.0.8 and higher" ], - "supports": "2.6.0" + "supports": "5.0.8" } }, "ucv-ext-gitlab": { diff --git a/plugins/release_summary_ibm/releases.json b/plugins/release_summary_ibm/releases.json index 01990a0..d1f34ca 100644 --- a/plugins/release_summary_ibm/releases.json +++ b/plugins/release_summary_ibm/releases.json @@ -1,4 +1,12 @@ [ + { + "semver": "1.0.3", + "date": "2024-09-05T08:55:26.150Z", + "image": "urbancode/ucv-ext-release-summary-ibm:1.0.3", + "notes": [ + "Fixed issue to load the plugin to DevOps Velocity" + ] + }, { "semver": "1.0.1", "date": "2024-08-13T05:56:13.837Z", diff --git a/plugins/ucv-ext-github/releases.json b/plugins/ucv-ext-github/releases.json index 040fb6a..ac68ac9 100644 --- a/plugins/ucv-ext-github/releases.json +++ b/plugins/ucv-ext-github/releases.json @@ -1,4 +1,13 @@ [ + { + "semver": "1.4.19", + "date": "2024-09-06T08:02:34.437Z", + "image": "urbancode/ucv-ext-github:1.4.19", + "notes": [ + "Our current version of GitHub (ucv-ext-github:1.4.19) only supports Velocity versions 5.0.8 and higher" + ], + "supports": "5.0.8" + }, { "semver": "1.4.18", "date": "2024-07-26T08:38:10.558Z",