Update io.fabric8.kubernetes-client to 6.10.0

pull/671/head
ivinokur 2024-03-21 18:13:03 +02:00
parent 661d852250
commit 025e33e170
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2012-2023 Red Hat, Inc. * Copyright (c) 2012-2024 Red Hat, Inc.
* This program and the accompanying materials are made * This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0 * available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/ * which is available at https://www.eclipse.org/legal/epl-2.0/
@ -101,7 +101,7 @@ public class K8sContainerResolver {
} }
// TODO: add 'httpGetAction' and 'tcpSocketAction' support // TODO: add 'httpGetAction' and 'tcpSocketAction' support
io.fabric8.kubernetes.api.model.LifecycleHandler k8SHandler = io.fabric8.kubernetes.api.model.LifecycleHandler k8SHandler =
new io.fabric8.kubernetes.api.model.LifecycleHandler(exec, null, null); new io.fabric8.kubernetes.api.model.LifecycleHandler(exec, null, null, null);
return k8SHandler; return k8SHandler;
} }

View File

@ -67,7 +67,7 @@
<enforcer.skip>false</enforcer.skip> <enforcer.skip>false</enforcer.skip>
<integration.mysql.db.image>quay.io/eclipse/che--centos--mysql-57-centos7:latest-e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764</integration.mysql.db.image> <integration.mysql.db.image>quay.io/eclipse/che--centos--mysql-57-centos7:latest-e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764</integration.mysql.db.image>
<integration.postgresql.db.image>quay.io/eclipse/che--centos--postgresql-13-centos7:1-71b24684d64da46f960682cc4216222a7e4ed8b1a31dd5a865b3e71afdea20d2</integration.postgresql.db.image> <integration.postgresql.db.image>quay.io/eclipse/che--centos--postgresql-13-centos7:1-71b24684d64da46f960682cc4216222a7e4ed8b1a31dd5a865b3e71afdea20d2</integration.postgresql.db.image>
<io.fabric8.kubernetes-client>6.9.0</io.fabric8.kubernetes-client> <io.fabric8.kubernetes-client>6.10.0</io.fabric8.kubernetes-client>
<io.github.mweirauch.micrometer-jvm-extras.version>0.2.2</io.github.mweirauch.micrometer-jvm-extras.version> <io.github.mweirauch.micrometer-jvm-extras.version>0.2.2</io.github.mweirauch.micrometer-jvm-extras.version>
<io.jaegertracing.micrometer.version>1.8.1</io.jaegertracing.micrometer.version> <io.jaegertracing.micrometer.version>1.8.1</io.jaegertracing.micrometer.version>
<io.jaegertracing.version>1.8.1</io.jaegertracing.version> <io.jaegertracing.version>1.8.1</io.jaegertracing.version>