From 95ef724702386bfa71a204ad8c624185894479fa Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:43:02 +0200 Subject: [PATCH 1/4] Update version.py --- qgate_sln_mlrun/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgate_sln_mlrun/version.py b/qgate_sln_mlrun/version.py index 7d7c9801..7265619c 100644 --- a/qgate_sln_mlrun/version.py +++ b/qgate_sln_mlrun/version.py @@ -1,3 +1,3 @@ # Store the version here so: -__version__ = '0.2.5' \ No newline at end of file +__version__ = '0.2.6' \ No newline at end of file From e606bd5697f494e94ffe5c729a761ef70a9a6700 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:35:17 +0200 Subject: [PATCH 2/4] remove access to test/pipelines --- qgate_sln_mlrun/ts/tsbase.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qgate_sln_mlrun/ts/tsbase.py b/qgate_sln_mlrun/ts/tsbase.py index 6b435ce4..6716186c 100644 --- a/qgate_sln_mlrun/ts/tsbase.py +++ b/qgate_sln_mlrun/ts/tsbase.py @@ -51,10 +51,6 @@ def test_setting(self) -> dict: def test_setting_vector(self) -> dict: return self._solution.test_setting["vector"] - @property - def test_setting_pipeline(self) -> dict: - return self._solution.test_setting["pipeline"] - #endregion @property From 0ed00d0ec92b90348b8b31e13214001160a7b772 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:43:55 +0200 Subject: [PATCH 3/4] Add info about backward compatibility --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afe3878e..e65772c1 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ see official [installation steps](https://docs.mlrun.org/en/latest/install.html) ## Tested with The project was tested with these MLRun versions (see [change log](https://docs.mlrun.org/en/latest/change-log/index.html)): - **MLRun** (in Desktop Docker) - - MLRun 1.7.0 (plan 07/2024) + - MLRun 1.7.0 (plan 07-08/2024) - MLRun 1.6.5 (plan 07/2024), 1.6.4, 1.6.3, 1.6.2, 1.6.1, 1.6.0 - MLRun 1.5.2, 1.5.1, 1.5.0 - MLRun 1.4.1 @@ -124,8 +124,8 @@ The project was tested with these MLRun versions (see [change log](https://docs. - Iguazio 3.5.3 (with MLRun 1.4.1) - Iguazio 3.5.1 (with MLRun 1.3.0) -NOTE: Current state, only the last MLRun/Iguazio versions are valid for testing -(these tests are without backward compatibility). +NOTE: Current state, only the last MLRun/Iguazio versions are tested +(the backward compatibility is based in MLRun/Iguazio, [see](https://docs.mlrun.org/en/latest/install.html#mlrun-client-backward-compatibility)). ## Others - **To-Do**, the list of expected/future improvements, [see](./docs/todo_list.md) From 2068c8b26ef23886fe4fc4a32a401503144255be Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:46:12 +0200 Subject: [PATCH 4/4] Update to MLRun 1.6.4 --- docker/config/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/config/compose.yaml b/docker/config/compose.yaml index 3fcface9..b3a3b493 100644 --- a/docker/config/compose.yaml +++ b/docker/config/compose.yaml @@ -39,7 +39,7 @@ services: - nuclio-platform-config:/etc/nuclio/config mlrun-api: - image: "mlrun/mlrun-api:${TAG:-1.6.2}" + image: "mlrun/mlrun-api:${TAG:-1.6.4}" ports: - "8080:8080" environment: @@ -61,7 +61,7 @@ services: - mlrun mlrun-ui: - image: "mlrun/mlrun-ui:${TAG:-1.6.2}" + image: "mlrun/mlrun-ui:${TAG:-1.6.4}" ports: - "8060:8090" environment: