You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,27 @@
9
9
-[v0.1.0](#v010)
10
10
-[v0.1.0-rc1](#v010-rc1)
11
11
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)
0 commit comments