diff --git a/bitnami/mlflow/CHANGELOG.md b/bitnami/mlflow/CHANGELOG.md index 0f336c918d..2cd501c79f 100644 --- a/bitnami/mlflow/CHANGELOG.md +++ b/bitnami/mlflow/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 2.5.8 (2025-04-03) +## 3.0.0 (2025-04-03) -* [bitnami/mlflow] Release 2.5.8 ([#32796](https://github.com/bitnami/charts/pull/32796)) +* [bitnami/mlflow] Bump MinIO major version 16.x.x ([#32702](https://github.com/bitnami/charts/pull/32702)) + +## 2.5.8 (2025-04-03) + +* [bitnami/mlflow] Release 2.5.8 (#32796) ([e6051d1](https://github.com/bitnami/charts/commit/e6051d10cc68bb6b52c468d51bc35a022584e56d)), closes [#32796](https://github.com/bitnami/charts/issues/32796) ## 2.5.7 (2025-03-26) diff --git a/bitnami/mlflow/Chart.lock b/bitnami/mlflow/Chart.lock index 984e1f0bff..81d6c3837e 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: 15.0.7 + version: 16.0.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 16.6.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts version: 2.30.0 -digest: sha256:eecc44f64403aa35e2ac5304bff5b1a9146770a3e6d4fcff3832ae1588ca546b -generated: "2025-04-03T09:21:56.23555598Z" +digest: sha256:14b5056cd6753aebf1f01900ea103403050bbf217f2b1eef4f687cd9e5fb66b0 +generated: "2025-04-01T13:05:58.406886+02:00" diff --git a/bitnami/mlflow/Chart.yaml b/bitnami/mlflow/Chart.yaml index 7e5b6c8198..5c1de3d061 100644 --- a/bitnami/mlflow/Chart.yaml +++ b/bitnami/mlflow/Chart.yaml @@ -18,7 +18,7 @@ dependencies: - condition: minio.enabled name: minio repository: oci://registry-1.docker.io/bitnamicharts - version: 15.x.x + version: 16.x.x - condition: postgresql.enabled name: postgresql repository: oci://registry-1.docker.io/bitnamicharts @@ -45,4 +45,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: 2.5.8 +version: 3.0.0 diff --git a/bitnami/mlflow/README.md b/bitnami/mlflow/README.md index 963b73f0f2..0e85d1fb2a 100644 --- a/bitnami/mlflow/README.md +++ b/bitnami/mlflow/README.md @@ -557,6 +557,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 3.0.0 + +This major updates the `minio` subchart to its newest major, 16.0.0. For more information on this subchart's major, please refer to [minio upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/minio#to-1600). + ### To 2.3.0 This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850). @@ -588,4 +592,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.