|
2 | 2 |
|
3 | 3 | ## Table of Contents |
4 | 4 |
|
| 5 | +- [v0.2.0](#v020) |
5 | 6 | - [v0.1.0](#v010) |
6 | 7 | - [v0.1.0-rc2](#v010-rc2) |
7 | 8 | - [v0.1.0-rc1](#v010-rc1) |
8 | 9 |
|
| 10 | + |
| 11 | +## v0.2.0 |
| 12 | + |
| 13 | +API Version: v1alpha1 |
| 14 | + |
| 15 | +### API changes |
| 16 | + |
| 17 | +Service APIs has been renamed to Gateway API. |
| 18 | +[#536](https://github.com/kubernetes-sigs/service-apis/issues/536). |
| 19 | + |
| 20 | + |
| 21 | +#### GatewayClass |
| 22 | +- The default status condition of GatewayClass resource is now `Admitted:false` |
| 23 | + instead of `InvalidParameters:Unknown`. |
| 24 | + [#471](https://github.com/kubernetes-sigs/service-apis/pull/471). |
| 25 | +- `GatewayClass.spec.parametersRef` now has an optional `namespace` field to |
| 26 | + refer to a namespace-scoped resource in addition to cluster-scoped resource. |
| 27 | + [#543](https://github.com/kubernetes-sigs/service-apis/pull/543). |
| 28 | + |
| 29 | +#### Gateway |
| 30 | +- `spec.listeners[].tls.mode` now defaults to `Terminate`. |
| 31 | + [#518](https://github.com/kubernetes-sigs/service-apis/pull/518). |
| 32 | +- Empty `hostname` in a listener matches all request. |
| 33 | + [#525](https://github.com/kubernetes-sigs/service-apis/pull/525). |
| 34 | + |
| 35 | +#### HTTPRoute |
| 36 | +- New `set` property has been introduced for `HTTPRequestHeader` Filter. Headers |
| 37 | + specified under `set` are overriden instead of added. |
| 38 | + [#475](https://github.com/kubernetes-sigs/service-apis/pull/475). |
| 39 | + |
| 40 | +#### Misc |
| 41 | +- Maximum limit for `forwardTo` has been increased from `4` to `16` for all |
| 42 | + route types. |
| 43 | + [#493](https://github.com/kubernetes-sigs/service-apis/pull/493). |
| 44 | +- Various changes have been made in the Kubernetes and Go API to align with |
| 45 | + upstream Kubernetes API conventions. Some of the fields have been changed to |
| 46 | + pointers in the Go API for this reason. |
| 47 | + [#538](https://github.com/kubernetes-sigs/service-apis/pull/538). |
| 48 | + |
| 49 | +### Documentation |
| 50 | + |
| 51 | +There are minor improvements to docs all around. |
| 52 | +New guides, clarifications and various typos have been fixed. |
| 53 | + |
9 | 54 | ## v0.1.0 |
10 | 55 |
|
11 | 56 | API Version: v1alpha1 |
|
0 commit comments