Jelajahi Sumber

[bitnami/mlflow] :zap: :arrow_up: Update dependency references (#34452)

* [bitnami/mlflow] Release 5.0.0 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* [bitnami/mflow] Fix Cypress test

Signed-off-by: David Gomez <david.gomez@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Signed-off-by: David Gomez <david.gomez@broadcom.com>
Co-authored-by: David Gomez <david.gomez@broadcom.com>
Bitnami Bot 3 bulan lalu
induk
melakukan
524fdd9c6a

+ 1 - 1
.vib/mlflow/cypress/cypress/fixtures/scripts.json

@@ -1,6 +1,6 @@
 {
   "script": {
     "title": "vib_test.py",
-    "modelFile": "model.pkl"
+    "modelFile": "estimator.html"
   }
 }

+ 5 - 0
.vib/mlflow/cypress/cypress/support/commands.js

@@ -18,6 +18,11 @@ for (const command of ['click']) {
 }
 
 Cypress.on('uncaught:exception', (err, runnable, promise) => {
+  // We expect an error "ResizeObserver loop limit exceeded"
+  // during the look of the run name.
+  if(err.message.includes("ResizeObserver loop")){
+    return false;
+  }
   // when the exception originated from an unhandled promise
   // rejection, the promise is provided as a third argument
   // you can turn off failing the test in this case

+ 5 - 7
.vib/mlflow/runtime-parameters.yaml

@@ -41,23 +41,21 @@ run:
   source:
     launchCommand: "python vib_test.py"
     configMap:
-      # Example taken from the MLFlow UI
+      # Example taken from the MLFlow UI (https://mlflow.org/docs/latest/ml/tracking/tutorials/local-database#step-3-start-logging)
       vib_test.py: |
           import mlflow
+
           from sklearn.model_selection import train_test_split
           from sklearn.datasets import load_diabetes
-          import sklearn.ensemble
+          from sklearn.ensemble import RandomForestRegressor
 
-          # set the experiment id
-          mlflow.set_experiment(experiment_id="0")
+          mlflow.sklearn.autolog()
 
-          mlflow.autolog()
           db = load_diabetes()
-
           X_train, X_test, y_train, y_test = train_test_split(db.data, db.target)
 
           # Create and train models.
-          rf = sklearn.ensemble.RandomForestRegressor(n_estimators=100, max_depth=6, max_features=3)
+          rf = RandomForestRegressor(n_estimators=100, max_depth=6, max_features=3)
           rf.fit(X_train, y_train)
 
           # Use the model to make predictions on the test dataset.

+ 6 - 2
bitnami/mlflow/CHANGELOG.md

@@ -1,8 +1,12 @@
 # Changelog
 
-## 4.0.5 (2025-06-13)
+## 5.0.0 (2025-06-16)
 
-* [bitnami/mlflow] :zap: :arrow_up: Update dependency references ([#34434](https://github.com/bitnami/charts/pull/34434))
+* [bitnami/mlflow] :zap: :arrow_up: Update dependency references ([#34452](https://github.com/bitnami/charts/pull/34452))
+
+## <small>4.0.5 (2025-06-13)</small>
+
+* [bitnami/mlflow] :zap: :arrow_up: Update dependency references (#34434) ([791bb24](https://github.com/bitnami/charts/commit/791bb24ca9e59406a3f5b9046d23ecb20446f438)), closes [#34434](https://github.com/bitnami/charts/issues/34434)
 
 ## <small>4.0.4 (2025-06-09)</small>
 

+ 5 - 5
bitnami/mlflow/Chart.lock

@@ -1,12 +1,12 @@
 dependencies:
 - name: minio
   repository: oci://registry-1.docker.io/bitnamicharts
-  version: 17.0.1
+  version: 17.0.4
 - name: postgresql
   repository: oci://registry-1.docker.io/bitnamicharts
-  version: 16.7.9
+  version: 16.7.11
 - name: common
   repository: oci://registry-1.docker.io/bitnamicharts
-  version: 2.31.1
-digest: sha256:f7727cccf09724c006c1e717ba628d4823abbf9cf9bba0486b7d5d3427ed1d1d
-generated: "2025-06-04T08:47:56.41819+02:00"
+  version: 2.31.3
+digest: sha256:c252094b712972505989fb32c50bd90bf5cfa17b03ea021aa24b753094f3959f
+generated: "2025-06-16T11:32:02.033411+02:00"

+ 3 - 3
bitnami/mlflow/Chart.yaml

@@ -7,13 +7,13 @@ annotations:
     - name: git
       image: docker.io/bitnami/git:2.49.0-debian-12-r10
     - name: mlflow
-      image: docker.io/bitnami/mlflow:2.22.1-debian-12-r1
+      image: docker.io/bitnami/mlflow:3.1.0-debian-12-r0
     - name: os-shell
       image: docker.io/bitnami/os-shell:12-debian-12-r46
   licenses: Apache-2.0
   tanzuCategory: application
 apiVersion: v2
-appVersion: 2.22.1
+appVersion: 3.1.0
 dependencies:
 - condition: minio.enabled
   name: minio
@@ -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: 4.0.5
+version: 5.0.0

+ 1 - 1
bitnami/mlflow/values.yaml

@@ -93,7 +93,7 @@ diagnosticMode:
 image:
   registry: docker.io
   repository: bitnami/mlflow
-  tag: 2.22.1-debian-12-r1
+  tag: 3.1.0-debian-12-r0
   digest: ""
   ## Specify a imagePullPolicy
   ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images