:bug: Update kindest/node image to v1.33.1 via kind v0.29.0 by tmshort · Pull Request #2047 · operator-framework/operator-controller

@openshift-ci openshift-ci bot added the approved

Indicates a PR has been approved by an approver from all required OWNERS files.

label

Jun 25, 2025

grokspawn

camilamacedo86

@tmshort

Rather than assuming we should use a version of kindest/node based
on our version of k8s in go.mod (with a .0 patch), we check to esnure
that the version kind uses is compatible with our k8s major.minor
version.

We discovered this problem because it appears that kindest/node:v1.33.0
has issues with some systems (e.g. Fedora).

Using kindest/node:v1.33.1 fixes this issue. So, we don't want to fix
a .0 patch version. We want to ensure that the kindest/node image is
compatible.

Also note that kind never used kindest/node:v1.33.0 as a default image,
kind v0.28.0/v0.29.0 use kindest/node:v1.33.1.

Signed-off-by: Todd Short <tshort@redhat.com>

@tmshort tmshort changed the title 🐛 Update kindest/node image to v1.33.1 🐛 Update kindest/node image to v1.33.1 via kind v0.29.0

Jun 25, 2025

camilamacedo86

trgeiger

grokspawn

@tmshort tmshort deleted the update-kindest-image branch

June 26, 2025 16:02