Skip to content

Commit c626d14

Browse files
release 0.3.0 (#184)
1 parent 29ea225 commit c626d14

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

CHANGELOG.md

+36-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,40 @@
22

33
## Table of Contents
44

5+
- [v0.3.0](#v030)
56
- [v0.3.0-rc1](#v030-rc1)
67
- [v0.2.0](#v020)
78
- [v0.2.0-rc1](#v020-rc1)
89
- [v0.1.0](#v010)
910
- [v0.1.0-rc1](#v010-rc1)
1011

12+
## v0.3.0
13+
14+
## Major Themes
15+
16+
### New Notifications Package
17+
18+
new notifications package to provide mechanism for providers to display useful information generated during conversion process (#160, @Devaansh-Kumar)
19+
20+
## Changes by Kind
21+
22+
### Feature
23+
24+
- Added notifications for Apisix (#176, @Devaansh-Kumar)
25+
- Added notifications for Istio provider (#171, @Devaansh-Kumar)
26+
- Added notifications for Kong (#173, @Devaansh-Kumar)
27+
- Added notifications for ingress-nginx (#177, @Devaansh-Kumar)
28+
- GCE now will display useful information generated during conversion process via the new notification package. (#169, @sawsa307)
29+
30+
### Bug or Regression
31+
32+
- Fix nginx canary annotation conversion (#182, @levikobi)
33+
- 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+
1135
## v0.3.0-rc1
1236

1337
## Changes by Kind
38+
1439
### Feature
1540

1641
- Add a `--kubeconfig` flag to specify kubeconfig file location (#133, @YTGhost)
@@ -36,12 +61,15 @@
3661
## v0.2.0
3762

3863
### Major Themes
64+
3965
#### Providers storage
66+
4067
Providers now fetch resources and store them in their local storage.
4168
This expands to ingress fetching. It is no longer happening on i2gw package and moved to be fetched at the provider level.
4269

4370
#### New Providers
44-
Istio and APISIX support has been added.
71+
72+
Istio and APISIX support has been added.
4573
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).
4674

4775
### Feature
@@ -66,12 +94,15 @@ To check what features are currently supported please visit [Istio](https://gith
6694
## v0.2.0-rc1
6795

6896
### Notable changes since v0.1.0
97+
6998
#### Providers storage
99+
70100
Providers now fetch resources and store them in their local storage.
71101
This expands to ingress fetching. It is no longer happening on i2gw package and moved to be fetched at the provider level.
72102

73103
#### New Providers
74-
Istio and APISIX support has been added.
104+
105+
Istio and APISIX support has been added.
75106
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).
76107

77108
### Feature
@@ -93,6 +124,7 @@ To check what features are currently supported please visit [Istio](https://gith
93124
- Gateway API has been bumped to v1.0.0. (#98, @mlavacca)
94125

95126
## v0.1.0
127+
96128
The first official release of ingress2gateway.
97129

98130
### Notable changes since v0.1.0-rc1
@@ -102,4 +134,5 @@ The first official release of ingress2gateway.
102134
- [Kong Provider] Add support for converting the `konghq.com/plugins` ingress annotation to a list of `ExtensionRef` HTTPRoute filters. (#72, @mlavacca)
103135

104136
## v0.1.0-rc1
105-
initial release candidate.
137+
138+
initial release candidate.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To contribute a new provider support - please read [PROVIDER.md](PROVIDER.md).
3636
### Via go install
3737

3838
If you have a Go development environment locally, you can install ingress2gateway
39-
with `go install github.com/kubernetes-sigs/ingress2gateway@v0.2.0`
39+
with `go install github.com/kubernetes-sigs/ingress2gateway@v0.3.0`
4040

4141
This will put `ingress2gateway` binary in `$(go env GOPATH)/bin`
4242

0 commit comments

Comments
 (0)