Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SONAR-23306 support kubernetes 1.31 #571

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .cirrus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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.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
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.
## [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
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 @@ -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/
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.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
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.
## [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
Expand Down
2 changes: 2 additions & 0 deletions charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading