发布日期: 2025-01-06
版本号: v3.2.4

当前版本存在WebSocket升级问题(与Traefik的GitHub问题11405相关),建议设置环境变量GODEBUG=http2xconnect=0以临时解决。本次更新包含以下内容:
问题修复方面,支持Kubernetes核心API组的空值配置(rtribotte贡献);修复TCP路由中TLS配置从IngressRouteTCP传递到TCPService的问题(lipmem贡献);升级TLS依赖库github.com/spiffe/go-spiffe/v2至v2.4.0(mmatur贡献);移除重复的go-systemd依赖项(Juneezee贡献)。
文档更新包括将Gateway API支持版本升级至v1.2.1(kevinpollet贡献),以及新增维护者@jnoordsij(emilevauge提交)。
其他调整涉及多次将v2.11分支代码合并至v3.2分支的操作(由kevinpollet、rtribotte、mmatur等人完成)。

更新内容 (中文)

⚠️ WebSocket 升级 存在问题。如需使用此版本,请设置以下环境变量 GODEBUG=http2xconnect=0 ⚠️

错误修复:

  • [k8s/gatewayapi] 支持核心 Kubernetes API 组的空值 (#11386 by rtribotte)
  • [tcp,k8s/crd] 将 TLS 布尔值从 IngressRouteTCP 传递至 TCPService (#11343 by lipmem)
  • [tls] 升级 github.com/spiffe/go-spiffe/v2 至 v2.4.0 (#11385 by mmatur)
  • 移除重复的 github.com/coreos/go-systemd 依赖项 (#11354 by Juneezee)

文档更新:

其他:

更新内容 (原始)

⚠️ There is an issue with websocket upgrade. If you want to use this version, please set the following environment variable GODEBUG=http2xconnect=0 ⚠️

Bug fixes:

  • [k8s/gatewayapi] Support empty value for core Kubernetes API group (#11386 by rtribotte)
  • [tcp,k8s/crd] Pass TLS bool from IngressRouteTCP to TCPService (#11343 by lipmem)
  • [tls] Upgrade github.com/spiffe/go-spiffe/v2 to v2.4.0 (#11385 by mmatur)
  • Remove duplicate github.com/coreos/go-systemd dependency (#11354 by Juneezee)

Documentation:

Misc:

下载链接