Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump version to v0.29.0 #279

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/install/install-shifu-prod.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.0/pkg/k8s/crd/install/shifu_install.yml
kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.29.0/pkg/k8s/crd/install/shifu_install.yml
```

:::tip About User Metrics in Shifu
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/telemetryservice/installtelemetryservice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.0/pkg/telemetryservice/install/telemetryservice_install.yaml
kubectl apply -f https://raw.githubusercontent.com/Edgenesis/shifu/v0.29.0/pkg/telemetryservice/install/telemetryservice_install.yaml
```
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_position: 2
***Shifu*** 提供了一键安装的方式,您可以使用如下命令将 ***Shifu*** 安装到您的集群中:

```bash
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.28.0/pkg/k8s/crd/install/shifu_install.yml
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.29.0/pkg/k8s/crd/install/shifu_install.yml
```

:::tip 关于用户指标
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
***Shifu***提供了一个一键式安装,你可以使用以下命令将 ***telemetryService*** 安装到你的集群。

```bash
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.28.0/pkg/telemetryservice/install/telemetryservice_install.yaml
kubectl apply -f https://gitee.com/edgenesis/shifu/raw/v0.29.0/pkg/telemetryservice/install/telemetryservice_install.yaml
```
4 changes: 2 additions & 2 deletions src/components/home/News/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.0' }),
messageLink: 'https://github.com/Edgenesis/shifu/releases/tag/v0.28.0',
message: translate({ message: 'v0.29.0' }),
messageLink: 'https://github.com/Edgenesis/shifu/releases/tag/v0.29.0',
link: 'https://github.com/Edgenesis/shifu/releases'
}
]
Expand Down