Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.1
v1.3.2
19 changes: 19 additions & 0 deletions release-notes/v1.3.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
date: March 24, 2025

bug fixes: |
Added support for BackendTLSPolicy and EnvoyExtensionPolicy parsing in Standalone mode.
Fixed updates of endpoints when mirrored backend Pod IPs are changed.
Fix not logging an error and returning it in the K8s Reconcile method when a GatewayClass is not accepted.
Fix allowing empty text field for opentelemetry sink when using JSON format.
Fixed validation of host header in RequestHeaderModifier filter.
Retrigger reconciliation when backendRef of type ServiceImport is updated or when EndpointSlice(s) for a ServiceImport are updated.

# Enhancements that improve performance.
performance improvements: |
Added a cache for the Wasm OCI image permission checks and check the pullSecrets against the OCI image registry in
a background goroutine.

# Other notable changes not covered by the above sections.
Other changes: |
Bumped envoy to v1.33.1.
Bumped ratelimit to 0141a24f.
23 changes: 23 additions & 0 deletions site/content/en/news/releases/notes/v1.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "v1.3.2"
publishdate: 2025-03-24
---

Date: March 24, 2025

## Bug fixes
- Added support for BackendTLSPolicy and EnvoyExtensionPolicy parsing in Standalone mode.
- Fixed updates of endpoints when mirrored backend Pod IPs are changed.
- Fix not logging an error and returning it in the K8s Reconcile method when a GatewayClass is not accepted.
- Fix allowing empty text field for opentelemetry sink when using JSON format.
- Fixed validation of host header in RequestHeaderModifier filter.
- Retrigger reconciliation when backendRef of type ServiceImport is updated or when EndpointSlice(s) for a ServiceImport are updated.

## Performance improvements
- Added a cache for the Wasm OCI image permission checks and check the pullSecrets against the OCI image registry in
- a background goroutine.

## Other changes
- Bumped envoy to v1.33.1.
- Bumped ratelimit to 0141a24f.