Skip to content

Commit

Permalink
chore(docs) add 3.1.4 changelog to main (#5945)
Browse files Browse the repository at this point in the history
Co-authored-by: Yi Tao <[email protected]>
  • Loading branch information
rainest and randmonkey authored Apr 30, 2024
1 parent b8f7eb5 commit 53d0c30
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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.4](#314)
- [3.1.3](#313)
- [3.1.2](#312)
- [3.1.1](#311)
Expand Down Expand Up @@ -85,8 +87,6 @@ Adding a new version? You'll need three changes:
- [0.0.5](#005)
- [0.0.4 and prior](#004-and-prior)

## Unreleased

### Breaking changes

- Removed support for the deprecated `kongCredType` Secret field. If you have
Expand Down Expand Up @@ -148,6 +148,18 @@ 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.4]

> Release date: 2024-04-26
### Fixed

- Do not generate invalid duplicate upstream targets when routes use multiple
Services with the same endpoints.
[#5817](https://github.com/Kong/kubernetes-ingress-controller/pull/5817)
- Bump golang version to 1.21.9 to fix CVE [GO-2024-2687](https://pkg.go.dev/vuln/GO-2024-2687).
[#5905](https://github.com/Kong/kubernetes-ingress-controller/pull/5905)

## [3.1.3]

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

[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
[3.1.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.0...v3.1.1
Expand Down

0 comments on commit 53d0c30

Please sign in to comment.