|
| 1 | +date: Nov 1, 2023 |
| 2 | + |
| 3 | +changes: |
| 4 | + - area: documentation |
| 5 | + change: | |
| 6 | + Introduced a new website based on Hugo |
| 7 | + Added Grafana dashboards and integration docs for EnvoyProxy metrics |
| 8 | + Added Grafana integration docs for Gateway API metrics |
| 9 | +
|
| 10 | + - area: installation |
| 11 | + change: | |
| 12 | + Updated EnvoyProxy image to be a distroless variant. |
| 13 | + Removed resources around kube-rbac-proxy |
| 14 | +
|
| 15 | +
|
| 16 | + - area: api |
| 17 | + change: | |
| 18 | + Upgraded to Gateway API v1.0.0 |
| 19 | + Added the ClientTrafficPolicy CRD with Keep Alive Support |
| 20 | + Added the BackendTrafficPolicy CRD with RateLimit and LoadBalancer Support |
| 21 | + Added the SecurityPolicy CRD with CORS and JWT Support |
| 22 | + Added EnvoyGateway Metrics with Prometheus and OpenTelemetry support |
| 23 | + Added Support for InitContainers in EnvoyProxy CRD |
| 24 | + Added Support for LoadBalancerIP in EnvoyProxy CRD |
| 25 | + Added Support for AllocateLoadBalancerNodePorts in EnvoyProxy CRD |
| 26 | + Added Support for LoadBalancerClass in EnvoyProxy CRD |
| 27 | + Added Support for selecting EnvoyProxy stats to be generated |
| 28 | + Added Support for enabling EnvoyProxy Virtual Host metrics |
| 29 | + Added Support for Merging Gateway resources onto the same infrastructure |
| 30 | +
|
| 31 | + breaking-change: | |
| 32 | + Removed the AuthenticationFilter CRD |
| 33 | + Removed the RateLimitFilter CRD |
| 34 | + Moved EnvoyProxy CRD from `config.gateway.envoyproxy.io` to `gateway.envoyproxy.io` |
| 35 | + Enabled EnvoyProxy Prometheus Endpoint by default with an option to disable it |
| 36 | + Updated the Bootstrap field within the EnvoyProxy CRD with an additional value |
| 37 | + field to specify bootstrap config |
| 38 | +
|
| 39 | + - area: conformance |
| 40 | + change: | |
| 41 | + Added Support for HTTPRouteBackendProtocolH2C Test |
| 42 | + Added Support for HTTPRouteBackendProtocolWebSocket Test |
| 43 | + Added Support for HTTPRouteRequestMultipleMirrors Test |
| 44 | + Added Support for HTTPRouteTimeoutRequest Test |
| 45 | + Added Support for HTTPRouteTimeoutBackendRequest Test |
| 46 | + Added Support for HTTPRouteRedirectPortAndScheme Test |
| 47 | +
|
| 48 | + - area: watchable |
| 49 | + change: | |
| 50 | + Improved caching of resource by implementing a compare function agnostic of resource order |
| 51 | +
|
| 52 | + - area: translator |
| 53 | + change: | |
| 54 | + Added support for routing to EndpointSlice endpoints |
| 55 | + Added support for HTTPRoute Timeouts |
| 56 | + Added support for multiple RequestMirror filters per HTTPRoute rule |
| 57 | + Use / instead of - in IR Route Names |
| 58 | + Added Support to ignore ports in Host header |
| 59 | +
|
| 60 | + - area: providers |
| 61 | + change: | |
| 62 | + Added the generationChangedPredicate to most resources to limit resource reconiliation |
| 63 | + Improved reconiliation by using the same enqueue request for all resources |
| 64 | + Added support for reconciling ServiceImport CRD |
| 65 | + Added support for selectively watching resources based on Namespace Selector |
| 66 | +
|
| 67 | + - area: xds |
| 68 | + change: | |
| 69 | + Fixed Layered Runtime warnings |
| 70 | + Upgraded to the latest version of go-control-plane that fixed xDS Resource ordering issues for ADS. |
| 71 | + Added HTTP2 Keep Alives to the xds connection |
| 72 | +
|
| 73 | + - area: cli |
| 74 | + change: | |
| 75 | + Added Support for egctl stats command |
0 commit comments