diff --git a/.cirrus/Dockerfile b/.cirrus/Dockerfile index 5dbfe082..a55b70a4 100644 --- a/.cirrus/Dockerfile +++ b/.cirrus/Dockerfile @@ -5,22 +5,22 @@ FROM docker:20.10 USER root -ARG HELM_VERSION=3.15.2 -ARG KUBECTL_VERSION=1.30.0 +ARG HELM_VERSION=3.16.1 +ARG KUBECTL_VERSION=1.31.0 ARG CHART_TESTING_VERSION=3.11.0 ARG CHART_TESTING_HASHSUM="38914f285ce309f86a876522640a27b57840a435d3480195f0878e104f1e8044" ARG YAMLLINT_VERSION=1.35.1 ARG YAMALE_VERSION=5.2.1 ARG AH_VERSION=1.19.0 ARG AH_CHECKSUM="0e430493521ce387ca04d79b26646a86f92886dbcceb44985bb71082a9530ca5" -ARG YQ_VERSION=4.44.2 -ARG YQ_CHECKSUM="246b781828353a59fb04ffaada241f78a8f3f25c623047b40306def1f6806e71" -ARG KUBECONFORM_VERSION=0.6.6 -ARG KUBECONFORM_CHECKSUM="2ff56999a6ed9e96fe5ab9ee52271f2db5335baf7f17789035b9561970cdd3eb" -ARG CHART_VERIFIER_VERSION=1.13.7 -ARG CHART_VERIFIER_CHECKSUM="100e65d46627c005cf0edf5e645aca3d0acaf6371c1870609dcbfa3135b88484" -ARG OPENSHIFT_CLI_VERSION=4.16.13 -ARG OPENSHIFT_CLI_CHECKSUM="a384f1b748bef573d65f807e4dde749efc030d4483555d69041d504cb9d95474" +ARG YQ_VERSION=4.44.3 +ARG YQ_CHECKSUM="a2c097180dd884a8d50c956ee16a9cec070f30a7947cf4ebf87d5f36213e9ed7" +ARG KUBECONFORM_VERSION=0.6.7 +ARG KUBECONFORM_CHECKSUM="95f14e87aa28c09d5941f11bd024c1d02fdc0303ccaa23f61cef67bc92619d73" +ARG CHART_VERIFIER_VERSION=1.13.8 +ARG CHART_VERIFIER_CHECKSUM="1ed190a3aa4f961269e59f9596408415761ab368d761a08eae2960a84d957352" +ARG OPENSHIFT_CLI_VERSION=4.16.16 +ARG OPENSHIFT_CLI_CHECKSUM="a1cd9ac47f20c525e57668eac141318336a9e9c2cdae7dbff74d87b5fcf637f7" ENV HELM_BASE_URL="https://get.helm.sh" ENV HELM_TAR_FILE="helm-v${HELM_VERSION}-linux-amd64.tar.gz" diff --git a/.cirrus/tasks.yml b/.cirrus/tasks.yml index fb574f7e..a7105f98 100644 --- a/.cirrus/tasks.yml +++ b/.cirrus/tasks.yml @@ -3,7 +3,7 @@ env: NIGHTLY_CRON: 'nightly-cron' DOCKER_USERNAME: VAULT[development/kv/data/docker/sonardockerrw data.username] DOCKER_PASSWORD: VAULT[development/kv/data/docker/sonardockerrw data.access_token_rwd] - KUBE_VERSION: 1.30.0 + KUBE_VERSION: 1.31.0 DOCKER_GCLOUD_SA_KEY: VAULT[development/team/sonarqube/kv/data/gcp-marketplace-registry-staging data.key] GCLOUD_REGISTRY: gcr.io/sonarqube-marketplace-provider # This is the staging registry GCLOUD_PRODUCT_NAME: sonarqube-dce-staging # This is the staging product name diff --git a/charts/sonarqube-dce/CHANGELOG.md b/charts/sonarqube-dce/CHANGELOG.md index 40840baa..ff950ea5 100644 --- a/charts/sonarqube-dce/CHANGELOG.md +++ b/charts/sonarqube-dce/CHANGELOG.md @@ -4,6 +4,7 @@ All changes to this chart will be documented in this file. ## [10.8.0] * Update Chart's version to 10.8.0 * Support the installation of the Oracle JDBC Driver +* Support Kubernetes v1.31 ## [10.7.0] * Update Chart's version to 10.7.0 diff --git a/charts/sonarqube-dce/Chart.yaml b/charts/sonarqube-dce/Chart.yaml index 0d8d5e4d..bfbe874f 100644 --- a/charts/sonarqube-dce/Chart.yaml +++ b/charts/sonarqube-dce/Chart.yaml @@ -31,6 +31,8 @@ annotations: description: "Update Chart's version to 10.8.0" - kind: added description: "Support the installation of the Oracle JDBC Driver" + - kind: changed + description: "Support Kubernetes v1.31" artifacthub.io/links: | - name: support url: https://community.sonarsource.com/ diff --git a/charts/sonarqube-dce/README.md b/charts/sonarqube-dce/README.md index 0398bd67..015bafe0 100644 --- a/charts/sonarqube-dce/README.md +++ b/charts/sonarqube-dce/README.md @@ -16,7 +16,7 @@ Please note that this chart does NOT support SonarQube Community, Developer, and Compatible SonarQube Version: `10.7.0` -Supported Kubernetes Versions: From `1.24` to `1.30` +Supported Kubernetes Versions: From `1.24` to `1.31` Supported Openshift Versions: From `4.11` to `4.16` ## Installing the chart diff --git a/charts/sonarqube/CHANGELOG.md b/charts/sonarqube/CHANGELOG.md index 50e7a255..18c4a294 100644 --- a/charts/sonarqube/CHANGELOG.md +++ b/charts/sonarqube/CHANGELOG.md @@ -4,6 +4,7 @@ All changes to this chart will be documented in this file. ## [10.8.0] * Update Chart's version to 10.8.0 * Support the installation of the Oracle JDBC Driver +* Support Kubernetes v1.31 ## [10.7.0] * Update Chart's version to 10.7.0 diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index d864634c..51f0456a 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -36,6 +36,8 @@ annotations: description: "Update Chart's version to 10.8.0" - kind: added description: "Support the installation of the Oracle JDBC Driver" + - kind: changed + description: "Support Kubernetes v1.31" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube diff --git a/charts/sonarqube/README.md b/charts/sonarqube/README.md index 3172f6da..52d5449b 100644 --- a/charts/sonarqube/README.md +++ b/charts/sonarqube/README.md @@ -16,7 +16,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En Compatible SonarQube Version: `10.7.0` -Supported Kubernetes Versions: From `1.24` to `1.30` +Supported Kubernetes Versions: From `1.24` to `1.31` Supported Openshift Versions: From `4.11` to `4.16` ## Installing the chart