Skip to content

Commit ec591d3

Browse files
committed
docs: update CHANGELOG for v0.17.0
Signed-off-by: Shane Utt <[email protected]>
1 parent ed8d08a commit ec591d3

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

gateway-api/CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,30 @@
22

33
## Next
44

5+
Supports: Gateway API `v1.4.0`
6+
7+
### Changes
8+
9+
* Updated to [kube](https://github.com/kube-rs/kube) `v2.0.1`
10+
* Updated to Gateway API `v1.4.0`
11+
12+
## 0.17.0
13+
14+
Supports: Gateway API `v1.2.1`
15+
516
>[!IMPORTANT]
617
Breaking change
718

8-
### Changed
9-
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.
10-
While with this approach we can significantly reduce the surface of exposed APIs, it is also a breaking change.
11-
See [issue](https://github.com/kube-rs/gateway-api-rs/issues/38) for more context.
19+
### Breaking Changes
20+
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.
22+
23+
### Changes
24+
25+
* Updated to Gateway API `v1.2.1`
1226

1327
## 0.16.0
1428

1529
### Changed
30+
1631
Initial release. All types are generated with Kopium.

0 commit comments

Comments
 (0)