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/mlflow] Release 2.3.4 #31573

Merged
merged 2 commits into from
Jan 24, 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/mlflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 2.3.3 (2025-01-23)
## 2.3.4 (2025-01-24)

* [bitnami/mlflow] Fix parsing of mlflow tracking service loadBalancerSourceRanges ([#31327](https://github.com/bitnami/charts/pull/31327))
* [bitnami/mlflow] Release 2.3.4 ([#31573](https://github.com/bitnami/charts/pull/31573))

## <small>2.3.3 (2025-01-23)</small>

* [bitnami/mlflow] Fix parsing of mlflow tracking service loadBalancerSourceRanges (#31327) ([a0cf872](https://github.com/bitnami/charts/commit/a0cf87299703c97217c7585b2d81a8d6bb8281c8)), closes [#31327](https://github.com/bitnami/charts/issues/31327)

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

Expand Down
8 changes: 4 additions & 4 deletions bitnami/mlflow/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 14.10.5
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.4.3
version: 16.4.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.0
digest: sha256:257baf4809352cb881679eb284c7d9068c76a8a7bfc95863f0aadf8ff3a829ff
generated: "2025-01-20T19:00:55.218794866Z"
version: 2.29.1
digest: sha256:ad720711200736891f5829aab85986235473506188da99a53728c5a574adfb51
generated: "2025-01-24T15:20:27.600251887Z"
6 changes: 3 additions & 3 deletions bitnami/mlflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ annotations:
- name: git
image: docker.io/bitnami/git:2.48.1-debian-12-r0
- name: mlflow
image: docker.io/bitnami/mlflow:2.19.0-debian-12-r1
image: docker.io/bitnami/mlflow:2.20.0-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r35
apiVersion: v2
appVersion: 2.19.0
appVersion: 2.20.0
dependencies:
- condition: minio.enabled
name: minio
Expand Down Expand Up @@ -44,4 +44,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mlflow
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
- https://github.com/mlflow/mlflow
version: 2.3.3
version: 2.3.4
2 changes: 1 addition & 1 deletion bitnami/mlflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mlflow
tag: 2.19.0-debian-12-r1
tag: 2.20.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading