Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/milvus] Release 10.1.4 #31333

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3 (2025-01-02)
## 10.1.4 (2025-01-13)

* [bitnami/milvus] Release 10.1.3 ([#31197](https://github.com/bitnami/charts/pull/31197))
* [bitnami/milvus] Release 10.1.4 ([#31333](https://github.com/bitnami/charts/pull/31333))

## <small>10.1.3 (2025-01-02)</small>

* [bitnami/milvus] Release 10.1.3 (#31197) ([1fe7c59](https://github.com/bitnami/charts/commit/1fe7c59f415c46e5b1e002229d5d2027f167a320)), closes [#31197](https://github.com/bitnami/charts/issues/31197)

## <small>10.1.2 (2024-12-30)</small>

Expand Down
10 changes: 5 additions & 5 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.1
version: 10.7.2
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 31.1.1
version: 31.2.0
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.10.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:204ada8a43992505ae8248ddbb300db8b646d99041f40e710ad4508f0838ef07
generated: "2024-12-23T14:39:53.710809513Z"
version: 2.29.0
digest: sha256:e318d422a713ef5c25a18578450e82607baaaf633282b31bdede6c34a6fe93df
generated: "2025-01-13T10:12:17.454538655Z"
10 changes: 5 additions & 5 deletions bitnami/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ annotations:
- name: attu
image: docker.io/bitnami/attu:2.5.0-debian-12-r0
- name: milvus
image: docker.io/bitnami/milvus:2.5.2-debian-12-r0
image: docker.io/bitnami/milvus:2.5.3-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r34
image: docker.io/bitnami/os-shell:12-debian-12-r35
- name: pymilvus
image: docker.io/bitnami/pymilvus:2.5.2-debian-12-r0
image: docker.io/bitnami/pymilvus:2.5.3-debian-12-r0
apiVersion: v2
appVersion: 2.5.2
appVersion: 2.5.3
dependencies:
- name: etcd
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.3
version: 10.1.4
6 changes: 3 additions & 3 deletions bitnami/milvus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ milvus:
image:
registry: docker.io
repository: bitnami/milvus
tag: 2.5.2-debian-12-r0
tag: 2.5.3-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -272,7 +272,7 @@ initJob:
image:
registry: docker.io
repository: bitnami/pymilvus
tag: 2.5.2-debian-12-r0
tag: 2.5.3-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -5162,7 +5162,7 @@ waitContainer:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r34
tag: 12-debian-12-r35
digest: ""
## @param waitContainer.image.pullPolicy Init container wait-container image pull policy
##
Expand Down
Loading