Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix changelog for 3.1.5 #6167

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Adding a new version? You'll need three changes:
This is all the way at the bottom. It's the thing we always forget.
--->

- [3.1.5](#315)
- [3.1.4](#314)
- [3.1.3](#313)
- [3.1.2](#312)
Expand Down Expand Up @@ -87,6 +88,10 @@ Adding a new version? You'll need three changes:
- [0.0.5](#005)
- [0.0.4 and prior](#004-and-prior)

## Unreleased

> Release date: TBA

### Breaking changes

- Removed support for the deprecated `kongCredType` Secret field. If you have
Expand Down Expand Up @@ -242,6 +247,19 @@ Adding a new version? You'll need three changes:

[Updates to CRDs]: https://github.com/Kong/charts/blob/main/charts/kong/UPGRADE.md#updates-to-crds

## [3.1.5]

> Release date: 2024-05-17

### Fixed

- Support to apply licenses to DB backed Kong gateway from `KongLicense`.
[#5648](https://github.com/Kong/kubernetes-ingress-controller/pull/5648)
- Redacted values no longer cause collisions in configuration reported to Konnect.
[#5964](https://github.com/Kong/kubernetes-ingress-controller/pull/5964)
- Assign a default value for `weight` in Kong target if the `weight` is nil.
[#5946](https://github.com/Kong/kubernetes-ingress-controller/pull/5946)

## [3.1.4]

> Release date: 2024-04-26
Expand Down Expand Up @@ -3493,6 +3511,7 @@ Please read the changelog and test in your environment.
- The initial versions were rapildy iterated to deliver
a working ingress controller.

[3.1.5]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.4...v3.1.5
[3.1.4]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.1...v3.1.2
Expand Down
Loading