You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 Fix changes to Kubernetes version when running make generate
This commit changes how the Makefile handles updating Kubernetes version in cmd/version.go when running make generate.
Rely on ldflags to set kubernetesVendorVersion, similarly to the other variables in cmd/version.go.
Use a single variable to define K8S_VERSION for both ldflags and the goreleaser configuration.
This makes our version handling more consistent and avoids unnecessary diffs in version control when only generating docs or other build artifacts.
0 commit comments