From 4c17a7e99c32884ebaa58f436ba812817a50b1ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Jun 2024 06:09:51 +0000 Subject: [PATCH] bump Shifu to v0.46.0 --- 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 f3aa614a..46f7c771 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.45.0/pkg/k8s/crd/install/shifu_install.yml +kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.46.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 b81c77ed..f8be2a1c 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.45.0/pkg/telemetryservice/install/telemetryservice_install.yaml +kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.46.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 f35be811..b1dff79e 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.45.0/pkg/k8s/crd/install/shifu_install.yml +kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.46.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 b6c7f6f4..e453ecaa 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.45.0/pkg/telemetryservice/install/telemetryservice_install.yaml +kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.46.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 b21e849c..8522a78d 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.45.0' }), - messageLink: 'https://github.com/Edgenesis/shifu/releases/tag/v0.45.0', + message: translate({ message: 'v0.46.0' }), + messageLink: 'https://github.com/Edgenesis/shifu/releases/tag/v0.46.0', link: 'https://github.com/Edgenesis/shifu/releases' } ]