|
1 | 1 | date: August 31, 2022 |
2 | 2 |
|
3 | 3 | changes: |
4 | | -- area: documentation |
5 | | - change: | |
6 | | - Added a quickstart guide for users to run and use Envoy Gateway. |
7 | | -- area: api |
8 | | - change: | |
9 | | - Added the EnvoyGateway API type for configuring Envoy Gateway. |
10 | | - Added the EnvoyProxy API type for configuring managed Envoys. |
11 | | -- area: CI |
12 | | - change: | |
13 | | - Added tooling to build, run, etc. Envoy Gateway. |
14 | | -- area: providers |
15 | | - change: | |
16 | | - Added the Kubernetes provider. |
17 | | -- area: xds |
18 | | - change: | |
19 | | - Added xDS server to configure managed Envoys. |
20 | | -- area: ir |
21 | | - change: | |
22 | | - Added xds and infra IRs to decouple user-facing APIs from Envoy Gateway. |
23 | | - Added IR validation. |
24 | | -- area: translator |
25 | | - change: | |
26 | | - Added the gatewayapi translator to translate Gateway API and associated resources to the IR and manage |
27 | | - Gateway API status. |
28 | | -- area: message service |
29 | | - change: | |
30 | | - Added infra and xds IR watchable map messages for inter-component communication. |
31 | | - Added a Runner to each component to support pub/sub between components. |
32 | | -- area: infra manager |
33 | | - change: | |
34 | | - Added Kubernetes Infra Manager to manage Envoy infrastructure running in a Kubernetes cluster. |
| 4 | + - area: documentation |
| 5 | + change: | |
| 6 | + Added a quickstart guide for users to run and use Envoy Gateway. |
| 7 | + - area: api |
| 8 | + change: | |
| 9 | + Added the EnvoyGateway API type for configuring Envoy Gateway. |
| 10 | + Added the EnvoyProxy API type for configuring managed Envoys. |
| 11 | + - area: CI |
| 12 | + change: | |
| 13 | + Added tooling to build, run, etc. Envoy Gateway. |
| 14 | + - area: providers |
| 15 | + change: | |
| 16 | + Added the Kubernetes provider. |
| 17 | + - area: xds |
| 18 | + change: | |
| 19 | + Added xDS server to configure managed Envoys. |
| 20 | + - area: ir |
| 21 | + change: | |
| 22 | + Added xds and infra IRs to decouple user-facing APIs from Envoy Gateway. |
| 23 | + Added IR validation. |
| 24 | + - area: translator |
| 25 | + change: | |
| 26 | + Added the gatewayapi translator to translate Gateway API and associated resources to the IR and manage |
| 27 | + Gateway API status. |
| 28 | + - area: message service |
| 29 | + change: | |
| 30 | + Added infra and xds IR watchable map messages for inter-component communication. |
| 31 | + Added a Runner to each component to support pub/sub between components. |
| 32 | + - area: infra manager |
| 33 | + change: | |
| 34 | + Added Kubernetes Infra Manager to manage Envoy infrastructure running in a Kubernetes cluster. |
0 commit comments