From 2f07b57791e3651cd60d9e98a0d4bef31f633ad6 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 6 Jun 2024 17:42:24 +0200 Subject: [PATCH] [bitnami/mlflow] Release 1.4.3 (#26987) * [bitnami/mlflow] Release 1.4.3 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/mlflow/CHANGELOG.md | 8 ++++-- bitnami/mlflow/Chart.lock | 8 +++--- bitnami/mlflow/Chart.yaml | 50 ++++++++++++++++++------------------- bitnami/mlflow/values.yaml | 2 +- 4 files changed, 36 insertions(+), 32 deletions(-) diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md index 706b5616a1..ab9f880bb9 100644 --- a/bitnami/mlflow/CHANGELOG.md +++ b/bitnami/mlflow/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.4.2 (2024-06-06) +## 1.4.3 (2024-06-06) -* [bitnami/mlflow] Fix tests definition and remove legacy code from PDBs ([#26895](https://github.com/bitnami/charts/pull/26895)) +* [bitnami/mlflow] Release 1.4.3 ([#26987](https://github.com/bitnami/charts/pull/26987)) + +## 1.4.2 (2024-06-06) + +* [bitnami/mlflow] Fix tests definition and remove legacy code from PDBs (#26895) ([00bd196](https://github.com/bitnami/charts/commit/00bd196165d80375faff351e6920cac6736ebcd2)), closes [#26895](https://github.com/bitnami/charts/issues/26895) ## 1.4.1 (2024-06-05) diff --git a/bitnami/mlflow/Chart.lock b/bitnami/mlflow/Chart.lock index 04dad00778..50ea25956f 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.3 + version: 14.6.5 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 15.5.2 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.19.3 -digest: sha256:a1ef1d7e917b7e1f22a97ac758491bf0e8984e06c5dd04d4846760716d29fb8e -generated: "2024-06-05T15:05:16.40061+02:00" + version: 2.20.0 +digest: sha256:e7984a236bc3b9770cd910124fa1aa41fecb1e3291b5f6bd4463356f6751ab10 +generated: "2024-06-06T15:11:21.817564097Z" diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index b3bcb921a9..b912ee63e4 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: git - image: docker.io/bitnami/git:2.45.1-debian-12-r0 + image: docker.io/bitnami/git:2.45.2-debian-12-r0 - name: mlflow image: docker.io/bitnami/mlflow:2.13.1-debian-12-r0 - name: os-shell @@ -14,34 +14,34 @@ annotations: apiVersion: v2 appVersion: 2.13.1 dependencies: - - condition: minio.enabled - name: minio - repository: oci://registry-1.docker.io/bitnamicharts - version: 14.x.x - - condition: postgresql.enabled - name: postgresql - repository: oci://registry-1.docker.io/bitnamicharts - version: 15.x.x - - name: common - repository: oci://registry-1.docker.io/bitnamicharts - tags: - - bitnami-common - version: 2.x.x +- condition: minio.enabled + name: minio + repository: oci://registry-1.docker.io/bitnamicharts + version: 14.x.x +- condition: postgresql.enabled + name: postgresql + repository: oci://registry-1.docker.io/bitnamicharts + version: 15.x.x +- name: common + repository: oci://registry-1.docker.io/bitnamicharts + tags: + - bitnami-common + version: 2.x.x description: MLflow is an open-source platform designed to manage the end-to-end machine learning lifecycle. It allows you to track experiments, package code into reproducible runs, and share and deploy models. home: https://bitnami.com icon: https://bitnami.com/assets/stacks/mlflow/img/mlflow-stack-220x234.png keywords: - - mlflow - - models - - python - - machine - - learning +- mlflow +- models +- python +- machine +- learning maintainers: - - name: Broadcom, Inc. All Rights Reserved. - url: https://github.com/bitnami/charts +- name: Broadcom, Inc. All Rights Reserved. + url: https://github.com/bitnami/charts name: mlflow 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.4.2 +- 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.4.3 diff --git a/bitnami/mlflow/values.yaml b/bitnami/mlflow/values.yaml index 02e4a219c7..c9932b2697 100644 --- a/bitnami/mlflow/values.yaml +++ b/bitnami/mlflow/values.yaml @@ -115,7 +115,7 @@ image: gitImage: registry: docker.io repository: bitnami/git - tag: 2.45.1-debian-12-r0 + tag: 2.45.2-debian-12-r0 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.