[bitnami/milvus] Update kafka subchart to 31.0.0 (#30428)

* [bitnami/milvus] Update kafka subchart to 31.0.0

Signed-off-by: David Gomez <dgomezleon@vmware.com>

* Update CHANGELOG.md

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

---------

Signed-off-by: David Gomez <dgomezleon@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
David Gomez
2024-11-12 15:22:11 +00:00
committed by GitHub
co-authored by Bitnami Containers
parent fe6422cb72
commit 81e013315e
4 changed files with 18 additions and 10 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 9.0.12 (2024-11-07)
## 10.0.0 (2024-11-12)
* [bitnami/milvus] Release 9.0.12 ([#30282](https://github.com/bitnami/charts/pull/30282))
* [bitnami/milvus] Update kafka subchart to 31.0.0 ([#30428](https://github.com/bitnami/charts/pull/30428))
## <small>9.0.12 (2024-11-07)</small>
* [bitnami/milvus] Release 9.0.12 (#30282) ([f175ffc](https://github.com/bitnami/charts/commit/f175ffc8b28e02cc24dc6b60d447facd550a2cea)), closes [#30282](https://github.com/bitnami/charts/issues/30282)
## <small>9.0.11 (2024-11-06)</small>
+6 -6
View File
@@ -1,15 +1,15 @@
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
version: 10.5.1
version: 10.5.2
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 30.1.8
version: 31.0.0
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.8.3
version: 14.8.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.26.0
digest: sha256:41325d86731770ca68cc3144f8597e9740ba222db1e3b3ddd4250d1ddd713f03
generated: "2024-11-07T07:47:50.377417452Z"
version: 2.27.0
digest: sha256:9943a08ac041bd2dd65fde971bb0cae6ca2fcb883f8dce3d0288b1a8807dfd7d
generated: "2024-11-12T15:47:27.842392+01:00"
+2 -2
View File
@@ -23,7 +23,7 @@ dependencies:
- condition: kafka.enabled
name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 30.x.x
version: 31.x.x
- condition: minio.enabled
name: minio
repository: oci://registry-1.docker.io/bitnamicharts
@@ -48,4 +48,4 @@ maintainers:
name: milvus
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/milvus
version: 9.0.12
version: 10.0.0
+4
View File
@@ -1842,6 +1842,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 10.0.0
This major updates the Kafka subchart to its newest major, 31.0.0. For more information on this subchart's major, please refer to [Kafka upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/kafka#to-3100).
### To 9.0.0
This major updates the Kafka subchart to its newest major, 30.0.0. For more information on this subchart's major, please refer to [Kafka upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/kafka#to-3000).