You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AKO_GATEWAY_CHANGELOG.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,12 @@ All notable changes to this project will be documented in this file. The format
44
44
### Fixed
45
45
- Fix: AKO-Gateway does not create Virtual service if Gateway have multiple listeners with same host name but different port and single http route is attaching to it.
46
46
47
-
47
+
48
+
## AKO-Gateway-1.13.2
49
+
50
+
### Added
51
+
- Support Regular Expression in HTTPRoute Path, present in Matches section of HTTPRoute
52
+
- Support `urlRewrite` filter in HTTPRoute with `replaceFullPath` as path value.
53
+
54
+
### Fixed:
55
+
- Fix: AKO creates label on SE group when GatewayAPI is enabled.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -504,3 +504,17 @@ All notable changes to this project will be documented in this file. The format
504
504
### Fixed
505
505
- Fix: AKO is crashing when a HostRule object, with `analyticsPolicy.logAllHeaders` set, is applied to an Ingress.
506
506
- Fix: AKO does not configure the **Error Page Profile** for an EVH parent shared virtual service, when `errorPageProfile` is set in a matching HostRule object.
507
+
508
+
## AKO-1.13.2
509
+
510
+
### Added
511
+
- AKO now claims support for Kubernetes 1.32.
512
+
513
+
### Changed
514
+
- AKO will not generate auto-fqdn for Route/Ingress when vipPerNamespace is set to `true` in AKO.
515
+
516
+
### Fixed
517
+
- Fix: AKO assigns IP to service type LB after 45 minutes.
518
+
- Fix: AKO does not apply hostrule with Shared VS FQDN if there is no DNS present in the cloud.
519
+
- Fix: When service type is changed from Loadbalancer to ClusterIP and reverted, AKO does not create the VirtualService.
520
+
- Fix: If the tenant name contains characters outside the range of (0-9/A-Z/a-z/-/_), AKO fails to create shared SNI parent VS VIPs.
0 commit comments