Skip to content

Update Calico Enterprise releases.json (3.21-2, 3.22-2, 3.23-1)#2725

Merged
ctauchen merged 1 commit into
tigera:mainfrom
ctauchen:update-ce-releases-json-3.23.0-1.0
May 13, 2026
Merged

Update Calico Enterprise releases.json (3.21-2, 3.22-2, 3.23-1)#2725
ctauchen merged 1 commit into
tigera:mainfrom
ctauchen:update-ce-releases-json-3.23.0-1.0

Conversation

@ctauchen
Copy link
Copy Markdown
Collaborator

Summary

  • Refreshes releases.json for CE 3.21-2, 3.22-2, and 3.23-1 via make version/updateall. Source: release-calient-v3.21-2/-v3.22-2/-v3.23-1 branches of tigera/calico-private calico/_data/versions.yml.
  • 3.23-1: adds test-signer, manager-proxy, gateway-l7-collector, and the new istio-install-cni / istio-pilot / istio-proxyv2 / istio-ztunnel family. Removes the consolidated upstream-istio entry. ECK Elasticsearch/Kibana bumped 8.19.8 → 8.19.10.
  • 3.23-1: 10 components were hand-patched to restore the tigera/ image prefix. Upstream versions.yml for v3.23.0-1.0 has those entries unprefixed: cni, cni-windows, eck-operator, envoy-gateway, envoy-proxy, envoy-ratelimit, node-driver-registrar, intrusion-detection-job-installer, pod2daemon-flexvol, prometheus-service. Verified against quay.io: quay.io/<unprefixed>:v3.23.0-1.0 returns 404; quay.io/tigera/<unprefixed>:v3.23.0-1.0 exists (200 public / 401 private). Without the prefix, the private-registry doc would render broken docker pull commands. Follow-up: tigera/calico-private release-calient-v3.23-1/calico/_data/versions.yml needs a fix to drop this divergence on the next regen.

Test plan

  • git diff only touches releases.json files (no variables.js / template churn).
  • Spot-check the rendered CE 3.23 private-registry page locally; confirm docker pull commands point to real quay.io/tigera/... paths.
  • Confirm eck-elasticsearch-operator 2.16.0 (down from 2.16.1) matches upstream intent — verified against release-calient-v3.23-1/versions.yml.
  • Spot-check CE 3.21 and 3.22 private-registry pages render unchanged (no prefix-loss in those streams).

🤖 Generated with Claude Code

Refreshes component versions via `make version/updateall`, sourced from
release-calient-v3.21-2, -v3.22-2, and -v3.23-1 in tigera/calico-private.

3.23-1 includes new components (test-signer, manager-proxy,
gateway-l7-collector, istio-install-cni, istio-pilot, istio-proxyv2,
istio-ztunnel) and removes upstream-istio. ECK bumped to 8.19.10.

3.23-1 also hand-patched: 10 components in upstream versions.yml were
missing the `tigera/` image prefix (cni, cni-windows, eck-operator,
envoy-gateway, envoy-proxy, envoy-ratelimit, node-driver-registrar,
intrusion-detection-job-installer, pod2daemon-flexvol, prometheus-service).
Verified quay.io paths: unprefixed paths return 404; tigera/-prefixed
paths exist. Prefix restored locally; upstream versions.yml needs a fix.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 13, 2026 19:36
@ctauchen ctauchen requested a review from a team as a code owner May 13, 2026 19:36
@netlify
Copy link
Copy Markdown

netlify Bot commented May 13, 2026

Deploy Preview succeeded!

Name Link
🔨 Latest commit 29360de
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/6a04d692337cc69bd5387044
😎 Deploy Preview https://deploy-preview-2725--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: 72 (🔴 down 22 from production)
Accessibility: 98 (no change from production)
Best Practices: 83 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

@netlify
Copy link
Copy Markdown

netlify Bot commented May 13, 2026

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

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

QR Code

Use your smartphone camera to open QR code link.

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates Calico Enterprise versioned release metadata used by docs pages to render component image and version information.

Changes:

  • Refreshes latest CE 3.21-2, 3.22-2, and 3.23-1 releases.json data.
  • Adds newly tracked component images for recent CE releases.
  • Updates CE 3.23 dependency/component versions and image metadata.

Reviewed changes

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

File Description
calico-enterprise_versioned_docs/version-3.23-1/releases.json Updates CE 3.23 release component versions/images and adds new components.
calico-enterprise_versioned_docs/version-3.22-2/releases.json Updates CE 3.22 latest release component image list/order.
calico-enterprise_versioned_docs/version-3.21-2/releases.json Adds cnx-manager-proxy to the CE 3.21 latest release metadata.

Comment on lines +38 to +41
"cnx-manager-proxy": {
"version": "v3.21.7",
"image": "tigera/cnx-manager-proxy"
},
Comment on lines +153 to +156
"gateway-l7-collector": {
"version": "v3.22.4",
"image": "tigera/gateway-l7-collector"
},
@ctauchen ctauchen merged commit 559b98b into tigera:main May 13, 2026
15 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