From f1f32a08dba371b7a60a50ffe105fa79f010daff Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Sun, 4 Aug 2024 16:15:54 +0200 Subject: [PATCH 1/2] Update configuration.md --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 75e1fef..f1cf737 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -4,9 +4,9 @@ The view to setting of test configuration. ## 1. Host IP The IP address for installation of MLRun. This env. variable can be used such as ${HOST_IP} -in other variables in env. file. It is important to use not localhost, but relevant +in other variables in env. file. It is important to use not `localhost`, but relevant IP address, because the services in pod/node need to have access to valid end point -of services. +of the services (such as redis, kafka, etc.). ## 2. Anonym mode The switch for setup `On` or `Off` anonym mode (default is `Off`). If anonym mode is `On` than From b61dd67ec5053bcee98f477b415982a3ebfb3864 Mon Sep 17 00:00:00 2001 From: jist <95856749+george0st@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:51:17 +0200 Subject: [PATCH 2/2] 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 7265619..6b4c34b 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.6' \ No newline at end of file +__version__ = '0.2.7' \ No newline at end of file