v1.3.0

higress-group/higressv1.3.0Nov 3, 2023by johnlanni

AI Summary

This release marks a major feature expansion by adding support for Gateway API v1beta1 and standalone installation modes. It introduces new authentication plugins like OIDC and request transformers, alongside infrastructure improvements like fallback clusters.

Key Highlights

  • Support v1beta1 gateway-api
  • Add oidc wasm plugin
  • Add installation for higress standalone in local docker environment
  • Add request and response transformer wasm plugin
  • Support fallback cluster

New Features

  • Gateway API v1beta1 support
  • OIDC WASM plugin
  • Standalone installation mode
  • Request and response transformer WASM plugin
  • Fallback cluster support

Full Release Notes

## What's Changed
* add the catch all case by @johnlanni in https://github.com/alibaba/higress/pull/623
* support sort httproute when use gateway api by @johnlanni in https://github.com/alibaba/higress/pull/622
* Add detecting higress installed by helm or not before install by @2456868764 in https://github.com/alibaba/higress/pull/620
* feat: add installation for higress standalone in local docker environment  by @2456868764 in https://github.com/alibaba/higress/pull/606
* adjust go mod by @johnlanni in https://github.com/alibaba/higress/pull/618
* use higress-group nottinygc  by @johnlanni  in https://github.com/alibaba/higress/pull/615
* feat: support v1beta1 gateway-api by @johnlanni in https://github.com/alibaba/higress/pull/614
* feat: add oidc wasm plugin by @Fkbqf https://github.com/alibaba/higress/pull/568
* Record the progress of the OSPP 2023 hgctl project by @WeixinX in https://github.com/alibaba/higress/pull/453
* fix: Fix local image building targets by @CH3CHO in https://github.com/alibaba/higress/pull/599 
* fix: fix hmac auth by @@johnlanni in https://github.com/alibaba/higress/pull/603
* fix: fix fallback envoy version check bug by @PerforMance308 @wangshiqi308 @johnlanni in https://github.com/alibaba/higress/pull/441
* cds use fallback cluster by @johnlanni in https://github.com/alibaba/higress/pull/600
* feat:add gc-test plugin by @johnlanni in https://github.com/alibaba/higress/pull/597
* replace with higress-group/nottinygc by @johnlanni in https://github.com/alibaba/higress/pull/588
* security: Remove GitHub PAT from code samples by @tomkerkhove in https://github.com/alibaba/higress/pull/584
* fix: No update prompt if the target folder contains an unconfigured Higress instance by @CH3CHO in https://github.com/alibaba/higress/pull/583
* add istio&envoy image tag by @johnlanni in https://github.com/alibaba/higress/pull/578
* add new envoy tar by @johnlanni in https://github.com/alibaba/higress/pull/576
* Suppport fallback cluster by @johnlanni in https://github.com/alibaba/higress/pull/575
* feat: Add request and response transformer wasm plugin by @WeixinX in https://github.com/alibaba/higress/pull/549
* support custom group in httproute by @johnlanni in https://github.com/alibaba/higress/pull/561
* fix: fix namespace missing in helm chart by @2456868764  in https://github.com/alibaba/higress/pull/531
* fix: fix the delete service issue in nacos registry by @johnlanni  in https://github.com/alibaba/higress/pull/553
* update higress helm chart version to latest in profiles for installation by @2456868764 in https://github.com/alibaba/higress/pull/560
* feat: add hgctl dashboard controller subcommand to open higress controller debug web ui by @2456868764 @Xunzhuo  in https://github.com/alibaba/higress/pull/564
* fix: Fix incorrect logging functions used in eureka registry integration by @CH3CHO in https://github.com/alibaba/higress/pull/563
* update source for images used by ci by @rinfx  @Xunzhuo in https://github.com/alibaba/higress/pull/557
* feat: add request block regular matching and modify block_ Urls are e… by @yingjianjian  in https://github.com/alibaba/higress/pull/517
* fix: fix reconcile of mcpbridge by  @johnlanni in https://github.com/alibaba/higress/pull/559


## New Contributors
* @yingjianjian made their first contribution in https://github.com/alibaba/higress/pull/517

**Full Changelog**: https://github.com/alibaba/higress/compare/v1.1.1...v1.3.0