|
| 1 | +--- |
| 2 | +title: Announcing Envoy Gateway v0.5 |
| 3 | +linktitle: v0.5 |
| 4 | +subtitle: Major Update |
| 5 | +description: Envoy Gateway v0.5 release announcement. |
| 6 | +publishdate: 2023-08-02 |
| 7 | +release: v0.5.0 |
| 8 | +skip_list: true |
| 9 | +aliases: |
| 10 | +- /releases/v0.5 |
| 11 | +- /releases/v0.5.0 |
| 12 | +--- |
| 13 | +# Envoy Gateway Release v0.5 |
| 14 | + |
| 15 | +We are pleased to announce the release of Envoy Gateway v0.5! |
| 16 | + |
| 17 | +This is the third functional release of Envoy Gateway. We would like to thank the entire Envoy Gateway community for |
| 18 | +helping publish the release. |
| 19 | + |
| 20 | +| [Release Notes][] | [Docs][docs] | [Compatibility Matrix][matrix] | [Download][] | |
| 21 | +|-------------------|--------------|--------------------------------|--------------| |
| 22 | + |
| 23 | +## What's New |
| 24 | + |
| 25 | +The release adds a ton of features and functionality. Here are some highlights: |
| 26 | + |
| 27 | +### Upgrade Gateway API Dependency |
| 28 | + |
| 29 | ++ Upgraded to Gateway API v0.7.1 |
| 30 | + |
| 31 | +### Add Data Plane Proxy Telemetry |
| 32 | + |
| 33 | ++ Added Support for Access Logging, Tracing and Metrics Telemetry |
| 34 | + |
| 35 | +### Add Support for directly configuring xDS |
| 36 | + |
| 37 | ++ Added Support for the EnvoyPatchPolicy API |
| 38 | + |
| 39 | +### Ratelimiting |
| 40 | + |
| 41 | ++ Added Support for Distinct Ratelimiting Based On IP Addresses |
| 42 | ++ Added upport for JWT Claim based Ratelimiting |
| 43 | ++ Switched to Xds SOTW Server for RateLimit Service Configuration |
| 44 | + |
| 45 | +### API Updates |
| 46 | + |
| 47 | ++ Added Support for configuring EnvoyProxy Pod Labels |
| 48 | ++ Added Support for configuring EnvoyProxy Deployment Strategy Settings, Volumes and Volume Mounts |
| 49 | ++ Added Support for configuring EnvoyProxy as a NodePort Type Service |
| 50 | ++ Added Admin Server for Envoy Gateway |
| 51 | ++ Added Pprof Debug Support for Envoy Gateway |
| 52 | ++ Added Support to Watch for Resources in Select Namespaces |
| 53 | + |
| 54 | +## Envoy Proxy |
| 55 | + |
| 56 | ++ Added Best Practices Default Edge Settings to Xds Resources |
| 57 | + |
| 58 | +[Release Notes]: https://github.com/envoyproxy/gateway/blob/main/release-notes/v0.5.0.yaml |
| 59 | +[matrix]: https://gateway.envoyproxy.io/v0.5.0/intro/compatibility.html |
| 60 | +[docs]: https://gateway.envoyproxy.io/v0.5.0/index.html |
| 61 | +[Download]: https://github.com/envoyproxy/gateway/releases/tag/v0.5.0 |
0 commit comments