@@ -7,6 +7,8 @@ Adding a new version? You'll need three changes:
7
7
* Add the diff link, like "[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3".
8
8
This is all the way at the bottom. It's the thing we always forget.
9
9
--->
10
+ - [ 3.1.4] ( #314 )
11
+ - [ 3.1.3] ( #313 )
10
12
- [ 3.1.2] ( #312 )
11
13
- [ 3.1.1] ( #311 )
12
14
- [ 3.1.0] ( #310 )
@@ -84,17 +86,17 @@ Adding a new version? You'll need three changes:
84
86
- [ 0.0.5] ( #005 )
85
87
- [ 0.0.4 and prior] ( #004-and-prior )
86
88
87
- ## Unreleased
89
+ ## [ 3.1.4]
90
+
91
+ Release date: 2024-04-26
88
92
89
93
### Fixed
90
94
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 )
98
100
- Bump ` golang.org/x/net ` to ` 0.23.0 ` and ` google.golang.org/protobuf ` to ` 1.33.0 `
99
101
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 ) .
100
102
[ #5938 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/5938 )
@@ -105,6 +107,22 @@ Adding a new version? You'll need three changes:
105
107
[ #5919 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/5919 )
106
108
107
109
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
+
108
126
## [ 3.1.2]
109
127
110
128
> Release date: 2024-03-08
@@ -3328,6 +3346,8 @@ Please read the changelog and test in your environment.
3328
3346
- The initial versions were rapildy iterated to deliver
3329
3347
a working ingress controller.
3330
3348
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
3331
3351
[ 3.1.2 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.1...v3.1.2
3332
3352
[ 3.1.1 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.0...v3.1.1
3333
3353
[ 3.1.0 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.0.2...v3.1.0
0 commit comments