From aada27b8f5a0479b26de1c136259ba48e3b3a6e4 Mon Sep 17 00:00:00 2001 From: Rene Dekker Date: Fri, 26 Jun 2026 14:43:56 -0700 Subject: [PATCH] CI-1987: Add release note for non-cluster-host Typha crashloop fix Operator PRs #4841 (v1.40.12) and #4842 (v1.42.1) backported the non-cluster-host Typha pod-network endpoint fix. Document it in the Enterprise 3.22.6 and 3.23.0-2.0 release notes. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../version-3.22-2/release-notes/index.mdx | 1 + .../version-3.23-2/release-notes/index.mdx | 4 ++++ 2 files changed, 5 insertions(+) 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.