Skip to content

Commit

Permalink
chore: amend changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed May 9, 2023
1 parent 631f4c8 commit ed38e01
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,21 +107,13 @@ Adding a new version? You'll need three changes:

### Deprecated

- Removed support for extensions/v1beta1 Ingress which was removed in kubernetes 1.22.
- Removed support for `extensions/v1beta1` `Ingress` which was removed in kubernetes 1.22.
At the same time deprecate `--enable-controller-ingress-extensionsv1beta1` CLI flag.
[#3710](https://github.com/Kong/kubernetes-ingress-controller/pull/3710)

This changes the:
- Names of Kong services generated from Ingress v1.
From now on, they will contain the `pnum-` prefix in the part designating
the service port.
So, for example, instead of `default.foo-svc.80` we'll get
`default.foo-svc.pnum-80`.
- Regex priorioty of Kong routes generated from Ingress v1.
Now route's regex priority will be set using the following mapping:
- 300 for `PathTypeExact`
- 200 for `PathTypePrefix`
- 100 for `PathTypeImplementationSpecific`
- Removed support for `networking.k8s.io/v1beta1` `Ingress` which was removed in kubernetes 1.22.
At the same time deprecate `--enable-controller-ingress-networkingv1beta1` CLI flag.
[#3867](https://github.com/Kong/kubernetes-ingress-controller/pull/3867)

## [2.9.3]

Expand Down

0 comments on commit ed38e01

Please sign in to comment.