Update DefaultKubeVersion

This commit is contained in:
Rafael Breno 2025-07-16 14:20:41 -03:00
parent 396f1359df
commit 8d70f0070f
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 (