Skip to content

Commit f6f27db

Browse files
committed
Add v1.7.4 release notes
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
1 parent 0d96c99 commit f6f27db

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

release-notes/v1.7.4.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
date: Pending
2+
3+
# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
4+
breaking changes: |
5+
6+
# Updates addressing vulnerabilities, security flaws, or compliance requirements.
7+
security updates: |
8+
Fixed xDS server authentication bypass in GatewayNamespaceMode, adding Unary Interceptor and validating SotW requests.
9+
10+
# New features or capabilities added in this release.
11+
new features: |
12+
13+
bug fixes: |
14+
Fixed TLS secrets with non-canonical PEM formatting (e.g. unusual line endings) being passed verbatim to Envoy, which could cause BoringSSL errors such as `BAD_END_LINE`. Cert and key PEM data is now re-encoded to a canonical form before being delivered as xDS resources.
15+
Fixed the xDS server in GatewayNamespaceMode serving a stale certificate after cert-manager rotation by re-reading the cert from disk on every TLS handshake.
16+
Fixed Gateway getting stuck at `Programmed=False` after its LoadBalancer Service IP was restored, by ignoring `LastTransitionTime` when comparing status conditions.
17+
Fixed HPA maxReplicas required message typo in gateway-helm chart.
18+
Fixed BackendTLSPolicy selection to prefer section name over wildcard match on the same backend.
19+
Fixed invalid listeners blocking valid ones during conflict detection by validating each listener's spec independently before running conflict resolution.
20+
21+
# Enhancements that improve performance.
22+
performance improvements: |
23+
24+
# Deprecated features or APIs.
25+
deprecations: |
26+
27+
# Other notable changes not covered by the above sections.
28+
Other changes: |

0 commit comments

Comments
 (0)