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.1 #31125

Closed
wants to merge 2 commits into from
Closed
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
7 changes: 6 additions & 1 deletion bitnami/milvus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 10.1.1 (2024-12-20)

* [bitnami/milvus] Release 10.1.1 ([#31125](https://github.com/bitnami/charts/pull/31125))

## 10.1.0 (2024-12-10)

* [bitnami/milvus] Detect non-standard images ([#30959](https://github.com/bitnami/charts/pull/30959))
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
* [bitnami/milvus] Detect non-standard images (#30959) ([e40b32f](https://github.com/bitnami/charts/commit/e40b32f1e3ddb6589ff57381d30009ba3179d9cc)), closes [#30959](https://github.com/bitnami/charts/issues/30959)

## <small>10.0.4 (2024-12-04)</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.6.1
version: 10.7.1
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 31.0.0
version: 31.1.0
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.8.6
version: 14.10.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:80746a859766f8de4e8cb4b64bc13f65d3fce67a4eef6c8ac852c1a1267ffc1c
generated: "2024-12-10T17:15:04.931839+01:00"
digest: sha256:982de0dc97275899aad0964d6d3e8c9436f27ef0bc68ec5e598800116f36cebe
generated: "2024-12-20T05:39:14.284564179Z"
8 changes: 4 additions & 4 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.4.12-debian-12-r0
- name: milvus
image: docker.io/bitnami/milvus:2.4.17-debian-12-r1
image: docker.io/bitnami/milvus:2.4.18-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r33
image: docker.io/bitnami/os-shell:12-debian-12-r34
- name: pymilvus
image: docker.io/bitnami/pymilvus:2.5.0-debian-12-r0
apiVersion: v2
appVersion: 2.4.17
appVersion: 2.4.18
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.0
version: 10.1.1
4 changes: 2 additions & 2 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.4.17-debian-12-r1
tag: 2.4.18-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://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-r33
tag: 12-debian-12-r34
digest: ""
## @param waitContainer.image.pullPolicy Init container wait-container image pull policy
##
Expand Down
Loading