Skip to content

DOCS-2987: Publish Calico Enterprise 3.24 EP1 - #2893

Merged
ctauchen merged 8 commits into
mainfrom
publish-ce-3.24.0-1.0
Jul 31, 2026
Merged

DOCS-2987: Publish Calico Enterprise 3.24 EP1#2893
ctauchen merged 8 commits into
mainfrom
publish-ce-3.24.0-1.0

Conversation

@ctauchen

@ctauchen ctauchen commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Product Version(s):

Issue:

Link to docs preview:

SME review:

  • An SME has approved this change.

DOCS review:

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

Additional information:

Merge checklist:

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

@ctauchen
ctauchen requested a review from a team as a code owner July 30, 2026 17:02
Copilot AI review requested due to automatic review settings July 30, 2026 17:02
@netlify

netlify Bot commented Jul 30, 2026

Copy link
Copy Markdown

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

Name Link
🔨 Latest commit 0da24b3
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/6a6c715261d37800082b0f58
😎 Deploy Preview https://deploy-preview-2893--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.

@netlify

netlify Bot commented Jul 30, 2026

Copy link
Copy Markdown

Deploy Preview succeeded!

Name Link
🔨 Latest commit 0da24b3
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/6a6c715212c731000875e21b
😎 Deploy Preview https://deploy-preview-2893--tigera.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 73 (🔴 down 3 from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports
🤖 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.

Pull request overview

Publishes Calico Enterprise 3.24 early preview (EP1) documentation by enabling the new version in Docusaurus and updating the 3.24-1 release notes content.

Changes:

  • Added Calico Enterprise docs version 3.24-1 to the Docusaurus version configuration (labeled as early preview).
  • Updated Calico Enterprise 3.24-1 release notes structure and content, including upgrade guidance and release details.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
docusaurus.config.js Exposes Calico Enterprise 3.24-1 as an “early preview” version and includes it in the published versions list.
calico-enterprise_versioned_docs/version-3.24-1/release-notes/index.mdx Updates 3.24 release notes sections (enhancements, upgrading, breaking changes, release details).

{/* ## Technology Preview features */}

## Upgrade notes
{/* ### Known issues */}
### Calico Enterprise 3.24.0-1.0 (early preview)

January xx, 2024
July 30, 2025
ctauchen and others added 4 commits July 30, 2026 21:45
Run make version/autogen/3.24-1 to replace the placeholder component pins in
version-3.24-1/releases.json with the real values from the
release-calient-v3.24-1 branch of calico-private. This sets tigera-operator to
v1.43.0, the Calico base to v3.32, and applies the 3.24 image-name
consolidation and component version corrections.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… 1.43

Regenerate version-3.24-1/reference/installation/_api.mdx from the operator
1.43 CRD API. The GA v1.43.0 tag is not yet published in tigera/operator, so
the reference is generated from the release-v1.43 branch, which is the line
that becomes v1.43.0; regenerate against the tag once it is cut.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bump envoyVersion in version-3.24-1/variables.js from 1.8.0 to 1.8.2, matching
the github.com/envoyproxy/gateway pin on the release-calient-v3.24-1 branch of
calico-private. This is the version rendered in the Calico Ingress Gateway
docs. openSourceVersion needs no change; it derives from releases.json and now
resolves to 3.32.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…d next

Remove the compliance reporting feature documentation from Calico Enterprise
next and version-3.24-1, since the feature has been removed from the web
console and has no shipped replacement.

- Delete the compliance guide pages, the compliance-reports reference pages,
  and the GlobalReport resource page.
- Reword the compliance index into a Security landing and relabel the sidebar
  category to Security; keep the WireGuard, HTTP proxy, and Istio Ambient pages
  in place at their current paths.
- Remove compliance cross-links, the feature-matrix and RBAC rows, reference
  cards, the get-started Compliance Reports section, and the compliance
  troubleshooting section.
- Remove install-time compliance references from the Helm reference and
  tigerastatus, and exclude Compliance types from the generated operator API
  reference (ignoreTypes) so regeneration keeps them out.
- Add a plain removal entry to the release notes with no successor named.

Across all products and versions, remove the sentence about a coming
replacement from every surviving compliance deprecation notice: Calico
Enterprise 3.20-2 through 3.23-2, and Calico Cloud next, 22-2, and 23-2. Calico
Cloud compliance pages are kept; only the notices change.

releases.json is unchanged; the compliance-benchmarker component still ships.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ctauchen and others added 2 commits July 31, 2026 10:54
…release notes

Demote the Calico Ingress Gateway breaking-change heading to a subsection so it
nests under Upgrade notes, and drop the bold lead-in from the first migration
step.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Set the 3.24.0-1.0 release-details date to July 31, 2026, and remove the dead
anchor link on the Known issues reference in the Upgrading intro while keeping
the text.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ctauchen
ctauchen merged commit 02c0f5f into main Jul 31, 2026
10 of 11 checks passed
@ctauchen
ctauchen deleted the publish-ce-3.24.0-1.0 branch July 31, 2026 09:57
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.

2 participants