Skip to content

Commit 3def614

Browse files
authored
[bitnami/milvus] Update ETCD to major 11 (#31509)
* [bitnami/milvus] Update ETCD to major 11 Signed-off-by: David Gomez <[email protected]> * [bitnami/milvus] Fix typo in the README Signed-off-by: David Gomez <[email protected]> --------- Signed-off-by: David Gomez <[email protected]>
1 parent ab13b86 commit 3def614

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

bitnami/milvus/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 10.1.7 (2025-01-20)
3+
## 11.0.0 (2025-01-22)
44

5-
* [bitnami/milvus] feat: :recycle: Use os-shell for config generation ([#31460](https://github.com/bitnami/charts/pull/31460))
5+
* [bitnami/milvus] Update ETCD to major 11 ([#31509](https://github.com/bitnami/charts/pull/31509))
6+
7+
## <small>10.1.7 (2025-01-20)</small>
8+
9+
* [bitnami/milvus] feat: :recycle: Use os-shell for config generation (#31460) ([fcf8bff](https://github.com/bitnami/charts/commit/fcf8bff7bea31b9fa7254e46804e26aa9bb1d914)), closes [#31460](https://github.com/bitnami/charts/issues/31460)
610

711
## <small>10.1.6 (2025-01-17)</small>
812

bitnami/milvus/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
dependencies:
22
- name: etcd
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 10.7.2
4+
version: 11.0.1
55
- name: kafka
66
repository: oci://registry-1.docker.io/bitnamicharts
77
version: 31.2.0
88
- name: minio
99
repository: oci://registry-1.docker.io/bitnamicharts
10-
version: 14.10.3
10+
version: 14.10.5
1111
- name: common
1212
repository: oci://registry-1.docker.io/bitnamicharts
1313
version: 2.29.0
14-
digest: sha256:e318d422a713ef5c25a18578450e82607baaaf633282b31bdede6c34a6fe93df
15-
generated: "2025-01-13T10:12:17.454538655Z"
14+
digest: sha256:8af9248c286a0b755cd9aaede99206b162c5477bd28e7f81919d56bfe5ac5f3e
15+
generated: "2025-01-22T11:31:32.633839+01:00"

bitnami/milvus/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- name: etcd
2020
repository: oci://registry-1.docker.io/bitnamicharts
2121
condition: etcd.enabled
22-
version: 10.x.x
22+
version: 11.x.x
2323
- condition: kafka.enabled
2424
name: kafka
2525
repository: oci://registry-1.docker.io/bitnamicharts
@@ -48,4 +48,4 @@ maintainers:
4848
name: milvus
4949
sources:
5050
- https://github.com/bitnami/charts/tree/main/bitnami/milvus
51-
version: 10.1.7
51+
version: 11.0.0

bitnami/milvus/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1865,6 +1865,10 @@ Find more information about how to deal with common errors related to Bitnami's
18651865

18661866
## Upgrading
18671867

1868+
### To 11.0.0
1869+
1870+
This major updates the `etcd` subchart to it newest major, 11.0.0. For more information on this subchart's major, please refer to [etcd upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/etcd#to-1100).
1871+
18681872
### To 10.1.0
18691873

18701874
This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).

0 commit comments

Comments
 (0)