Skip to content

Commit b89d003

Browse files
committed
Add changelog for release v0.2.0
1 parent 9a5e08c commit b89d003

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,41 @@
22

33
## Table of Contents
44

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

10+
## v0.2.0
11+
12+
### Major Themes
13+
#### Providers storage
14+
Providers now fetch resources and store them in their local storage.
15+
This expands to ingress fetching. It is no longer happening on i2gw package and moved to be fetched at the provider level.
16+
17+
#### New Providers
18+
Istio and APISIX support has been added.
19+
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).
20+
21+
### Feature
22+
23+
- Add support for Istio API conversion to K8S Gateway API (#111, @dpasiukevich)
24+
- Kong supports `ImplementationSpecific` as `PathType` and converts it into `RegularExpression.` (#89, @mlavacca)
25+
- Move ingress fetching logic to be isolated, per provider (#116, @LiorLieberman)
26+
- New Apache APISIX provider. (#108, @pottekkat)
27+
- Print generated GatewayClasses, TLSRoutes, TCPRoutes and ReferenceGrants in addition to Gateways and HTTPRoutes (#110, @dpasiukevich)
28+
- The `HTTPRoutes` are named with the following pattern: <ingress-name>-<name-from-host>. (#79, @mlavacca)
29+
- [Istio provider] set up code for reading istio custom resources (#99, @dpasiukevich)
30+
31+
### Bug or Regression
32+
33+
- Skip k8s client creation when reading local file. (#128, @dpasiukevich)
34+
- Duplicate `BackendRefs` are removed from the `HTTPRoute` rules. (#104, @pottekkat)
35+
36+
## Dependencies
37+
38+
- Gateway API has been bumped to v1.0.0. (#98, @mlavacca)
39+
940
## v0.2.0-rc1
1041

1142
### Notable changes since v0.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ With the introduction of the new [Istio](pkg/i2gw/providers/istio/README.md) pro
2222

2323
## Installation
2424

25-
If you have a Go development environment locally, you can install ingress2gateway with `go install github.com/kubernetes-sigs/ingress2gateway@v0.1.0`
25+
If you have a Go development environment locally, you can install ingress2gateway with `go install github.com/kubernetes-sigs/ingress2gateway@v0.2.0`
2626

2727
This will put `ingress2gateway` binary in `$(go env GOPATH)/bin`
2828

0 commit comments

Comments
 (0)