Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@johnlanni johnlanni released this 08 Nov 06:09
· 19 commits to main since this release

Notices

Breaking Change

The issue introduced from 2.0.0, where it still listened to the Gateway API even when the helm parameter global.enableGatewayAPI was set to false, has been corrected in this version. If you have already used the Gateway API in your cluster, please force set this parameter to true in the values.yaml during the upgrade to avoid the situation where it no longer listens to the Gateway API after the upgrade.

Recommended Upgrade Reasons

In the previous 2.x versions of Higress Console, when deploying the WASM plugin, the default fail strategy was FAIL_CLOSE, which could lead to issues such as the gateway generating 503 errors and NFCF 500 errors if the plugin configuration parsing failed. This version has adjusted the fail strategy to FAIL_OPEN. However, we still recommend keeping the fail strategy as FAIL_CLOSE for plugins that require strict authentication, to avoid skipping permission checks due to plugin logic problems.

What's Changed

  • fix destinationrule merge logic by @johnlanni in #1439
  • feat: lazy formatted log by @jizhuozhi in #1441
  • [feat] Support redis call with wasm-rust by @007gzs in #1417
  • Fix the issue where wasmplugin does not work when kingress exists by @johnlanni in #1450
  • fix: Control gateway-api Listener with global.enableGatewayAPI in Helm by @hanxiantao in #1461
  • feat:Support downstream and upstram, which can be configured through helm parameters by @littlejiancc in #1399
  • modify log-format, then every plugin log is associated with access log by @rinfx in #1454
  • Ai data mask deny word match optimize by @007gzs in #1453
  • move nottinygc to proxy-wasm-go-sdk by @johnlanni in #1477
  • add clusterrole for gateway api by @johnlanni in #1480
  • feat: 🎸 Support for multiple version capability: Map different Version versions according to different routes by @heimanba in #1429
  • feat: Update istio codebase by @CH3CHO in #1485
  • Implement Rust Wasm Plugin Build & Publish Action by @007gzs in #1483
  • update rust makefile by @johnlanni in #1491
  • feat: Ensure all images are loaded to K8s before starting e2e tests by @CH3CHO in #1389
  • docs: Added back to top , contributors section and star history graph by @Ranjana761 in #1440
  • add textin embedding for ai-cache by @Chi-Kai in #1493
  • release 2.0.3 by @johnlanni in #1494

New Contributors

Full Changelog: v2.0.2...v2.0.3