apache/shenyu-helm-chart
Fork: 9 Star: 15 (更新于 2024-12-18 05:10:25)
license: Apache-2.0
Language: Smarty .
Helm Chart for deploying Apache ShenYu in Kubernetes
最后发布版本: shenyu-0.6.3 ( 2024-07-22 16:35:40)
shenyu-helm-chart
[English] | 中文
English
User Guide
Apache/ShenYu is an asynchronous, high-performance, cross-language, responsive API gateway.
Helm installation documentation is available on the official website Helm Deployment.
Contributing Guide
Thank you very much for your contribution and look forward to building ShenYu with you!
Please read the Contributor Guide first to understand the basic process of contributing.
Environment preparation
- Kubernetes
- Helm
- Optional: If you are using the JetBrain family of IDEs, it is recommended to install the Kubernetes plugin, which supports automatic rendering of values variables, template jumping and other functions.
Initialize
git clone git@github.com:apache/shenyu-helm-chart.git
cd shenyu-helm-chart
helm repo add bitnami https://charts.bitnami.com/bitnami
cd charts/shenyu
helm dependency update
cd -
Development
See the Helm documentation.
Test
You can use --dry-run --debug
to simply test the rendering of the template locally without actually installing it into the Kubernetes cluster, for example:
helm install shenyu-test ./charts/shenyu -n=shenyu --create-namespace --dry-run --debug
Version
The version number is divided into two, one is the version number of Chart, and the other is the version number of ShenYu.
- Chart version number: defined in the
version
field inChart.yaml
. - ShenYu version number: defined in the
appVersion
field inChart.yaml
. This field only serves as an indicator, the real ShenYu version number is defined in theimage.tag
field invalues.yaml
.
The version numbers mentioned below refer to the Chart version numbers.
Version numbers follow Semantic Versioning.
You must bump version number in each Pull Request
- If the changes are minor, please update the patch version number, eg:
0.1.0
->0.1.1
. - If the change is relatively large (such as adding a new feature), but it is backward compatible, you can update the minor version number, for example:
0.1.0
->0.2.0
. - If the changes are not backward compatible, you can update the major version number, for example:
0.1.0
->1.0.0
.
Release
- Update the
version
field incharts/shenyu/Chart.yaml
. - After the Pull Request is merged, GitHub Actions will be triggered, and the version will be automatically released.
简体中文
English | [中文]
用户指南
Apache/ShenYu 是一个异步的,高性能的,跨语言的,响应式的 API 网关。
Helm 安装文档详见官网 Helm 部署。
贡献指南
非常感谢你的贡献,期待与你一起共建 ShenYu!
请先阅读 贡献者指南 以了解参与贡献的基本流程。
环境准备
- Kubernetes
- Helm
- 可选:如果你使用的是 JetBrain 家族的 IDE,推荐安装 Kubernetes 插件,支持 values 变量自动渲染、模板跳转等功能。
初始化
git clone git@github.com:apache/shenyu-helm-chart.git
cd shenyu-helm-chart
helm repo add bitnami https://charts.bitnami.com/bitnami
cd charts/shenyu
helm dependency update
cd -
开发
请参阅 Helm 文档。
(注意, Helm 的搜索只支持英文)
测试
可使用 --dry-run --debug
在本地单纯测试模板渲染结果,而不真正安装到 Kubernetes 集群中,例如:
helm install shenyu-test ./charts/shenyu -n=shenyu --create-namespace --dry-run --debug
版本
版本号分为两个,一个是 Chart 版本号,一个是 ShenYu 版本号。
- Chart 版本号:在
Chart.yaml
中的version
字段中定义。 - ShenYu 版本号:在
Chart.yaml
中的appVersion
字段中定义。此字段只起到一个标示作用,真正的 ShenYu 版本号在values.yaml
中的image.tag
字段中定义。
下文提到的版本号均指 Chart 版本号。
版本号遵循 语义化版本。
每次提交都必须更新版本号
- 如果改动很小,请更新补丁版本号,例如:
0.1.0
->0.1.1
。 - 如果改动比较大(如新增了 feature),但是向下兼容,可以更新次版本号,例如:
0.1.0
->0.2.0
。 - 如果改动不向下兼容,可以更新主版本号,例如:
0.1.0
->1.0.0
。
发版
- 更新
charts/shenyu/Chart.yaml
中的version
字段。 - Pull Request 合并后,会触发 GitHub Actions,自动发版。
最近版本更新:(数据更新于 2024-10-12 11:10:14)
2024-07-22 16:35:40 shenyu-0.6.3
2023-05-04 20:56:17 shenyu-0.6.2
2023-04-16 12:56:23 shenyu-0.6.1
2023-03-23 19:34:00 shenyu-0.6.0
2022-12-07 11:20:36 shenyu-0.5.4
2022-12-02 11:23:47 shenyu-0.5.3
2022-11-19 17:52:23 shenyu-0.5.2
2022-11-06 18:45:15 shenyu-0.5.1
2022-11-03 10:31:44 shenyu-0.5.0
2022-10-04 20:05:58 shenyu-0.4.0
主题(topics):
helm, helm-chart, k8s, kubernetes, shenyu
apache/shenyu-helm-chart同语言 Smarty最近更新仓库
2024-03-23 22:58:26 GeiserX/genieacs-docker
2023-11-17 12:37:42 grafana/helm-charts
2023-11-13 21:07:37 nextcloud/helm
2023-10-23 16:17:04 traefik/traefik-helm-chart
2022-09-27 20:41:47 truecharts/public
2022-03-26 16:51:28 LetsShareAll/Profiles_for_Clash