From d7e4a2268fa2b7d0ff397ee774fb3a08c3e31162 Mon Sep 17 00:00:00 2001 From: Carmine Vassallo Date: Fri, 20 Dec 2024 11:46:15 +0100 Subject: [PATCH] SONAR-22801 Support Kubernetes v1.32 --- .cirrus/Dockerfile | 2 +- .cirrus/tasks.yml | 2 +- charts/sonarqube-dce/CHANGELOG.md | 1 + charts/sonarqube-dce/Chart.yaml | 2 ++ charts/sonarqube-dce/README.md | 2 +- charts/sonarqube/CHANGELOG.md | 1 + charts/sonarqube/Chart.yaml | 2 ++ charts/sonarqube/README.md | 2 +- 8 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.cirrus/Dockerfile b/.cirrus/Dockerfile index 46fec82f9..b9cec1e70 100644 --- a/.cirrus/Dockerfile +++ b/.cirrus/Dockerfile @@ -6,7 +6,7 @@ FROM docker:20.10 USER root ARG HELM_VERSION=3.16.3 -ARG KUBECTL_VERSION=1.31.0 +ARG KUBECTL_VERSION=1.32.0 ARG CHART_TESTING_VERSION=3.11.0 ARG CHART_TESTING_HASHSUM="38914f285ce309f86a876522640a27b57840a435d3480195f0878e104f1e8044" ARG YAMLLINT_VERSION=1.35.1 diff --git a/.cirrus/tasks.yml b/.cirrus/tasks.yml index 176edc4b3..8fd309ca1 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.31.0 + KUBE_VERSION: 1.32.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 f81e446f0..df5d5ec83 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. ## [2025.1.0] * Update Chart's version to 2025.1.0 * Update ingress-nginx subchart to 4.11.3 +* Support Kubernetes v1.32 ## [10.8.1] * Update Chart's version to 10.8.1 diff --git a/charts/sonarqube-dce/Chart.yaml b/charts/sonarqube-dce/Chart.yaml index e68bd05df..9fd48ca9f 100644 --- a/charts/sonarqube-dce/Chart.yaml +++ b/charts/sonarqube-dce/Chart.yaml @@ -29,6 +29,8 @@ annotations: description: "Update Chart's version to 2025.1.0" - kind: changed description: "Update ingress-nginx subchart to 4.11.3" + - kind: changed + description: "Support Kubernetes v1.32" 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 1f010b0d6..35b81528a 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.8.1` -Supported Kubernetes Versions: From `1.24` to `1.31` +Supported Kubernetes Versions: From `1.29` to `1.32` 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 1ef2eb3ce..de08036a5 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. ## [2025.1.0] * Update Chart's version to 2025.1.0 * Update ingress-nginx subchart to 4.11.3 +* Support Kubernetes v1.32 ## [10.8.1] * Update Chart's version to 10.8.1 diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 5968002ae..77b63b44a 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -34,6 +34,8 @@ annotations: description: "Update Chart's version to 2025.1.0" - kind: changed description: "Update ingress-nginx subchart to 4.11.3" + - kind: changed + description: "Support Kubernetes v1.32" artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/images: | - name: sonarqube diff --git a/charts/sonarqube/README.md b/charts/sonarqube/README.md index e671605ef..67b6e48d1 100644 --- a/charts/sonarqube/README.md +++ b/charts/sonarqube/README.md @@ -17,7 +17,7 @@ Please note that this chart only supports SonarQube Community, Developer, and En Compatible SonarQube Server Version: `10.8.1` Compatible SonarQube Community Build: `24.12.0.100206` -Supported Kubernetes Versions: From `1.24` to `1.31` +Supported Kubernetes Versions: From `1.29` to `1.32` Supported Openshift Versions: From `4.11` to `4.16` ## Installing the chart