From 088da5b9ba23c0d80f8c5e096dc94b826c5e76a1 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Tue, 16 Mar 2021 21:13:20 +0100 Subject: [PATCH 1/2] chore: update to Quarkus 1.12.2 --- samples/quarkus/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/quarkus/pom.xml b/samples/quarkus/pom.xml index 4b716453d8..796b050500 100644 --- a/samples/quarkus/pom.xml +++ b/samples/quarkus/pom.xml @@ -17,7 +17,7 @@ 11 11 - 1.12.1.Final + 1.12.2.Final 3.8.1 true @@ -46,6 +46,7 @@ io.quarkiverse.operatorsdk quarkus-operator-sdk 1.8.0.CR1 + io.javaoperatorsdk From 13a66a365d0f6be4bb740f90c1636d5c27b6ba7f Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Tue, 16 Mar 2021 21:13:59 +0100 Subject: [PATCH 2/2] chore: update to fabric8 kubernetes-client 5.2.1 --- operator-framework/pom.xml | 2 +- pom.xml | 2 +- samples/common/pom.xml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/operator-framework/pom.xml b/operator-framework/pom.xml index 5fdb3bf541..8d438a69a5 100644 --- a/operator-framework/pom.xml +++ b/operator-framework/pom.xml @@ -81,7 +81,7 @@ io.fabric8 - crd-generator + crd-generator-apt test diff --git a/pom.xml b/pom.xml index efdace5a0d..ab11c8a2ca 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ 5.7.0 3.0.0-M5 UTF-8 - 5.1.1 + 5.2.1 1.7.30 diff --git a/samples/common/pom.xml b/samples/common/pom.xml index 233b5b686d..806b6c502a 100644 --- a/samples/common/pom.xml +++ b/samples/common/pom.xml @@ -25,10 +25,11 @@ io.javaoperatorsdk operator-framework ${project.version} + compile io.fabric8 - crd-generator + crd-generator-apt compile