Skip to content

Commit d93b2ed

Browse files
add changelog for release 0.4.0-rc1 (#204)
1 parent 5f79569 commit d93b2ed

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@
99
- [v0.1.0](#v010)
1010
- [v0.1.0-rc1](#v010-rc1)
1111

12+
## v0.4.0-rc1
13+
14+
## Major Themes
15+
16+
### New Cilium support
17+
Added support for translating Cilium Ingress to Gateway API
18+
19+
### Enhanced GKE support
20+
GKE translation now supports translating Cloud Armor, Custom HealthChecks, and SSL Policies to their GKE Gateway equivalents (by @sawsa307)
21+
22+
## Changes by Kind
23+
24+
### Feature
25+
26+
- Added support for Cilium Ingress to Gateway API (#199, @xtineskim)
27+
- Added notifications for OpenAPI3 (#178, @Devaansh-Kumar)
28+
- Gateways translated via ingress2gateway will be attached with a new annotation `gateway.networking.k8s.io/generator` to track resources generated with ingress2gateway tool and its version. (#187, @sawsa307)
29+
- Added support for translating Cloud Armor security policy on GKE Ingress to GCPBackendPolicy on GKE Gateway. (#191, @sawsa307)
30+
- Added support for translating Custom Health Check on GKE Ingress to HealthCheckPolicy on GKE Gateway. (#194, @sawsa307)
31+
- Added support for translating SSL Policy on GKE Ingress to GCPGatewayPolicy on GKE Gateway. (#195, @sawsa307)
32+
1233
## v0.3.0
1334

1435
## Major Themes

0 commit comments

Comments
 (0)