Skip to content

[DOCS#CI-2051]: Add missing 3.23.2 release note for auto-HostEndpoint controller fix - #3022

Merged
ctauchen merged 1 commit into
mainfrom
add-ci-2051-release-note-3.23.2
Sep 11, 2026
Merged

[DOCS#CI-2051]: Add missing 3.23.2 release note for auto-HostEndpoint controller fix#3022
ctauchen merged 1 commit into
mainfrom
add-ci-2051-release-note-3.23.2

Conversation

@claude

@claude claude Bot commented Sep 10, 2026

Copy link
Copy Markdown

Requested by Christopher Tauchen · Slack thread

Product Version(s):
Calico Enterprise 3.23.2

Issue:
CI-2051

Link to docs preview:
N/A (single-bullet addition to an existing published release notes page; no build-affecting content)

SME review:

  • An SME has approved this change.

DOCS review:

  • A member of the docs team has approved this change.

Additional information:

Before: The Calico Enterprise 3.23.2 release notes page listed the other bug fixes shipped in that release, but omitted the fix delivered , even though that fix merged into the branch before the 3.23.2 cut.

After: Adds one bullet to the "Bug fixes" list under Calico Enterprise 3.23.2 bug fix release describing the fix: the kube-controllers automatic HostEndpoint controller could panic when a node-deletion event arrived as an informer tombstone, which could intermittently leave a rebuilt node without its auto-created host endpoint.

The wording is adapted from the equivalent upstream Calico OSS release note already published for this fix ("Fixes a panic in kube-controllers when the informer delivers a tombstone object to a delete handler", calico#13631), reworded to this doc's Enterprise release-notes style.

Merge checklist:

  • Deploy preview inspected wherever changes were made
  • Build completed successfully
  • Test have passed

🤖 Generated with Claude Code

https://claude.ai/code/session_01WrUFpMShh9f91v6geCZ8RQ

The kube-controllers auto-HostEndpoint controller could panic on a
node-deletion event delivered as an informer tombstone, intermittently
leaving a rebuilt node without its automatically created host
endpoint. The fix (calico-private PR #13434) merged into the
release-calient-v3.23 branch ahead of the 3.23.2 cut but its release
note was never added to the docsite.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WrUFpMShh9f91v6geCZ8RQ
Copilot AI lite review requested due to automatic review settings September 10, 2026 16:15
@claude
claude Bot requested a review from a team as a code owner September 10, 2026 16:15
@netlify

netlify Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploy Preview for tigera failed. Why did it fail? →

Name Link
🔨 Latest commit 06bbb25
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/6aa2d78b0c3efd00089e716e

@netlify

netlify Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploy Preview for calico-docs-preview-next ready!

Name Link
🔨 Latest commit 06bbb25
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/6aa2d78b09976e000752b76e
😎 Deploy Preview https://deploy-preview-3022--calico-docs-preview-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

Focused documentation update with no unresolved review issues.

Pull request overview

Adds the missing Calico Enterprise 3.23.2 release-note entry for the automatic HostEndpoint controller panic fix.

Changes:

  • Documents the informer tombstone handling fix and its impact on rebuilt nodes.
File summaries
File Description
calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx Adds the HostEndpoint controller bug-fix bullet.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@claude

claude Bot commented Sep 10, 2026

Copy link
Copy Markdown
Author

Investigated the failing Netlify checks

The three failing checks — Pages changed - tigera, Header rules - tigera, Redirect rules - tigera — all derive from the same netlify/tigera/deploy-preview build failing for this commit (06bbb25). The Netlify UI deploy log isn't reachable from my environment to pull the raw output directly, so I reproduced independently instead:

  • This PR's diff is a single added bullet line in calico-enterprise_versioned_docs/version-3.23-2/release-notes/index.mdx, syntactically identical in style to the surrounding bullets (plain text, no unescaped MDX/JSX special characters, no frontmatter touched).
  • I cloned this branch at the failing commit, ran yarn install and then yarn docusaurus build (the same build Netlify runs via make netlify) locally, in a clean/isolated run, and it completed successfully: [SUCCESS] Generated static files in "build". I also confirmed the new bullet renders correctly in the generated output (build/calico-enterprise/latest/release-notes/index.html).
  • Separately, the sibling calico-docs-preview-next Netlify project built this exact same commit successfully (its Pages changed, Header rules, and Redirect rules checks all passed, and its deploy preview is live), while only the tigera project's three checks failed.

Since the full Docusaurus build reproduces cleanly outside of Netlify and a second Netlify project succeeded on the identical commit, this does not look like a bug in this PR's content — it looks specific to the tigera Netlify project's build/deploy (config, environment, or transient infra).

Leaving this for a human to confirm and re-run the tigera deploy.


Generated by Claude Code

@ctauchen
ctauchen merged commit ea63f27 into main Sep 11, 2026
8 of 12 checks passed
@ctauchen
ctauchen deleted the add-ci-2051-release-note-3.23.2 branch September 11, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants