From 6f8be8247375568972c5c2424b449308dbf38ba4 Mon Sep 17 00:00:00 2001 From: Jakub Scholz Date: Fri, 27 Sep 2024 19:42:06 +0200 Subject: [PATCH] Update various dependencies before the initial release (#54) Signed-off-by: Jakub Scholz --- .azure/templates/jobs/run_systemtests.yaml | 12 +++++----- .github/workflows/codeql-analysis.yml | 10 ++++----- Dockerfile | 8 +++---- pom.xml | 26 ++++++++++++++++++---- 4 files changed, 37 insertions(+), 19 deletions(-) diff --git a/.azure/templates/jobs/run_systemtests.yaml b/.azure/templates/jobs/run_systemtests.yaml index 01127ca..16a08b4 100644 --- a/.azure/templates/jobs/run_systemtests.yaml +++ b/.azure/templates/jobs/run_systemtests.yaml @@ -34,15 +34,15 @@ jobs: echo "##vso[task.setvariable variable=docker_registry]$(kubectl get service registry -n kube-system -o=jsonpath='{.spec.clusterIP}'):80" displayName: "Set docker_registry to local registry in minikube" condition: eq(variables['docker_registry'], 'localhost:5000') - - task: Maven@3 + - task: Maven@4 inputs: - mavenPomFile: 'pom.xml' + mavenPOMFile: 'pom.xml' goals: 'install' options: '-B -Dmaven.javadoc.skip=true -DskipTests -am -pl systemtest' displayName: 'Build systemtest module' - - task: Maven@3 + - task: Maven@4 inputs: - mavenPomFile: 'systemtest/pom.xml' + mavenPOMFile: 'systemtest/pom.xml' publishJUnitResults: true testResultsFiles: '**/failsafe-reports/TEST-*.xml' goals: 'verify' @@ -52,9 +52,9 @@ jobs: DOCKER_ORG: strimzi DOCKER_TAG: latest displayName: 'Run systemtests - $(arch) - Bundle installation' - - task: Maven@3 + - task: Maven@4 inputs: - mavenPomFile: 'systemtest/pom.xml' + mavenPOMFile: 'systemtest/pom.xml' publishJUnitResults: true testResultsFiles: '**/failsafe-reports/TEST-*.xml' goals: 'verify' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4531e39..3d2d2b4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,11 +35,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Setup OpenJDK - name: Setup java - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: 17 distribution: 'temurin' @@ -47,7 +47,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -58,7 +58,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # ℹ️ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -72,4 +72,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/Dockerfile b/Dockerfile index 18c5461..1501b0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:latest +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest ARG JAVA_VERSION=17 ARG TARGETPLATFORM USER root -RUN microdnf update \ - && microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install java-${JAVA_VERSION}-openjdk-headless openssl shadow-utils \ - && microdnf clean all +RUN microdnf update -y \ + && microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-${JAVA_VERSION}-openjdk-headless openssl shadow-utils \ + && microdnf clean all -y # Set JAVA_HOME env var ENV JAVA_HOME /usr/lib/jvm/jre-17 diff --git a/pom.xml b/pom.xml index 50a5d8f..3a1f0ac 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,24 @@ CN Group https://www.cngroup.dk + + Paul Mellor + pmellor@redhat.com + Red Hat + https://www.redhat.com + + + Lukáš Král + l.kral@outlook.com + Red Hat + https://www.redhat.com + + + Maroš Orsák + maros.orsak159@gmail.com + Red Hat + https://www.redhat.com + @@ -97,13 +115,13 @@ 4.4.2 - 6.13.0 - 0.41.0 - 3.0.0 + 6.13.4 + 0.43.0 + 3.8.0 2.0.1.Final 1.7.36 2.17.2 - 11.0.14 + 11.0.24 5.0.2