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
We need to introduce a new Makefile target to ensure that the Kubernetes API version used in cmd/version.go and .goreleaser.yml is always in sync with k8s.io/api. This will help prevent version mismatches and maintain consistency across the project.
Proposed Changes
Add a new Makefile target:
A target (e.g., update-k8s-version) that updates the Kubernetes version in:
What do you want to happen?
We need to introduce a new
Makefile
target to ensure that the Kubernetes API version used incmd/version.go
and.goreleaser.yml
is always in sync withk8s.io/api
. This will help prevent version mismatches and maintain consistency across the project.Proposed Changes
Add a new Makefile target:
update-k8s-version
) that updates the Kubernetes version in:cmd/version.go
.goreleaser.yml
(located atbuild/.goreleaser.yml
)Integrate with CI
make generate
So that we can ensure that those files will be always updated and checked in the ci.
Extra Labels
No response
The text was updated successfully, but these errors were encountered: