Skip to content

Commit

Permalink
[bitnami/milvus] Update ETCD to major 11 (#31509)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
dgomezleon authored Jan 22, 2025
1 parent ab13b86 commit 3def614
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
8 changes: 6 additions & 2 deletions bitnami/milvus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 10.1.7 (2025-01-20)
## 11.0.0 (2025-01-22)

* [bitnami/milvus] feat: :recycle: Use os-shell for config generation ([#31460](https://github.com/bitnami/charts/pull/31460))
* [bitnami/milvus] Update ETCD to major 11 ([#31509](https://github.com/bitnami/charts/pull/31509))

## <small>10.1.7 (2025-01-20)</small>

* [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)

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

Expand Down
8 changes: 4 additions & 4 deletions bitnami/milvus/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
version: 10.7.2
version: 11.0.1
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 31.2.0
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.10.3
version: 14.10.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.0
digest: sha256:e318d422a713ef5c25a18578450e82607baaaf633282b31bdede6c34a6fe93df
generated: "2025-01-13T10:12:17.454538655Z"
digest: sha256:8af9248c286a0b755cd9aaede99206b162c5477bd28e7f81919d56bfe5ac5f3e
generated: "2025-01-22T11:31:32.633839+01:00"
4 changes: 2 additions & 2 deletions bitnami/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
condition: etcd.enabled
version: 10.x.x
version: 11.x.x
- condition: kafka.enabled
name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down Expand Up @@ -48,4 +48,4 @@ maintainers:
name: milvus
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/milvus
version: 10.1.7
version: 11.0.0
4 changes: 4 additions & 0 deletions bitnami/milvus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,10 @@ Find more information about how to deal with common errors related to Bitnami's

## Upgrading

### To 11.0.0

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).

### To 10.1.0

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).
Expand Down

0 comments on commit 3def614

Please sign in to comment.