Problem statement
It seems that envtest tags (e.g. https://github.com/kubernetes-sigs/controller-tools/releases/tag/envtest-v1.35.0) and accompanying release assets/binaries are created on demand and not for every k8s release.
This causes issues in test pipelines where users use 1 version of k8s against which they test. That version can be used for envtest, kind image and other versions in the pipeline.
As of today, kindest/node tags 1.34.3 and 1.34.2 exist but envtest has only been tagged for 1.34.1 (https://github.com/kubernetes-sigs/controller-tools/releases/tag/envtest-v1.34.1).
This creates inconsistency in testing pipelines and requires special care.
Proposed solution
Create envtest tags, release and release assets for each k8s release.