diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md index c244dd2981ec87..e67514d028b829 100644 --- a/bitnami/mlflow/CHANGELOG.md +++ b/bitnami/mlflow/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.3.1 (2024-06-04) +## 1.3.2 (2024-06-04) -* [bitnami/mlflow] Fix missing '-' option in the liveness execution command ([#26526](https://github.com/bitnami/charts/pull/26526)) +* [bitnami/mlflow] Release 1.3.2 ([#26571](https://github.com/bitnami/charts/pull/26571)) + +## 1.3.1 (2024-06-04) + +* [bitnami/mlflow] Fix missing '-' option in the liveness execution command (#26526) ([e0d5dd1](https://github.com/bitnami/charts/commit/e0d5dd144e9ac10903e72f51f3adbbeabd976126)), closes [#26526](https://github.com/bitnami/charts/issues/26526) ## 1.3.0 (2024-06-04) diff --git a/bitnami/mlflow/Chart.lock b/bitnami/mlflow/Chart.lock index 81afc16f971e76..a2db4401f99466 100644 --- a/bitnami/mlflow/Chart.lock +++ b/bitnami/mlflow/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: minio repository: oci://registry-1.docker.io/bitnamicharts - version: 14.6.0 + version: 14.6.2 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.4.0 + version: 15.5.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.19.3 -digest: sha256:d5fc253752313873737a5e5f2f2ea9ab8c133a70ffec8dcbd65e5e2fa4b56c69 -generated: "2024-05-22T12:33:45.798597+02:00" +digest: sha256:3b02876472b3d4183663485c71f4e4d278ad12d2564a0255f8e8f1dfed52164c +generated: "2024-05-30T21:29:13.043710783Z" diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index d4f8f6342c4dda..42fdaa105cf3ef 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -8,11 +8,11 @@ annotations: - name: git image: docker.io/bitnami/git:2.45.1-debian-12-r0 - name: mlflow - image: docker.io/bitnami/mlflow:2.13.0-debian-12-r0 + image: docker.io/bitnami/mlflow:2.13.1-debian-12-r0 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r21 + image: docker.io/bitnami/os-shell:12-debian-12-r22 apiVersion: v2 -appVersion: 2.13.0 +appVersion: 2.13.1 dependencies: - condition: minio.enabled name: minio @@ -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: 1.3.1 +version: 1.3.2 diff --git a/bitnami/mlflow/values.yaml b/bitnami/mlflow/values.yaml index 885d05eb7ac25c..64af38d1eb088f 100644 --- a/bitnami/mlflow/values.yaml +++ b/bitnami/mlflow/values.yaml @@ -85,7 +85,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/mlflow - tag: 2.13.0-debian-12-r0 + tag: 2.13.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1208,7 +1208,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r21 + tag: 12-debian-12-r22 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -1257,7 +1257,7 @@ waitContainer: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r21 + tag: 12-debian-12-r22 digest: "" ## @param waitContainer.image.pullPolicy Init container wait-container image pull policy ##