Skip to content

Commit abe3637

Browse files
add changelog for release 0.5.0-rc1 (#252)
1 parent cbe80d8 commit abe3637

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Table of Contents
44

5+
- [v0.5.0-rc1](#v050-rc1)
56
- [v0.4.0](#v040)
67
- [v0.4.0-rc1](#v040-rc1)
78
- [v0.3.0](#v030)
@@ -11,8 +12,35 @@
1112
- [v0.1.0](#v010)
1213
- [v0.1.0-rc1](#v010-rc1)
1314

15+
## v0.5.0-rc1
16+
17+
## Changes by Kind
18+
19+
### Feature
20+
21+
- Add parameter to ingress-nginx provider to select ingress class (#231, @adrianmoisey)
22+
- Add support for kyaml printer (#242, @rikatz)
23+
- Add support for named ports (#222, @gavinkflam)
24+
- Added new fields in IR to track the source Ingress of each HTTPRoute BackendRef.
25+
- Fixed incorrect canary weight assignment when a Service appeared under different paths in both canary and non-canary Ingresses.
26+
- Added some more validations to ingress-nginx canary annotation parsing. (#251, @Stevenjin8)
27+
- Adds support for the NGINX provider in ingress2gateway. (#224, @sarthyparty)
28+
- The version of the binary can now be printed with the `version` command (e.g. ingress2gateway version) (#216, @spencerhance)
29+
- Upgraded GatewayAPI to v1.4.0 (#248, @Stevenjin8)
30+
31+
### Bug or Regression
32+
33+
- Fix invocations for OIDC-enabled clusters from kubeconfig (#245, @jpiper)
34+
- Print notification table on stderr (#233, @rikatz)
35+
36+
### Other (Cleanup or Flake)
37+
38+
- Do not require namespace when using input-file flag, default to all-namespaces (#241, @rikatz)
39+
1440
## v0.4.0
41+
1542
No changes since [v0.4.0-rc1](#v040-rc1)
43+
1644
## Changes by Kind
1745

1846
### Other (Cleanup or Flake)

0 commit comments

Comments
 (0)