mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/mlflow] Release 1.4.19 (#28322)
* [bitnami/mlflow] Release 1.4.19 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
|
# Changelog
|
||||||
|
|
||||||
## 1.4.18 (2024-07-24)
|
## 1.4.19 (2024-07-24)
|
||||||
|
|
||||||
* [bitnami/mlflow] feat: Fixup to allow database dialects to be configured (#25965) ([#28316](https://github.com/bitnami/charts/pull/28316))
|
* [bitnami/mlflow] Release 1.4.19 ([#28322](https://github.com/bitnami/charts/pull/28322))
|
||||||
|
|
||||||
|
## <small>1.4.18 (2024-07-24)</small>
|
||||||
|
|
||||||
|
* [bitnami/mlflow] feat: Fixup to allow database dialects to be configured (#25965) (#28316) ([5b69392](https://github.com/bitnami/charts/commit/5b693921f0ef549e63bd2496b7f636110a5ed5f2)), closes [#25965](https://github.com/bitnami/charts/issues/25965) [#28316](https://github.com/bitnami/charts/issues/28316)
|
||||||
|
|
||||||
## <small>1.4.17 (2024-07-19)</small>
|
## <small>1.4.17 (2024-07-19)</small>
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: minio
|
- name: minio
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 14.6.23
|
version: 14.6.26
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 15.5.17
|
version: 15.5.18
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 2.20.5
|
version: 2.20.5
|
||||||
digest: sha256:7ad55a50e25e90eb0baabef4b95792a02aa6b3a31091b63152500b5e7fcdbd22
|
digest: sha256:d914b6df7101b4a190833de515864f8239d06a655800d0f9bd13ec9e8e0021a9
|
||||||
generated: "2024-07-17T10:41:47.074355+02:00"
|
generated: "2024-07-24T08:44:33.099670405Z"
|
||||||
|
|||||||
@@ -6,42 +6,42 @@ annotations:
|
|||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
images: |
|
images: |
|
||||||
- name: git
|
- name: git
|
||||||
image: docker.io/bitnami/git:2.45.2-debian-12-r5
|
image: docker.io/bitnami/git:2.45.2-debian-12-r7
|
||||||
- name: mlflow
|
- name: mlflow
|
||||||
image: docker.io/bitnami/mlflow:2.14.3-debian-12-r0
|
image: docker.io/bitnami/mlflow:2.14.3-debian-12-r1
|
||||||
- name: os-shell
|
- name: os-shell
|
||||||
image: docker.io/bitnami/os-shell:12-debian-12-r25
|
image: docker.io/bitnami/os-shell:12-debian-12-r25
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.14.3
|
appVersion: 2.14.3
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: minio.enabled
|
- condition: minio.enabled
|
||||||
name: minio
|
name: minio
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 14.x.x
|
version: 14.x.x
|
||||||
- condition: postgresql.enabled
|
- condition: postgresql.enabled
|
||||||
name: postgresql
|
name: postgresql
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 15.x.x
|
version: 15.x.x
|
||||||
- name: common
|
- name: common
|
||||||
repository: oci://registry-1.docker.io/bitnamicharts
|
repository: oci://registry-1.docker.io/bitnamicharts
|
||||||
tags:
|
tags:
|
||||||
- bitnami-common
|
- bitnami-common
|
||||||
version: 2.x.x
|
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.
|
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
|
home: https://bitnami.com
|
||||||
icon: https://bitnami.com/assets/stacks/mlflow/img/mlflow-stack-220x234.png
|
icon: https://bitnami.com/assets/stacks/mlflow/img/mlflow-stack-220x234.png
|
||||||
keywords:
|
keywords:
|
||||||
- mlflow
|
- mlflow
|
||||||
- models
|
- models
|
||||||
- python
|
- python
|
||||||
- machine
|
- machine
|
||||||
- learning
|
- learning
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Broadcom, Inc. All Rights Reserved.
|
- name: Broadcom, Inc. All Rights Reserved.
|
||||||
url: https://github.com/bitnami/charts
|
url: https://github.com/bitnami/charts
|
||||||
name: mlflow
|
name: mlflow
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/mlflow
|
- https://github.com/bitnami/charts/tree/main/bitnami/mlflow
|
||||||
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
|
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
|
||||||
- https://github.com/mlflow/mlflow
|
- https://github.com/mlflow/mlflow
|
||||||
version: 1.4.18
|
version: 1.4.19
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ diagnosticMode:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/mlflow
|
repository: bitnami/mlflow
|
||||||
tag: 2.14.3-debian-12-r0
|
tag: 2.14.3-debian-12-r1
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
@@ -117,7 +117,7 @@ image:
|
|||||||
gitImage:
|
gitImage:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/git
|
repository: bitnami/git
|
||||||
tag: 2.45.2-debian-12-r5
|
tag: 2.45.2-debian-12-r7
|
||||||
digest: ""
|
digest: ""
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
|
|||||||
Reference in New Issue
Block a user