Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Each revision is versioned by the date of the revision.
2026-06-26¶
Fixed¶
Fixed a bug where multiple
gateway-routerelations with enforced HTTPS caused the gateway to become unreachable. The fix creates one HTTPS HTTPRoute and one HTTP HTTPRoute per hostname, each referencing its dedicated Gateway listener.
Added¶
Added support IP based URL in
ingressrelation when integrated withgateway-api-integratorwhen no hostname is set.
Removed¶
Removed support for config-driven (external) backends with
gateway-route, as the use case that originally motivated this feature no longer exists.
2026-06-17¶
Added¶
Added support for
gateway-routein adapter mode when the workload port is not open.
2026-06-01¶
Added¶
Added support for
gateway-routerelation in adapter mode.
2026-04-20¶
Added¶
Added config options
tcp-timeout-server,tcp-timeout-connect, andtcp-timeout-queue.
2026-03-17¶
Added¶
Added support for NodePort routing for Kubernetes substrates when an ingress is integrated, overriding the old routing behavior where the ingress data was used for sending traffic upstream.
2026-01-22¶
Added¶
Add config options
tcp-enforce-tls,tcp-health-check-interval,tcp-health-check-risetcp-health-check-fall,tcp-health-check-type,tcp-health-check-send,tcp-health-check-expect,tcp-health-check-db-user.
2026-01-15¶
Added¶
Add config options
tcp-retry-count,tcp-retry-redispatch,tcp-load-balancing-algorithm,tcp-load-balancing-consistent-hashing.Fix bug where integrating with
haproxy-route-tcpdoes not update the relation data.
2026-01-12¶
Added¶
Add external-grpc-port configuration to support gRPC traffic routing.
2025-11-25¶
Added¶
Added upgrade documentation.
2025-08-01¶
Changed¶
Add backend-protocol configuration option.
2025-07-21¶
Changed¶
Require interval, fall and rise health checks to either be all set or none
2025-07-14¶
Added¶
Add check-interval, check-rise, check-fall, check-path and check-port configurations
2025-07-10¶
Added¶
Add retry-count, retry-interval and retry-redispatch configurations
Added¶
Add ingress integration support
2025-07-09¶
Added¶
Add path and subdomain configuration to the
ingress-configuratorcharm.