Skip to content

DOCS-2995: Fix version and manifest URL errors on CRD migration page for latest - #2910

Merged
ctauchen merged 3 commits into
tigera:mainfrom
ctauchen:DOCS-crd-migration-backport-323
Aug 10, 2026
Merged

DOCS-2995: Fix version and manifest URL errors on CRD migration page for latest#2910
ctauchen merged 3 commits into
tigera:mainfrom
ctauchen:DOCS-crd-migration-backport-323

Conversation

@ctauchen

@ctauchen ctauchen commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

The CRD migration page for Calico Enterprise latest (version 3.23) has two errors reported in Slack.

  • The Before you begin section stated Calico Enterprise v3.32+. This corrects it to v3.23+.
  • The install steps referenced the undefined variable manifestsUrl, so the manifest URLs did not resolve. This changes them to filesUrl.

Both fixes already landed in the current and 3.24 docs (#2907) but were not backported to the 3.23 version served at latest.

Two follow-on commits keep the build link checker green:

  • The corrected variable turns the manifest reference into a real downloads.tigera.io URL, but that manifest is not yet published for any released version, so the crawler would fail the build on a 403. It ships once the publish step on calico-private master is cut into a release. Skipped for now and tracked in DOCS-2995; the skip should be removed once the artifact is published.
  • The Project Calico LinkedIn page is a pre-existing dead link on the latest about and product-editions pages, unrelated to this fix. LinkedIn returns 999 to datacenter crawlers, so it fails the link check even though it loads in a browser. Skipped the same way the Tigera LinkedIn page already is.

Reviewers can check the changed page once the deploy preview builds:

  • /calico-enterprise/3.23/operations/crd-migration

https://tigera.atlassian.net/browse/DOCS-2995

…for latest

Correct the Before you begin prerequisite to Calico Enterprise v3.23+, and
replace the undefined manifestsUrl variable with filesUrl so the manifest URLs
resolve. These fixes were already made in the current and 3.24 docs but were
not backported to the 3.23 version served at latest.
@ctauchen
ctauchen requested a review from a team as a code owner August 10, 2026 13:54
Copilot AI lite review requested due to automatic review settings August 10, 2026 13:54
@netlify

netlify Bot commented Aug 10, 2026

Copy link
Copy Markdown

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

Name Link
🔨 Latest commit e9d4626
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/6a79ea2bddab080008d2bd65
😎 Deploy Preview https://deploy-preview-2910--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 Aug 10, 2026

Copy link
Copy Markdown

Deploy Preview succeeded!

Built without sensitive environment variables

Name Link
🔨 Latest commit e9d4626
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/6a79ea2b09a22500070ca56c
😎 Deploy Preview https://deploy-preview-2910--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: 71 (🟢 up 5 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

This PR backports two documentation fixes to the Calico Enterprise v3.23 (latest-served) CRD migration page so the prerequisites and manifest download URLs render correctly for readers.

Changes:

  • Corrects the “Before you begin” prerequisite from v3.32+ to v3.23+.
  • Fixes broken manifest URLs by replacing the undefined $[manifestsUrl] variable with the correct $[filesUrl] variable.

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

…ifest

The corrected filesUrl link on the CRD migration page now resolves to a real
downloads.tigera.io URL, but the DatastoreMigration CRD manifest is not yet
published for any released version, so the link checker fails the build on a
403. Skip this manifest in the crawler until the publish step from
calico-private master is cut into a release. The v3.23.1 and v3.24.0-1.0
artifacts are both absent today, so the skip is version agnostic.
LinkedIn returns 999 to datacenter crawlers, so the Project Calico company
page fails the build link check even though it loads fine in a browser. This
is a pre-existing dead link on the latest about and product-editions pages,
unrelated to the CRD migration fix, but it blocks CI on this branch. Skip it
the same way the Tigera LinkedIn page is already skipped.
@ctauchen
ctauchen merged commit 8c47d7e into tigera:main Aug 10, 2026
11 checks passed
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