From 1f66736f9a4231f91e240506d49c2b372079c7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 02:54:49 +0000 Subject: [PATCH 1/4] Bump revision from 6.4.1 to 6.8.1 Bumps `revision` from 6.4.1 to 6.8.1. Updates `io.fabric8:kubernetes-client` from 6.4.1 to 6.8.1 - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/fabric8io/kubernetes-client/compare/v6.4.1...v6.8.1) Updates `io.fabric8:openshift-client` from 6.4.1 to 6.8.1 - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/fabric8io/kubernetes-client/compare/v6.4.1...v6.8.1) Updates `io.fabric8:volumesnapshot-client` from 6.4.1 to 6.8.1 --- updated-dependencies: - dependency-name: io.fabric8:kubernetes-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.fabric8:openshift-client dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.fabric8:volumesnapshot-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 69b8a12..469e5f7 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ ${revision}-${changelist} hpi - 6.4.1 + 6.8.1 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin 2.361.4 From 226bde7d441aab8648007bf3c08d12c950588c7e Mon Sep 17 00:00:00 2001 From: Vincent Latombe Date: Tue, 22 Aug 2023 10:47:49 +0200 Subject: [PATCH 2/4] Mark plugin as incompatible with previous versions --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 469e5f7..b6150fe 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ jenkinsci/${project.artifactId}-plugin 2.361.4 2.361.x + 6.8.1 Kubernetes Client API Plugin This plugin provides the fabric8.io Kubernetes Client API to plugins. From a73361450c9f6b5dad357c95fd181ac38ca6065d Mon Sep 17 00:00:00 2001 From: Vincent Latombe Date: Fri, 25 Aug 2023 09:12:18 +0200 Subject: [PATCH 3/4] Raise jenkins core requirement to 2.401.1 --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index b6150fe..ce2ea43 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.67 + 4.72 @@ -16,8 +16,9 @@ 6.8.1 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.361.4 - 2.361.x + 2.401.1 + 2.401.x + 2357.v1043f8578392 6.8.1 Kubernetes Client API Plugin @@ -54,7 +55,7 @@ io.jenkins.tools.bom bom-${bom} - 1706.vc166d5f429f8 + ${bom.version} import pom From efe792551bbdfb36957b85171d77d85cfa7b3dee Mon Sep 17 00:00:00 2001 From: Vincent Latombe Date: Tue, 29 Aug 2023 09:49:36 +0200 Subject: [PATCH 4/4] Remove snakeyaml-api dependency The new kubernetes-client depends on snakeyaml-engine library, which is not provided by snakeyaml-api plugin. --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index ce2ea43..2efafa0 100644 --- a/pom.xml +++ b/pom.xml @@ -190,10 +190,6 @@ bouncycastle-api runtime - - io.jenkins.plugins - snakeyaml-api - io.jenkins.plugins okhttp-api