Skip to content

[v1.43-2] Pin the Calico version to v3.32.0 - #5162

Open
fasaxc wants to merge 3 commits into
tigera:release-v1.43-2from
fasaxc:op-crd-regen
Open

[v1.43-2] Pin the Calico version to v3.32.0#5162
fasaxc wants to merge 3 commits into
tigera:release-v1.43-2from
fasaxc:op-crd-regen

Conversation

@fasaxc

@fasaxc fasaxc commented Aug 12, 2026

Copy link
Copy Markdown
Member

release-v1.43-2 was cut from release-v1.43 but somehow ended up with OS pins at master, which is breaking CI (because v1.43 operator doesn't support master OS code). Pin to the same as release-v1.43 — both config/calico_versions.yml and the Makefile's VERSION_TAG, which is what the FVs pull.

Unblocks #5158.

Release note:

None

`make gen-versions` fetches the Calico CRDs live from the branch named in
config/calico_versions.yml, so the committed copies go stale on their own
whenever that source moves.  It has moved: controller-gen no longer wraps
these two enums in a redundant `allOf`, so every build on this branch failed
`validate-gen-versions` -> `dirty-check` before running anything else.

Generated output only; no hand edits.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This branch was cut from release-v1.43 but kept `master` in
`config/calico_versions.yml` for all 25 components and the title, where
release-v1.43 pins v3.32.0. Every other release branch pins a concrete OSS
version.

Tracking a moving `master` broke the branch on its own schedule, in three
places:

  * `make gen-versions` fetches the Calico CRDs live from the pinned ref, so
    the committed copies went stale by themselves once controller-gen stopped
    wrapping two FelixConfiguration enums in a redundant `allOf`.
    `validate-gen-versions` then failed the dirty-check, killing every build on
    the branch before it ran anything. The previous commit papered over this by
    re-syncing from master; pinning fixes the cause.
  * The branch cut also imported master's `protect-builtin-tiers.yaml`
    admission policy while keeping this stream's UT expectation that the Calico
    variant creates no ValidatingAdmissionPolicies, so `Run UTs` failed too.
  * The FVs deployed `docker.io/calico/node:master`, and every other component
    at `:master`, rather than the version this branch ships.

Pinning v3.32.0 and regenerating fixes the first two. The CRDs shrink because
the committed copies were master-derived; they now match what the branch
actually ships.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@fasaxc fasaxc changed the title [v1.43-2] Re-sync the Calico FelixConfiguration CRDs to unblock CI [v1.43-2] Pin the Calico version to v3.32.0 to unblock CI Aug 12, 2026
@fasaxc fasaxc changed the title [v1.43-2] Pin the Calico version to v3.32.0 to unblock CI [v1.43-2] Pin the Calico version to v3.32.0 Aug 12, 2026
`VERSION_TAG` is what the FV targets pull, so it was fetching
`docker.io/calico/node:master` and the ten other components at `:master`
independently of `config/calico_versions.yml`. release-v1.43 has v3.32.0 here;
this was the only other difference between the two branches' Makefiles.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants