Skip to content

Commit af68a62

Browse files
authored
Merge pull request #548 from hbagdi/docs/changelog-v0.2.0
docs: add changelog for v0.2.0
2 parents bad9643 + 46b9f04 commit af68a62

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,55 @@
22

33
## Table of Contents
44

5+
- [v0.2.0](#v020)
56
- [v0.1.0](#v010)
67
- [v0.1.0-rc2](#v010-rc2)
78
- [v0.1.0-rc1](#v010-rc1)
89

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+
954
## v0.1.0
1055

1156
API Version: v1alpha1

0 commit comments

Comments
 (0)