Skip to content

Commit

Permalink
chore: fix changelog for 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jun 7, 2024
1 parent 2e1ffed commit d73a8ac
Showing 1 changed file with 19 additions and 0 deletions.
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

0 comments on commit d73a8ac

Please sign in to comment.