diff --git a/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx b/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx index 36a2a74a63..818be642f3 100644 --- a/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx +++ b/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx @@ -389,6 +389,7 @@ June 17, 2026 #### Bug fixes * Fixed an RBAC error that could prevent the operator from creating secrets in the `tigera-manager` namespace on fresh installs with the `Authentication` resource configured. +* Fixed an issue where the non-cluster host Typha deployment could crashloop on clusters where the host-network Kubernetes API server endpoint is not reachable from pod-networked pods (for example, MKE's `proxy.local`). The pod-network endpoint from the `kubernetes-service-endpoint` ConfigMap is now used when set. * Security updates. #### Known issues diff --git a/calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx b/calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx index d336e78318..499c597bf5 100644 --- a/calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx +++ b/calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx @@ -188,6 +188,10 @@ This release is for previewing and testing purposes only. It is not supported fo {/* TODO: fill in subsections for 3.23.0-2.0 — #### Upgrade notes, #### Enhancements, #### Bug fixes, #### Known issues. Omit any subsection with no items. */} +#### Bug fixes + +* Fixed an issue where the non-cluster host Typha deployment could crashloop on clusters where the host-network Kubernetes API server endpoint is not reachable from pod-networked pods (for example, MKE's `proxy.local`). The pod-network endpoint from the `kubernetes-service-endpoint` ConfigMap is now used when set. + #### Known issues * `clusterinformation` will incorrectly state `calicoVersion` as `v3.31.0`; The correct Calico open-source version this Calico Enterprise release is based on is `v3.32.0`. This is a purely a cosmetic bug with no user impact and can be ignored.