From 477a654e1c0f3f6c91d7336306e2df1a4c35cc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20G=C3=B3mez=20Gracia?= Date: Tue, 8 Oct 2024 10:17:56 +0200 Subject: [PATCH] [bitnami/parse] Update MongoDB chart to 16.0.0 (#29808) * [bitnami/parse] Update MongoDB chart to 16.0.0 Signed-off-by: Gonzalo Gomez Gracia * [bitnami/parse] Update README Signed-off-by: Gonzalo Gomez Gracia * [bitnami/parse] Remove global.storageClass Signed-off-by: Gonzalo Gomez Gracia * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Gonzalo Gomez Gracia Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/parse/CHANGELOG.md | 8 ++++++-- bitnami/parse/Chart.lock | 6 +++--- bitnami/parse/Chart.yaml | 4 ++-- bitnami/parse/README.md | 7 +++++-- bitnami/parse/values.yaml | 2 -- 5 files changed, 16 insertions(+), 11 deletions(-) diff --git a/bitnami/parse/CHANGELOG.md b/bitnami/parse/CHANGELOG.md index 2a4d0b78be..a0ac2576e9 100644 --- a/bitnami/parse/CHANGELOG.md +++ b/bitnami/parse/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 23.2.15 (2024-10-04) +## 24.0.0 (2024-10-08) -* [bitnami/parse] Release 23.2.15 ([#29771](https://github.com/bitnami/charts/pull/29771)) +* [bitnami/parse] Update MongoDB chart to 16.0.0 ([#29808](https://github.com/bitnami/charts/pull/29808)) + +## 23.2.15 (2024-10-04) + +* [bitnami/parse] Release 23.2.15 (#29771) ([35af86b](https://github.com/bitnami/charts/commit/35af86b8a8e0be491f80bce2c95c778e67f2b58f)), closes [#29771](https://github.com/bitnami/charts/issues/29771) ## 23.2.14 (2024-09-26) diff --git a/bitnami/parse/Chart.lock b/bitnami/parse/Chart.lock index b5378c054a..9f9af0acc2 100644 --- a/bitnami/parse/Chart.lock +++ b/bitnami/parse/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mongodb repository: oci://registry-1.docker.io/bitnamicharts - version: 15.6.26 + version: 16.0.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.24.0 -digest: sha256:daa60443071d84ffb8913b5e5aa2299bc1bd26ec1897cf0aa5e94266db7fe109 -generated: "2024-10-04T02:27:21.723242797Z" +digest: sha256:e1f2a683637a2c957ad82c364937a330a7fce20d014938c5a2736b6da8f329dc +generated: "2024-10-07T18:03:23.634788+02:00" diff --git a/bitnami/parse/Chart.yaml b/bitnami/parse/Chart.yaml index 732096d437..457b7df615 100644 --- a/bitnami/parse/Chart.yaml +++ b/bitnami/parse/Chart.yaml @@ -16,7 +16,7 @@ appVersion: 7.3.0 dependencies: - name: mongodb repository: oci://registry-1.docker.io/bitnamicharts - version: 15.x.x + version: 16.x.x - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: @@ -38,4 +38,4 @@ maintainers: name: parse sources: - https://github.com/bitnami/charts/tree/main/bitnami/parse -version: 23.2.15 +version: 24.0.0 diff --git a/bitnami/parse/README.md b/bitnami/parse/README.md index f9c10e5fec..d2801cbf98 100644 --- a/bitnami/parse/README.md +++ b/bitnami/parse/README.md @@ -132,7 +132,6 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru | `global.imageRegistry` | Global Docker image registry | `""` | | `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` | | `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` | -| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` | | `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` | ### Common Parameters @@ -474,6 +473,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 24.0.0 + +This major updates the MongoDB® subchart to its newest major, [16.0.0](https://github.com/bitnami/charts/tree/main/bitnami/mongodb#to-1600). To upgrade to MongoDB `8.0` from a `7.0` deployment, the `7.0` deployment must have `featureCompatibilityVersion` set to `7.0`. Please refer to the [official documentation](https://www.mongodb.com/docs/manual/release-notes/8.0/#upgrade-procedures). + ### To 22.0.0 This major bump changes the following security defaults: @@ -614,4 +617,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/bitnami/parse/values.yaml b/bitnami/parse/values.yaml index 03f7489604..c42db1001e 100644 --- a/bitnami/parse/values.yaml +++ b/bitnami/parse/values.yaml @@ -10,7 +10,6 @@ ## @param global.imageRegistry Global Docker image registry ## @param global.imagePullSecrets Global Docker registry secret names as an array ## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s) -## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead ## global: imageRegistry: "" @@ -20,7 +19,6 @@ global: ## imagePullSecrets: [] defaultStorageClass: "" - storageClass: "" ## Compatibility adaptations for Kubernetes platforms ## compatibility: