Skip to content

Commit

Permalink
docs(changelog) add HTTPRoute regex headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Mar 7, 2022
1 parent 93ca9c5 commit dbd5f46
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,23 @@

> Release date: TBD
#### Breaking changes

- HTTPRoute header matches no longer interpret CSV values as multiple match
values, as this was not part of the HTTPRoute specification. Multiple values
should use regular expressions instead.
[#2302](https://github.com/Kong/kubernetes-ingress-controller/pull/2302)

#### Added

- Deployment manifests now include an IngressClass resource and permissions to
read IngressClass resources.
[#2292](https://github.com/Kong/kubernetes-ingress-controller/pull/2292)
- HTTPRoute header matches now support regular expressions.
[#2302](https://github.com/Kong/kubernetes-ingress-controller/pull/2302)
- HTTPRoutes that define multiple matches for the same header are rejected to
comply with the HTTPRoute specification.
[#2302](https://github.com/Kong/kubernetes-ingress-controller/pull/2302)

#### Fixed

Expand Down

0 comments on commit dbd5f46

Please sign in to comment.