Skip to content

v0.7.0

Compare
Choose a tag to compare
@johnlanni johnlanni released this 16 Mar 12:15
· 432 commits to main since this release
614ac55

从这个版本开始, 通过 Helm 安装/升级 Higress 会自动安装适配好版本的 Higress Console,若无需控制台功能,也可以直接安装 Higress Core

版本变化:

Higress Core:

  1. 支持 Istio CRD,可以替代 istio ingress gateway,通过 helm 参数 --set enableIstioAPI=true 开启 #243
  2. 增加了多种路由匹配的Ingress注解 ​,并实现了多条件下的路由匹配顺序机制 #240 #214 #188 #174
  3. 支持对接 SkyWalking 的监控指标收集 #238

Higress Console:

  1. 具备登陆认证能力
  2. 集成 grafana 可观测大盘
  3. 具备完整的路由管控功能
  4. 具备K8s/Nacos/ZK三种服务来源配置
  5. 具备基础的域名策略能力:开启/关闭 TLS,强制 HTTPS
  6. 具备TLS证书基础管理能力

感谢所有为此版本做出贡献的同学:@Charlie17Li @Xunzhuo @CH3CHO @songpengyuan @wojesen @jameszhangyukun @Risker-C @Hinsteny @cobb-tx @PerforMance308 @dspo @whalecold @wangshiqi308 @dspo


Starting from this version, installing/upgrading Higress through Helm will automatically install the adapted version of Higress Console. If you don't need the console function, you can also install Higress Core directly

Version changes:

Higress Core:

  1. Support Istio CRD, which can replace the istio ingress gateway, and enable it through the helm parameter --set enableIstioAPI=true #243
  2. Added the Ingress annotation for multi-route matching, and realized the route matching sequence mechanism under multiple conditions #240 #214 #188 #174
  3. Support SkyWalking metrics #238

Higress Console:

  1. Support login authentication
  2. Integrated grafana dashboard
  3. Support complete routing control
  4. Support K8s/Nacos/ZK service source configuration
  5. Support basic domain policy capabilities: enable/disable TLS, enforce HTTPS
  6. Support TLS certificate basic management capabilities