Skip to content

Commit

Permalink
chore: prepare release 3.1.1 (#5668) (#5670)
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
(cherry picked from commit 81c651b)

Co-authored-by: Mattia Lavacca <[email protected]>
  • Loading branch information
team-k8s-bot and mlavacca authored Feb 29, 2024
1 parent 12cfb44 commit 5b71636
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Adding a new version? You'll need three changes:
* Add the diff link, like "[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3".
This is all the way at the bottom. It's the thing we always forget.
--->
- [3.1.1](#311)
- [3.1.0](#310)
- [3.0.2](#302)
- [3.0.1](#301)
Expand Down Expand Up @@ -82,21 +83,22 @@ Adding a new version? You'll need three changes:
- [0.0.5](#005)
- [0.0.4 and prior](#004-and-prior)

## Unreleased
## [3.1.1]

### Added

- Managed Gateways now trigger gateway reconciliation loops, but do not get their
status updated, they only become part of the configuration published to Kong.
- Managed `Gateway`s now get reconciled by the `Gateway` controller, but do not
get their status updated, they only become part of the configuration published
to Kong.
[#5662](https://github.com/Kong/kubernetes-ingress-controller/pull/5662)

### Fixed

- When managed Kong gateways are OSS edition, KIC will not apply licenses to
the Kong gateway instances to avoid invalid configurations.
[#5640](https://github.com/Kong/kubernetes-ingress-controller/pull/5640)
- Fixed an issue where single-Gateway mode did not actually filter out routes
associated with other Gateways in the controller class.
- Fixed an issue where single-`Gateway` mode did not actually filter out routes
associated with other `Gateway`s in the controller class.
[#5642](https://github.com/Kong/kubernetes-ingress-controller/pull/5642)

## [3.1.0]
Expand Down Expand Up @@ -3288,6 +3290,7 @@ Please read the changelog and test in your environment.
- The initial versions were rapildy iterated to deliver
a working ingress controller.

[3.1.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.0.2...v3.1.0
[3.0.2]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.0.0...v3.0.1
Expand Down

0 comments on commit 5b71636

Please sign in to comment.