Skip to content

Commit 5fb191f

Browse files
tomqin93claude
andcommitted
Update Shifu documentation and components for v0.85.0 release
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent c25ec22 commit 5fb191f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/guides/install/install-shifu-prod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To deploy ***Shifu*** in production environment, you need to [Install Kubernetes
1010
***Shifu*** provides a one-click installation where you can use the following command to install ***Shifu*** into your cluster.
1111

1212
```bash
13-
kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.84.0/pkg/k8s/crd/install/shifu_install.yml
13+
kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.85.0/pkg/k8s/crd/install/shifu_install.yml
1414
```
1515

1616
:::tip About User Metrics in Shifu

docs/guides/telemetryservice/installtelemetryservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Make sure you have ***Shifu*** installed first. If you have not installed ***Shi
1313
***Shifu*** provides a one-click installation where you can use the following command to install ***telemetryService*** into your cluster.
1414

1515
```bash
16-
kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.84.0/pkg/telemetryservice/install/telemetryservice_install.yaml
16+
kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.85.0/pkg/telemetryservice/install/telemetryservice_install.yaml
1717
```

i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/install/install-shifu-prod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar_position: 2
1010
***Shifu*** 提供了一键安装的方式,您可以使用如下命令将 ***Shifu*** 安装到您的集群中:
1111

1212
```bash
13-
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.84.0/pkg/k8s/crd/install/shifu_install.yml
13+
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.85.0/pkg/k8s/crd/install/shifu_install.yml
1414
```
1515

1616
:::tip 关于用户指标

i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/telemetryservice/installtelemetryservice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
***Shifu***提供了一个一键式安装,你可以使用以下命令将 ***telemetryService*** 安装到你的集群。
1414

1515
```bash
16-
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.84.0/pkg/telemetryservice/install/telemetryservice_install.yaml
16+
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.85.0/pkg/telemetryservice/install/telemetryservice_install.yaml
1717
```

src/components/home/News/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ let Lists = [
2626
img: 'releases.svg',
2727
// img: require('@site/static/img/home/releases.png').default,
2828
title: translate({ message: 'Releases' }),
29-
message: translate({ message: 'v0.84.0' }),
30-
messageLink: 'https://github.com/Edgenesis/shifu/releases/tag/v0.84.0',
29+
message: translate({ message: 'v0.85.0' }),
30+
messageLink: 'https://github.com/Edgenesis/shifu/releases/tag/v0.85.0',
3131
link: 'https://github.com/Edgenesis/shifu/releases'
3232
}
3333
]

0 commit comments

Comments
 (0)