From 16d593cf396880d2166dbcc35c184da7748d2661 Mon Sep 17 00:00:00 2001 From: Jitendra Gundaniya Date: Thu, 30 May 2024 11:33:21 +0100 Subject: [PATCH] kedro-viz version updated to 9.2.0 Signed-off-by: Jitendra Gundaniya --- docs/source/platform_agnostic_sharing_with_kedro_viz.md | 2 +- docs/source/preview_datasets.md | 2 +- docs/source/publish_and_share_kedro_viz_on_aws.md | 2 +- docs/source/publish_and_share_kedro_viz_on_azure.md | 2 +- docs/source/publish_and_share_kedro_viz_on_gcp.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/platform_agnostic_sharing_with_kedro_viz.md b/docs/source/platform_agnostic_sharing_with_kedro_viz.md index c017fc372b..f41f35cac5 100644 --- a/docs/source/platform_agnostic_sharing_with_kedro_viz.md +++ b/docs/source/platform_agnostic_sharing_with_kedro_viz.md @@ -41,7 +41,7 @@ kedro viz build ``` ```{note} -Starting from Kedro-Viz 9.1.0, previews are disabled by default for `kedro viz build`. To enable previews for all nodes of the datasets, use the `--include-preview` flag. +Starting from Kedro-Viz 9.2.0, previews are disabled by default for `kedro viz build`. To enable previews for all nodes of the datasets, use the `--include-preview` flag. ``` This creates a `build` folder containing your Kedro-Viz app package in your project directory. diff --git a/docs/source/preview_datasets.md b/docs/source/preview_datasets.md index 8aaaab27da..cb4e50ccbe 100644 --- a/docs/source/preview_datasets.md +++ b/docs/source/preview_datasets.md @@ -58,5 +58,5 @@ companies: ``` ```{note} -Starting from Kedro-Viz 9.1.0, previews are disabled by default for the CLI commands `kedro viz deploy` and `kedro viz build`. You can control this behavior using the `--include-preview` flag with these commands. For `kedro viz run`, previews are enabled by default and can be controlled from the publish modal dialog, refer to the [Publish and share](./share_kedro_viz) for more instructions. +Starting from Kedro-Viz 9.2.0, previews are disabled by default for the CLI commands `kedro viz deploy` and `kedro viz build`. You can control this behavior using the `--include-preview` flag with these commands. For `kedro viz run`, previews are enabled by default and can be controlled from the publish modal dialog, refer to the [Publish and share](./share_kedro_viz) for more instructions. ``` \ No newline at end of file diff --git a/docs/source/publish_and_share_kedro_viz_on_aws.md b/docs/source/publish_and_share_kedro_viz_on_aws.md index 9dc4613e7c..ad98e6e11a 100644 --- a/docs/source/publish_and_share_kedro_viz_on_aws.md +++ b/docs/source/publish_and_share_kedro_viz_on_aws.md @@ -107,7 +107,7 @@ kedro viz deploy --region=[aws-bucket-region] --bucket-name=[aws-bucket-name] ``` ```{note} -Starting from Kedro-Viz 9.1.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag. +Starting from Kedro-Viz 9.2.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag. ``` ## Permissions and access control diff --git a/docs/source/publish_and_share_kedro_viz_on_azure.md b/docs/source/publish_and_share_kedro_viz_on_azure.md index b6672d1627..5f08509d18 100644 --- a/docs/source/publish_and_share_kedro_viz_on_azure.md +++ b/docs/source/publish_and_share_kedro_viz_on_azure.md @@ -117,7 +117,7 @@ kedro viz deploy --platform=azure --endpoint=[azure-endpoint] --bucket-name=[azu ``` ```{note} -Starting from Kedro-Viz 9.1.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag. +Starting from Kedro-Viz 9.2.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag. ``` ## Permissions and access control diff --git a/docs/source/publish_and_share_kedro_viz_on_gcp.md b/docs/source/publish_and_share_kedro_viz_on_gcp.md index 7eed6de741..0569d7b602 100644 --- a/docs/source/publish_and_share_kedro_viz_on_gcp.md +++ b/docs/source/publish_and_share_kedro_viz_on_gcp.md @@ -103,7 +103,7 @@ kedro viz deploy --platform=gcp --endpoint=[gcp-endpoint] --bucket-name=[gcp-buc ``` ```{note} -Starting from Kedro-Viz 9.1.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag. +Starting from Kedro-Viz 9.2.0, previews are disabled by default for `kedro viz deploy`. To enable previews for all nodes of the datasets, use the `--include-preview` flag. ``` ## Permissions and access control