[bitnami/spring-cloud-dataflow] chore!: ⬆️ 💥 Bump MariaDB subchart to 20 (#30359)

* [bitnami/spring-cloud-dataflow] chore!: ⬆️ 💥 Bump MariaDB subchart to 20

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Javier J. Salmerón García
2024-11-12 11:53:58 +01:00
committed by GitHub
parent 089c3087f3
commit 1369cbfd07
4 changed files with 25 additions and 10 deletions

View File

@@ -1,8 +1,13 @@
# Changelog
## 32.0.2 (2024-10-29)
## 33.0.0 (2024-11-08)
* [bitnami/spring-cloud-dataflow] Release 32.0.2 ([#30122](https://github.com/bitnami/charts/pull/30122))
* [bitnami/spring-cloud-dataflow] chore!: :arrow_up: :boom: Bump MariaDB subchart to 20 ([#30359](https://github.com/bitnami/charts/pull/30359))
## <small>32.0.2 (2024-10-29)</small>
* [bitnami/*] Remove wrong comment about imagePullPolicy (#30107) ([a51f9e4](https://github.com/bitnami/charts/commit/a51f9e4bb0fbf77199512d35de7ac8abe055d026)), closes [#30107](https://github.com/bitnami/charts/issues/30107)
* [bitnami/spring-cloud-dataflow] Release 32.0.2 (#30122) ([6349db0](https://github.com/bitnami/charts/commit/6349db02cff375314e0278cc3618b33ffb4eafd1)), closes [#30122](https://github.com/bitnami/charts/issues/30122)
## <small>32.0.1 (2024-10-22)</small>

View File

@@ -1,15 +1,15 @@
dependencies:
- name: rabbitmq
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.0.3
version: 15.0.5
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.1.0
version: 20.0.0
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 30.1.6
version: 30.1.8
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.26.0
digest: sha256:4522ae79fc51e42a33f09697eda0361dbec0dc546a7940c8c415c201398806b4
generated: "2024-10-29T09:46:31.447085663Z"
version: 2.27.0
digest: sha256:4de4514796f9a802813c6e3f70ab6e45cd7abf200995cabd5ca677e503c24865
generated: "2024-11-08T16:28:35.057450428+01:00"

View File

@@ -29,7 +29,7 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- dataflow-database
version: 19.x.x
version: 20.x.x
- condition: kafka.enabled
name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
@@ -53,4 +53,4 @@ maintainers:
name: spring-cloud-dataflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/spring-cloud-dataflow
version: 32.0.2
version: 33.0.0

View File

@@ -765,6 +765,16 @@ Find more information about how to deal with common errors related to Bitnami He
## Upgrading
### To 33.0.0
This major bump updates the MariaDB subchart to version 20.0.0. This subchart updates the StatefulSet objects `serviceName` to use a headless service, as the current non-headless service attached to it was not providing DNS entries. This will cause an upgrade issue because it changes "immutable fields". To workaround it, delete the StatefulSet objects as follows (replace the RELEASE_NAME placeholder):
```shell
kubectl delete sts RELEASE_NAME-mariadb --cascade=false
```
Then execute `helm upgrade` as usual.
### To 32.0.0
This major updates the RabbitMQ subchart to its newest major, 15.0.0. For more information on this subchart's major, please refer to [RabbitMQ upgrade notes](https://www.rabbitmq.com/docs/4.0/upgrade).