@@ -7,6 +7,8 @@ Adding a new version? You'll need three changes:
77* Add the diff link, like "[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3".
88 This is all the way at the bottom. It's the thing we always forget.
99--->
10+ - [ 3.1.4] ( #314 )
11+ - [ 3.1.3] ( #313 )
1012 - [ 3.1.2] ( #312 )
1113 - [ 3.1.1] ( #311 )
1214 - [ 3.1.0] ( #310 )
@@ -84,17 +86,17 @@ Adding a new version? You'll need three changes:
8486 - [ 0.0.5] ( #005 )
8587 - [ 0.0.4 and prior] ( #004-and-prior )
8688
87- ## Unreleased
89+ ## [ 3.1.4]
90+
91+ Release date: 2024-04-26
8892
8993### Fixed
9094
91- - Remove unnecessary tag support check that could incorrectly delete configuration if the check did not execute properly.
92- [ #5658 ] ( https://github.com/Kong/kubernetes-ingress-controller/issues/5658 )
93- - Do not require ` rsa_public_key ` field in credential ` Secret ` s when working with jwt HMAC credentials.
94- [ #5737 ] ( https://github.com/Kong/kubernetes-ingress-controller/issues/5737 )
95- - ` KongUpstreamPolicy ` controller no longer requires existence of ` HTTPRoute ` CRD
96- to start.
97- [ #5780 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/5780 )
95+ - Do not generate invalid duplicate upstream targets when routes use multiple
96+ Services with the same endpoints.
97+ [ #5817 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/5817 )
98+ - Bump golang version to 1.21.9 to fix CVE [ GO-2024-2687] ( https://pkg.go.dev/vuln/GO-2024-2687 ) .
99+ [ #5905 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/5905 )
98100- Bump ` golang.org/x/net ` to ` 0.23.0 ` and ` google.golang.org/protobuf ` to ` 1.33.0 `
99101 To fix [ GO-2024-2687] ( https://pkg.go.dev/vuln/GO-2024-2687 ) and [ GO-2024-2611] ( https://pkg.go.dev/vuln/GO-2024-2611 ) .
100102 [ #5938 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/5938 )
@@ -105,6 +107,22 @@ Adding a new version? You'll need three changes:
105107 [ #5919 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/5919 )
106108
107109
110+ ## [ 3.1.3]
111+
112+ > Release date: 2024-04-08
113+
114+ ### Fixed
115+
116+ - Remove unnecessary tag support check that could incorrectly delete configuration if the check did not execute properly.
117+ [ #5658 ] ( https://github.com/Kong/kubernetes-ingress-controller/issues/5658 )
118+ - Do not require ` rsa_public_key ` field in credential ` Secret ` s when working with jwt HMAC credentials.
119+ [ #5737 ] ( https://github.com/Kong/kubernetes-ingress-controller/issues/5737 )
120+ - ` KongUpstreamPolicy ` controller no longer requires existence of ` HTTPRoute ` CRD
121+ to start.
122+ [ #5780 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/5780 )
123+ - Do not require namespaces when parsing errors about cluster scoped resources
124+ [ #5764 ] ( https://github.com/Kong/kubernetes-ingress-controller/issues/5764 )
125+
108126## [ 3.1.2]
109127
110128> Release date: 2024-03-08
@@ -3328,6 +3346,8 @@ Please read the changelog and test in your environment.
33283346 - The initial versions were rapildy iterated to deliver
33293347 a working ingress controller.
33303348
3349+ [ 3.1.4 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.3...v3.1.4
3350+ [ 3.1.3 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.2...v3.1.3
33313351[ 3.1.2 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.1...v3.1.2
33323352[ 3.1.1 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.0...v3.1.1
33333353[ 3.1.0 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.0.2...v3.1.0
0 commit comments