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
- Fixed an issue that when the ingress class annotation is not specified on a GKE Ingress, the translation would result in a Gateway without name. (#167, @sawsa307)
34
+
11
35
## v0.3.0-rc1
12
36
13
37
## Changes by Kind
38
+
14
39
### Feature
15
40
16
41
- Add a `--kubeconfig` flag to specify kubeconfig file location (#133, @YTGhost)
@@ -36,12 +61,15 @@
36
61
## v0.2.0
37
62
38
63
### Major Themes
64
+
39
65
#### Providers storage
66
+
40
67
Providers now fetch resources and store them in their local storage.
41
68
This expands to ingress fetching. It is no longer happening on i2gw package and moved to be fetched at the provider level.
42
69
43
70
#### New Providers
44
-
Istio and APISIX support has been added.
71
+
72
+
Istio and APISIX support has been added.
45
73
To check what features are currently supported please visit [Istio](https://github.com/kubernetes-sigs/ingress2gateway/blob/v0.2.0/pkg/i2gw/providers/istio/README.md) and [APIXIS](https://github.com/kubernetes-sigs/ingress2gateway/blob/v0.2.0/pkg/i2gw/providers/apisix/README.md).
46
74
47
75
### Feature
@@ -66,12 +94,15 @@ To check what features are currently supported please visit [Istio](https://gith
66
94
## v0.2.0-rc1
67
95
68
96
### Notable changes since v0.1.0
97
+
69
98
#### Providers storage
99
+
70
100
Providers now fetch resources and store them in their local storage.
71
101
This expands to ingress fetching. It is no longer happening on i2gw package and moved to be fetched at the provider level.
72
102
73
103
#### New Providers
74
-
Istio and APISIX support has been added.
104
+
105
+
Istio and APISIX support has been added.
75
106
To check what features are currently supported please visit [Istio](https://github.com/kubernetes-sigs/ingress2gateway/blob/v0.2.0-rc1/pkg/i2gw/providers/istio/README.md) and [APIXIS](https://github.com/kubernetes-sigs/ingress2gateway/blob/v0.2.0-rc1/pkg/i2gw/providers/apisix/README.md).
76
107
77
108
### Feature
@@ -93,6 +124,7 @@ To check what features are currently supported please visit [Istio](https://gith
93
124
- Gateway API has been bumped to v1.0.0. (#98, @mlavacca)
94
125
95
126
## v0.1.0
127
+
96
128
The first official release of ingress2gateway.
97
129
98
130
### Notable changes since v0.1.0-rc1
@@ -102,4 +134,5 @@ The first official release of ingress2gateway.
102
134
-[Kong Provider] Add support for converting the `konghq.com/plugins` ingress annotation to a list of `ExtensionRef` HTTPRoute filters. (#72, @mlavacca)
0 commit comments