Commit eb65bc0
[release-1.5] cherry-pick for v1.5.5 (envoyproxy#7509)
* fix: bug in overlap detection of cert SANs (envoyproxy#7234)
Signed-off-by: zirain <[email protected]>
* fix(translator): Fix panic with request mirror + grpcroute (envoyproxy#6875)
Signed-off-by: Andrew Moreland <[email protected]>
Signed-off-by: zirain <[email protected]>
* fix: watch change for the ca cert in the Backend (envoyproxy#7294)
* watch change for the ca cert in the Backend
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: zirain <[email protected]>
* fix ipFamily not set in UDPListener (envoyproxy#7313)
fix: set ipfamily in udpistener (envoyproxy#7312)
Signed-off-by: cong <[email protected]>
Signed-off-by: zirain <[email protected]>
* coalesce updates to reduce intermediate updates (envoyproxy#7328)
* coalesce updates to reduce redundant processing in subscription handler
Signed-off-by: Huabing Zhao <[email protected]>
* retain order
Signed-off-by: Huabing Zhao <[email protected]>
* keep intermediate delete updates
Signed-off-by: Huabing Zhao <[email protected]>
* minor wording
Signed-off-by: Huabing Zhao <[email protected]>
* treat delete as normal operations
Signed-off-by: Huabing Zhao <[email protected]>
* retain the original order of the last updates for each key
Signed-off-by: Huabing Zhao <[email protected]>
* address comments
Signed-off-by: Huabing Zhao <[email protected]>
* fix test
Signed-off-by: Huabing Zhao <[email protected]>
---------
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: zirain <[email protected]>
* fix: port typo (envoyproxy#7397)
Signed-off-by: cong <[email protected]>
Signed-off-by: zirain <[email protected]>
* fix: validate EnvoyGateway configuration before reload (envoyproxy#7412)
Signed-off-by: zirain <[email protected]>
* fix: missing jwt provider when jwt is configured on multiple listeners sharing the same port (envoyproxy#7337)
* fix jwt provider missing when jwt is configured at multiple ir listeners
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: zirain <[email protected]>
* fix: memory leak (envoyproxy#7429)
Fix memory leak.
Two watchable.Maps were never closed when shutting down the provider:
- GatewayClassStatuses.Close() - missing in GatewayAPIStatuses.Close()
- BackendTrafficPolicyStatuses.Close() - missing in PolicyStatuses.Close()
Each unclosed map leaked 3 goroutines:
1. Internal watchable.Map.coalesce goroutine
2. HandleSubscription goroutine blocked on channel read
3. Error handler goroutine blocked on channel read
Signed-off-by: Gonzalo Serrano <[email protected]>
Signed-off-by: zirain <[email protected]>
* fix gen after cherry-pick
Signed-off-by: zirain <[email protected]>
* fix watchutil test
Signed-off-by: Huabing Zhao <[email protected]>
---------
Signed-off-by: zirain <[email protected]>
Signed-off-by: Andrew Moreland <[email protected]>
Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: cong <[email protected]>
Signed-off-by: Gonzalo Serrano <[email protected]>
Co-authored-by: Rudrakh Panigrahi <[email protected]>
Co-authored-by: Andrew Moreland <[email protected]>
Co-authored-by: Huabing (Robin) Zhao <[email protected]>
Co-authored-by: 聪 <[email protected]>
Co-authored-by: Gonzalo Serrano <[email protected]>1 parent ba98d75 commit eb65bc0
File tree
20 files changed
+977
-73
lines changed- internal
- envoygateway/config/loader
- gatewayapi
- testdata
- ir
- message
- provider/kubernetes
- xds/translator
- testdata
- in/xds-ir
- out/xds-ir
- release-notes
20 files changed
+977
-73
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
945 | 945 | | |
946 | 946 | | |
947 | 947 | | |
| 948 | + | |
| 949 | + | |
948 | 950 | | |
949 | 951 | | |
950 | | - | |
951 | | - | |
952 | 952 | | |
953 | 953 | | |
954 | | - | |
| 954 | + | |
955 | 955 | | |
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
959 | | - | |
| 959 | + | |
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
963 | | - | |
| 963 | + | |
964 | 964 | | |
965 | 965 | | |
966 | 966 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
244 | 245 | | |
245 | 246 | | |
246 | 247 | | |
247 | | - | |
| 248 | + | |
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| |||
396 | 397 | | |
397 | 398 | | |
398 | 399 | | |
399 | | - | |
| 400 | + | |
400 | 401 | | |
401 | 402 | | |
402 | 403 | | |
| |||
407 | 408 | | |
408 | 409 | | |
409 | 410 | | |
410 | | - | |
411 | | - | |
412 | | - | |
| 411 | + | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
416 | | - | |
417 | | - | |
| 415 | + | |
418 | 416 | | |
419 | 417 | | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
424 | 434 | | |
425 | | - | |
| 435 | + | |
426 | 436 | | |
427 | 437 | | |
428 | 438 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
188 | 194 | | |
189 | 195 | | |
190 | 196 | | |
191 | 197 | | |
192 | | - | |
| 198 | + | |
193 | 199 | | |
194 | 200 | | |
195 | 201 | | |
196 | | - | |
| 202 | + | |
197 | 203 | | |
198 | 204 | | |
199 | 205 | | |
| |||
306 | 312 | | |
307 | 313 | | |
308 | 314 | | |
309 | | - | |
| 315 | + | |
310 | 316 | | |
311 | 317 | | |
312 | 318 | | |
313 | 319 | | |
314 | 320 | | |
315 | 321 | | |
316 | 322 | | |
317 | | - | |
318 | 323 | | |
319 | 324 | | |
320 | 325 | | |
| |||
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments