Update Calico Enterprise releases.json (3.21-2, 3.22-2, 3.23-1)#2725
Merged
ctauchen merged 1 commit intoMay 13, 2026
Merged
Conversation
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>
✅ Deploy Preview succeeded!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
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.jsondata. - 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" | ||
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
releases.jsonfor CE 3.21-2, 3.22-2, and 3.23-1 viamake version/updateall. Source:release-calient-v3.21-2/-v3.22-2/-v3.23-1branches oftigera/calico-privatecalico/_data/versions.yml.test-signer,manager-proxy,gateway-l7-collector, and the newistio-install-cni / istio-pilot / istio-proxyv2 / istio-ztunnelfamily. Removes the consolidatedupstream-istioentry. ECK Elasticsearch/Kibana bumped 8.19.8 → 8.19.10.tigera/image prefix. Upstreamversions.ymlfor 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.0returns 404;quay.io/tigera/<unprefixed>:v3.23.0-1.0exists (200 public / 401 private). Without the prefix, the private-registry doc would render brokendocker pullcommands. Follow-up:tigera/calico-privaterelease-calient-v3.23-1/calico/_data/versions.ymlneeds a fix to drop this divergence on the next regen.Test plan
git diffonly touchesreleases.jsonfiles (novariables.js/ template churn).docker pullcommands point to realquay.io/tigera/...paths.eck-elasticsearch-operator 2.16.0(down from 2.16.1) matches upstream intent — verified againstrelease-calient-v3.23-1/versions.yml.🤖 Generated with Claude Code