Update DefaultKubeVersion

This commit is contained in:
Rafael Breno 2025-07-16 14:22:21 -03:00
parent 396f1359df
commit 7d0f417ca6
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ const (
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release.
// It is supposed to be consistent with gitMajor and gitMinor, except for local tests, where gitMajor and gitMinor are "".
// Should update for each minor release!
DefaultKubeBinaryVersion = "1.31"
DefaultKubeBinaryVersion = "1.32"
)
var (

View File

@ -4,7 +4,7 @@ const (
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release.
// It is supposed to be consistent with gitMajor and gitMinor, except for local tests, where gitMajor and gitMinor are "".
// Should update for each minor release!
DefaultKubeBinaryVersion = "1.31"
DefaultKubeBinaryVersion = "1.32"
)
var (