Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/mlflow] Release 1.3.2 #26571

Merged
merged 7 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/mlflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

## <small>1.3.1 (2024-06-04)</small>

* [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)

Expand Down
8 changes: 4 additions & 4 deletions bitnami/mlflow/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 4 additions & 4 deletions bitnami/mlflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions bitnami/mlflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
##
Expand Down
Loading