From bfce8183f81689cab40257430166140f3d9b1d8c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 14 Aug 2025 21:02:59 +0200 Subject: [PATCH] [bitnami/mlflow] :zap: :arrow_up: Update dependency references (#35937) * [bitnami/mlflow] Release 5.1.13 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Bitnami Bot --- bitnami/mlflow/CHANGELOG.md | 8 ++++++-- bitnami/mlflow/Chart.yaml | 4 ++-- bitnami/mlflow/values.yaml | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md index 8be0c8b156..4f7f7c95d1 100644 --- a/bitnami/mlflow/CHANGELOG.md +++ b/bitnami/mlflow/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 5.1.12 (2025-08-14) +## 5.1.13 (2025-08-14) -* [bitnami/mlflow] :zap: :arrow_up: Update dependency references ([#35924](https://github.com/bitnami/charts/pull/35924)) +* [bitnami/mlflow] :zap: :arrow_up: Update dependency references ([#35937](https://github.com/bitnami/charts/pull/35937)) + +## 5.1.12 (2025-08-14) + +* [bitnami/mlflow] :zap: :arrow_up: Update dependency references (#35924) ([73bac6e](https://github.com/bitnami/charts/commit/73bac6ec212b4e14af066d6bd4fa614c5120b647)), closes [#35924](https://github.com/bitnami/charts/issues/35924) ## 5.1.11 (2025-08-14) diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index 12da693886..26dc64eb4d 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -5,7 +5,7 @@ annotations: category: MachineLearning images: | - name: git - image: docker.io/bitnami/git:2.50.1-debian-12-r6 + image: docker.io/bitnami/git:2.50.1-debian-12-r7 - name: mlflow image: docker.io/bitnami/mlflow:3.2.0-debian-12-r7 - name: os-shell @@ -47,4 +47,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: 5.1.12 +version: 5.1.13 diff --git a/bitnami/mlflow/values.yaml b/bitnami/mlflow/values.yaml index 19c86e2d24..23b30889ef 100644 --- a/bitnami/mlflow/values.yaml +++ b/bitnami/mlflow/values.yaml @@ -122,7 +122,7 @@ image: gitImage: registry: docker.io repository: bitnami/git - tag: 2.50.1-debian-12-r6 + tag: 2.50.1-debian-12-r7 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.