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 7f157ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,14 @@ 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)

- 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)

This changes the:
- Names of Kong services generated from Ingress v1.
From now on, they will contain the `pnum-` prefix in the part designating
Expand Down

0 comments on commit 7f157ae

Please sign in to comment.