v1.2.0
higress-group/higressv1.2.0Sep 22, 2023by johnlanni
AI Summary
v1.2.0 enhances the gateway's extensibility by adding new cluster support (Consul) and WASM plugins (Basic-auth). It also introduces a comprehensive profile management system for installation and upgrade commands, and deepens integration with Gateway API.
Key Highlights
- Add consul cluster
- Implement basic-auth WASM plugin using Go SDK
- Support KnativeIngress
- Add profile/install/uninstall/upgrade command
- Use istio to provide Gateway API support
New Features
- Consul cluster support
- Basic-auth WASM plugin
- KnativeIngress support
- Profile management (install/uninstall/upgrade)
- Gateway API integration
Full Release Notes
## What's Changed * feat: Update image tag management mechanisms by @CH3CHO in https://github.com/alibaba/higress/pull/495 * add consul cluster by @2456868764 in https://github.com/alibaba/higress/pull/494 * A plugin that implements token parsing and authentication function based on wasm-go by @cf1998 in https://github.com/alibaba/higress/pull/485 * feat: update get-higress.sh by @CH3CHO in https://github.com/alibaba/higress/pull/500 * fix a concurrency issue of mcprbidge reconcile by @johnlanni in https://github.com/alibaba/higress/pull/511 * feat: Add update function to get-higress.sh by @CH3CHO in https://github.com/alibaba/higress/pull/523 * feat: Implement basic-auth WASM plugin using the Go SDK by @WeixinX in https://github.com/alibaba/higress/pull/515 * feat: add features to conformance and do some refactors by @Xunzhuo in https://github.com/alibaba/higress/pull/532 * fix: remove non-existed namespaces and separate bases by @Xunzhuo in https://github.com/alibaba/higress/pull/541 * fix: Fix the image display in the E2E test README.md by @WeixinX in https://github.com/alibaba/higress/pull/516 * rel: Release version 1.1.2 by @CH3CHO in https://github.com/alibaba/higress/pull/545 * feat: Use istio to provide Gateway API support by @CH3CHO in https://github.com/alibaba/higress/pull/543 * feat: add profile/install/uninstall/upgrade command by @2456868764 in https://github.com/alibaba/higress/pull/538 * feat: opt hgctl install/uninstall/upgrade by @Xunzhuo in https://github.com/alibaba/higress/pull/550 * 更新waf插件,丰富规则命中时日志内容 by @rinfx in https://github.com/alibaba/higress/pull/537 * fix: nacos client opened, but not been closed by @Erica177 in https://github.com/alibaba/higress/pull/542 * feat: support KnativeIngress by @vikizhao156 in https://github.com/alibaba/higress/pull/524 * feat: add hgctl dashboard support by @Xunzhuo in https://github.com/alibaba/higress/pull/552 * feat: Use higress as the default gateway class for Gateway API integation by @CH3CHO in https://github.com/alibaba/higress/pull/555 * feat: add hgctl manifest support by @Xunzhuo in https://github.com/alibaba/higress/pull/554 * rel: Release version 1.2.0 by @johnlanni in https://github.com/alibaba/higress/pull/556 ## New Contributors * @cf1998 made their first contribution in https://github.com/alibaba/higress/pull/485 * @Erica177 made their first contribution in https://github.com/alibaba/higress/pull/542 **Full Changelog**: https://github.com/alibaba/higress/compare/v1.1.1...v1.2.0