Skip to content

Commit

Permalink
SONAR-22801 Support Kubernetes v1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo committed Dec 20, 2024
1 parent 5563401 commit d7e4a22
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cirrus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .cirrus/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/sonarqube-dce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube-dce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7e4a22

Please sign in to comment.