From 88e10d428a2944e301154cf023f2aaeecc9f14c2 Mon Sep 17 00:00:00 2001 From: Tom Qin Date: Mon, 20 Feb 2023 18:41:19 +0800 Subject: [PATCH] update Shifu to v0.12.0 (#234) --- docs/guides/install/install-shifu-prod.md | 2 +- docs/guides/telemetryservice/installtelemetryservice.md | 2 +- .../current/guides/install/install-shifu-prod.md | 2 +- .../guides/telemetryservice/installtelemetryservice.md | 2 +- src/components/home/News/index.js | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guides/install/install-shifu-prod.md b/docs/guides/install/install-shifu-prod.md index f3880bfa..21177edf 100644 --- a/docs/guides/install/install-shifu-prod.md +++ b/docs/guides/install/install-shifu-prod.md @@ -10,7 +10,7 @@ To deploy ***Shifu*** in production environment, you need to [Install Kubernetes ***Shifu*** provides a one-click installation where you can use the following command to install ***Shifu*** into your cluster. ```bash -kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.11.0/pkg/k8s/crd/install/shifu_install.yml +kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.12.0/pkg/k8s/crd/install/shifu_install.yml ``` :::tip About User Metrics in Shifu diff --git a/docs/guides/telemetryservice/installtelemetryservice.md b/docs/guides/telemetryservice/installtelemetryservice.md index d4d3ae03..2417b5ab 100644 --- a/docs/guides/telemetryservice/installtelemetryservice.md +++ b/docs/guides/telemetryservice/installtelemetryservice.md @@ -13,5 +13,5 @@ Make sure you have ***Shifu*** installed first. If you have not installed ***Shi ***Shifu*** provides a one-click installation where you can use the following command to install ***telemetryService*** into your cluster. ```bash -kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.11.0/pkg/telemetryservice/install/telemetryservice_install.yaml +kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.12.0/pkg/telemetryservice/install/telemetryservice_install.yaml ``` diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/install/install-shifu-prod.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/install/install-shifu-prod.md index 57a45dd3..923d22c4 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/install/install-shifu-prod.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/install/install-shifu-prod.md @@ -10,7 +10,7 @@ sidebar_position: 2 ***Shifu*** 提供了一键安装的方式,您可以使用如下命令将 ***Shifu*** 安装到您的集群中: ```bash -kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.11.0/pkg/k8s/crd/install/shifu_install.yml +kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.12.0/pkg/k8s/crd/install/shifu_install.yml ``` :::tip 关于用户指标 diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/telemetryservice/installtelemetryservice.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/telemetryservice/installtelemetryservice.md index 02abdb01..65226900 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/telemetryservice/installtelemetryservice.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/telemetryservice/installtelemetryservice.md @@ -13,5 +13,5 @@ ***Shifu***提供了一个一键式安装,你可以使用以下命令将 ***telemetryService*** 安装到你的集群。 ```bash -kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.11.0/pkg/telemetryservice/install/telemetryservice_install.yaml +kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.12.0/pkg/telemetryservice/install/telemetryservice_install.yaml ``` \ No newline at end of file diff --git a/src/components/home/News/index.js b/src/components/home/News/index.js index e58f19c6..d483f006 100644 --- a/src/components/home/News/index.js +++ b/src/components/home/News/index.js @@ -26,8 +26,8 @@ let Lists = [ img: 'releases.svg', // img: require('@site/static/img/home/releases.png').default, title: translate({ message: 'Releases' }), - message: translate({ message: 'v0.11.0' }), - messageLink: 'https://github.com/Edgenesis/shifu/releases/tag/v0.11.0', + message: translate({ message: 'v0.12.0' }), + messageLink: 'https://github.com/Edgenesis/shifu/releases/tag/v0.12.0', link: 'https://github.com/Edgenesis/shifu/releases' } ]