Skip to content

Commit 845bd03

Browse files
committed
docs: add v0.18.0 and v0.19.0 to the CHANGELOG.md
Signed-off-by: Shane Utt <[email protected]>
1 parent 84468d2 commit 845bd03

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

gateway-api/CHANGELOG.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,39 @@
44

55
Supports: Gateway API `v1.4.0`
66

7+
>[!IMPORTANT]
8+
Breaking change
9+
10+
### Breaking Changes
11+
12+
* The structure of APIs has changed to promote the re-use of types in the generated code. The APIs are still generated with Kopium in the first step, but there is a second stage where additional task is executed to reduce and rename the Kopium-generated types. While with this approach we can significantly reduce the surface of exposed APIs, it is also a breaking change. See [issue](https://github.com/kube-rs/gateway-api-rs/issues/38) for more context.
13+
714
### Changes
815

916
* Updated to [kube](https://github.com/kube-rs/kube) `v2.0.1`
1017
* Updated to Gateway API `v1.4.0`
1118

12-
## 0.17.0
19+
## 0.19.0
1320

14-
Supports: Gateway API `v1.2.1`
21+
Supports: Gateway API `v1.4.0`
1522

16-
>[!IMPORTANT]
17-
Breaking change
23+
### Changes
1824

19-
### Breaking Changes
25+
* Updated to Gateway API `v1.4.0`
26+
* Adds support for `BackendTLSPolicy`
2027

21-
* The structure of APIs has changed to promote the re-use of types in the generated code. The APIs are still generated with Kopium in the first step, but there is a second stage where additional task is executed to reduce and rename the Kopium-generated types. While with this approach we can significantly reduce the surface of exposed APIs, it is also a breaking change. See [issue](https://github.com/kube-rs/gateway-api-rs/issues/38) for more context.
28+
## 0.18.0
29+
30+
Supports: Gateway API `v1.2.1`
2231

2332
### Changes
2433

25-
* Updated to Gateway API `v1.2.1`
34+
* Updated to [kube](https://github.com/kube-rs/kube) `v2.0.1`
2635

2736
## 0.16.0
2837

29-
### Changed
38+
Supports: Gateway API `v1.2.1`
39+
40+
### Changes
3041

3142
Initial release. All types are generated with Kopium.

0 commit comments

Comments
 (0)