Skip to content

Commit

Permalink
SONAR-20919 Support Kubernetes v1.28 and drop EOL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carminevassallo authored Nov 2, 2023
1 parent 0c28883 commit 9d11879
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cirrus/generate-yaml-for-next-scan.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail

KUBE_VERSION="${KUBE_VERSION:-1.25.0}"
KUBE_VERSION="${KUBE_VERSION:-1.28.0}"
STATIC_TEST_FOLDER='../../tests/unit-compatibility-test/'$(basename $PWD)
YAML_SCAN_FOLDER='../../helm-chart-yaml-files/'$(basename $PWD)

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 @@ -12,6 +12,7 @@ All changes to this chart will be documented in this file.
* Add securityContext feature to change admin password Job
* Remove unneeded if condition for Sysctl initContainer
* Update default image of initContainers to sonarqube image, allowing for faster loading time and less external images needed
* Support Kubernetes v1.28 while dropping EOL versions (i.e., v1.24 and v.1.25)

## [10.2.0]
* Update SonarQube to 10.2.0
Expand Down
4 changes: 3 additions & 1 deletion charts/sonarqube-dce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sources:
- https://github.com/SonarSource/helm-chart-sonarqube
- https://github.com/SonarSource/docker-sonarqube
- https://github.com/SonarSource/sonarqube
kubeVersion: '>= 1.24.0-0'
kubeVersion: '>= 1.26.0-0'
maintainers:
- name: leo-geoffroy-sonarsource
email: [email protected]
Expand Down Expand Up @@ -47,6 +47,8 @@ annotations:
description: "Remove unneeded if condition for Sysctl initContainer"
- kind: changed
description: "Update default image of initContainers to sonarqube image, allowing for faster loading time and less external images needed"
- kind: changed
description: "Support Kubernetes v1.28 while dropping EOL versions (i.e., v1.24 and v.1.25)"
artifacthub.io/links: |
- name: support
url: https://community.sonarsource.com/
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All changes to this chart will be documented in this file.
* Update Elasticsearch.configureNode to false by default after 3 year deprecation
* Fix wrong condition on initSysctl feature
* Update default image of initContainers to sonarqube image, allowing for faster loading time and less external images needed

* Support Kubernetes v1.28 while dropping EOL versions (i.e., v1.24 and v.1.25)

## [10.2.0]
* Update SonarQube to 10.2.0
Expand Down
4 changes: 3 additions & 1 deletion charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sources:
- https://github.com/SonarSource/helm-chart-sonarqube
- https://github.com/SonarSource/docker-sonarqube
- https://github.com/SonarSource/sonarqube
kubeVersion: '>= 1.24.0-0'
kubeVersion: '>= 1.26.0-0'
maintainers:
- name: leo-geoffroy-sonarsource
email: [email protected]
Expand Down Expand Up @@ -50,6 +50,8 @@ annotations:
description: "Fix wrong condition on initSysctl feature"
- kind: changed
description: "Update default image of initContainers to sonarqube image, allowing for faster loading time and less external images needed"
- kind: changed
description: "Support Kubernetes v1.28 while dropping EOL versions (i.e., v1.24 and v.1.25)"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/images: |
- name: sonarqube
Expand Down

0 comments on commit 9d11879

Please sign in to comment.