Connectivity
Changed
- Update Envoy Gateway to v1.8.1 (data plane Envoy bumped to v1.38.1).
Changed
- update CoreDNS icon to light version
Changed
- Envoy Gateway CRDs are no longer installed as Helm-managed resources. Instead, a dedicated Docker image (
gsoci.azurecr.io/giantswarm/envoy-gateway-crds) is built and a pre-install/pre-upgrade hook Job applies the CRDs via kubectl apply --server-side. This avoids CRD ownership conflicts and allows safe upgrades.
Changed
- Update
install.listenersets value to standard (renamed from xlistenersets) - Update
install.tlsroutes value to standard
- Upgrade Gateway API Inference Extension CRDs to v1.4.0
- Upgrade Gateway API CRDs to v1.5.1
- Add
install.admissionPolicies value (default true) to control installation of ValidatingAdmissionPolicyBinding resources
Changed
- Update Envoy Gateway to v1.8.0.
Changed
- Update
coredns image to 1.14.3.
Fixed
- Fix VPA updateMode to allow
off, which is considered a boolean in yaml.