mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 19:47:22 +08:00
[bitnami/mlflow] Release 1.4.3 (#26987)
* [bitnami/mlflow] Release 1.4.3 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
## <small>1.4.2 (2024-06-06)</small>
|
||||
|
||||
* [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)
|
||||
|
||||
## <small>1.4.1 (2024-06-05)</small>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user