From b7084516b5e33d6e59c96da45b3fb551be9e02b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Sun, 15 Dec 2024 22:37:27 +0100 Subject: [PATCH 1/2] chore: quarkus operator sdk and related version updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1850f7f..83b611d 100644 --- a/pom.xml +++ b/pom.xml @@ -15,11 +15,11 @@ ${java.version} UTF-8 3.3.1 - 6.13.1 - 3.8.3 + 6.13.4 + 3.17.4 24.0.1 5.11.0 - 6.6.8 + 6.9.1 3.25.3 2.43.0 From c9fcac6c997f26414c7598d8573294cf0e35c5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Sun, 15 Dec 2024 22:39:16 +0100 Subject: [PATCH 2/2] minikube MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8201e02..b6236b4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -47,7 +47,7 @@ jobs: java-version: 21 cache: 'maven' - name: Setup minikube for E2E tests - uses: manusa/actions-setup-minikube@v2.12.0 + uses: manusa/actions-setup-minikube@v2.13.0 with: minikube version: v1.32.0 kubernetes version: v1.29.1