Thanks, I'm on it.
Vincent
Le mar. 10 janv. 2023 à 03:58, Mark Waite a
écrit :
> Several users have reported an issue with the most recent releases. More
> information at https://issues.jenkins.io/browse/JENKINS-70392
>
> On Thursday, January 5, 2023 at 12:46:35 PM UTC-7 jgl...@cloudbees.com
>
Several users have reported an issue with the most recent releases. More
information at https://issues.jenkins.io/browse/JENKINS-70392
On Thursday, January 5, 2023 at 12:46:35 PM UTC-7 jgl...@cloudbees.com
wrote:
> On Thu, Jan 5, 2023 at 2:35 PM Vincent Latombe
> wrote:
>
>> the package on
On Thu, Jan 5, 2023 at 2:35 PM Vincent Latombe
wrote:
> the package on fabric8 side is not updated to a new one, so both plugins
> wouldn't be able to co-exist in the classpath.
>
You can simultaneously run multiple wrapper plugins with the same package,
so long as any given caller’s transitive
> kubernetes-credential-provider uses the api.
I just checked it (
https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/pull/72),
it doesn't seem to require any update considering its api usage.
There is one deprecated code usage that can be cleaned up but is not
mandatory, and one
Unfortunately not, as James pointed out, the package on fabric8 side is not
updated to a new one, so both plugins wouldn't be able to co-exist in the
classpath.
Vincent
Le jeu. 5 janv. 2023 à 17:54, 'Daniel Beck' via Jenkins Developers <
jenkinsci-dev@googlegroups.com> a écrit :
>
>
> On Thu, J
> I've built a series of plugin incremental builds with this new version. I
believe I am covering all existing plugins in the Jenkins OSS ecosystem
using this library. All existing tests are passing.
kubernetes-credential-provider uses the api.
/James
On Thursday, January 5, 2023 at 6:58:30 PM
the package names are still the same as far as I understand, and this would
still have issues due to the nature of the dependencies.
as k8s has dependencies on both -creds and -api if the creds where updated
to use the new -6-api when the classess that k8s would see would be a bit
"iffy" would
On Thu, Jan 5, 2023 at 5:18 PM Vincent Latombe
wrote:
> A new major version of this library (6.x) has been available for a while
> and has breaking changes (See
> https://github.com/fabric8io/kubernetes-client/blob/v6.3.1/doc/MIGRATION-v6.md
> for details) requiring coordinated changes across plu
Hello,
https://github.com/jenkinsci/kubernetes-client-api-plugin bundles today
version 5.x of fabric8 kubernetes-client.
A new major version of this library (6.x) has been available for a while
and has breaking changes (See
https://github.com/fabric8io/kubernetes-client/blob/v6.3.1/doc/MIGRATION-