Skip to content

Commit

Permalink
feat(httproute): handle URLRewrite filter's hostname rewrite (#5952)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo authored May 10, 2024
1 parent 4b60bf8 commit ce7b038
Show file tree
Hide file tree
Showing 6 changed files with 400 additions and 246 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ Adding a new version? You'll need three changes:
- Add support in `HTTPRoute`s for `URLRewrite`:
- `FullPathRewrite` [#5855](https://github.com/Kong/kubernetes-ingress-controller/pull/5855)
- `ReplacePrefixMatch` for both router modes:
- `traditional_compatible`: [#5895](https://github.com/Kong/kubernetes-ingress-controller/pull/5895)
- `expressions`: [#5940](https://github.com/Kong/kubernetes-ingress-controller/pull/5940)
- `traditional_compatible` [#5895](https://github.com/Kong/kubernetes-ingress-controller/pull/5895)
- `expressions` [#5940](https://github.com/Kong/kubernetes-ingress-controller/pull/5940)
- `Hostname` [#5952](https://github.com/Kong/kubernetes-ingress-controller/pull/5952)
- DB mode now supports Event reporting for resources that failed to apply.
[#5785](https://github.com/Kong/kubernetes-ingress-controller/pull/5785)
- Improve validation - reject `Ingresses`, `Services`, `HTTPRoutes`, `KongConsumers` or `KongConsumerGroups`
Expand Down
Loading

0 comments on commit ce7b038

Please sign in to comment.