Skip to content

Commit 20e95a7

Browse files
author
Bitnami Bot
authored
[bitnami/mlflow] Release 2.5.4 (#32435)
* [bitnami/mlflow] Release 2.5.4 updating components versions Signed-off-by: Bitnami Containers <[email protected]> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <[email protected]> --------- Signed-off-by: Bitnami Containers <[email protected]>
1 parent e062faf commit 20e95a7

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

bitnami/mlflow/CHANGELOG.md

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

3-
## 2.5.3 (2025-03-04)
3+
## 2.5.4 (2025-03-13)
44

5-
* [bitnami/mlflow] Release 2.5.3 ([#32263](https://github.com/bitnami/charts/pull/32263))
5+
* [bitnami/mlflow] Release 2.5.4 ([#32435](https://github.com/bitnami/charts/pull/32435))
6+
7+
## <small>2.5.3 (2025-03-04)</small>
8+
9+
* [bitnami/mlflow] Release 2.5.3 (#32263) ([6c8cae9](https://github.com/bitnami/charts/commit/6c8cae96201e7c01c659b5c80d3ff7f881bf87e9)), closes [#32263](https://github.com/bitnami/charts/issues/32263)
610

711
## <small>2.5.2 (2025-02-26)</small>
812

bitnami/mlflow/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: minio
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 15.0.5
4+
version: 15.0.7
55
- name: postgresql
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 16.4.16
7+
version: 16.5.0
88
- name: common
99
repository: oci://registry-1.docker.io/bitnamicharts
1010
version: 2.30.0
11-
digest: sha256:deb2b9ee91802cd15f43894cd67905108152d2a16180df43f6ec8d1202943e72
12-
generated: "2025-03-04T12:28:26.182554752Z"
11+
digest: sha256:aea8b7e1b3035b9a53b97f8652bbefe0b90c141b854719e5a4c7dd06d8c3c19a
12+
generated: "2025-03-13T08:04:44.263667102Z"

bitnami/mlflow/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ annotations:
77
licenses: Apache-2.0
88
images: |
99
- name: git
10-
image: docker.io/bitnami/git:2.48.1-debian-12-r8
10+
image: docker.io/bitnami/git:2.48.1-debian-12-r9
1111
- name: mlflow
12-
image: docker.io/bitnami/mlflow:2.20.3-debian-12-r1
12+
image: docker.io/bitnami/mlflow:2.20.4-debian-12-r0
1313
- name: os-shell
1414
image: docker.io/bitnami/os-shell:12-debian-12-r39
1515
apiVersion: v2
16-
appVersion: 2.20.3
16+
appVersion: 2.20.4
1717
dependencies:
1818
- condition: minio.enabled
1919
name: minio
@@ -45,4 +45,4 @@ sources:
4545
- https://github.com/bitnami/charts/tree/main/bitnami/mlflow
4646
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
4747
- https://github.com/mlflow/mlflow
48-
version: 2.5.3
48+
version: 2.5.4

bitnami/mlflow/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ diagnosticMode:
9595
image:
9696
registry: docker.io
9797
repository: bitnami/mlflow
98-
tag: 2.20.3-debian-12-r1
98+
tag: 2.20.4-debian-12-r0
9999
digest: ""
100100
## Specify a imagePullPolicy
101101
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -124,7 +124,7 @@ image:
124124
gitImage:
125125
registry: docker.io
126126
repository: bitnami/git
127-
tag: 2.48.1-debian-12-r8
127+
tag: 2.48.1-debian-12-r9
128128
digest: ""
129129
pullPolicy: IfNotPresent
130130
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)