fix KubeDefaultVersion

This commit is contained in:
Rafael Breno 2025-07-16 14:09:17 -03:00
parent 396f1359df
commit 80b352ef6e
2 changed files with 8 additions and 8 deletions

View File

@ -4,14 +4,14 @@ const (
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release. // 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 "". // 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! // Should update for each minor release!
DefaultKubeBinaryVersion = "1.31" DefaultKubeBinaryVersion = "1.32"
) )
var ( var (
gitMajor = "1" gitMajor = "1"
gitMinor = "32" gitMinor = "32"
gitVersion = "v1.32.7-k3s1" gitVersion = "v1.32.7-k3s1"
gitCommit = "eb3a5e9a8657a4ac1c0c4c05dcfaf8c23bbb66c9" gitCommit = "eb3a5e9a8657a4ac1c0c4c05dcfaf8c23bbb66c9"
gitTreeState = "clean" gitTreeState = "clean"
buildDate = "2025-07-16T14:49:49Z" buildDate = "2025-07-16T14:49:49Z"
) )

View File

@ -4,14 +4,14 @@ const (
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release. // 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 "". // 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! // Should update for each minor release!
DefaultKubeBinaryVersion = "1.31" DefaultKubeBinaryVersion = "1.32"
) )
var ( var (
gitMajor = "1" gitMajor = "1"
gitMinor = "32" gitMinor = "32"
gitVersion = "v1.32.7-k3s1" gitVersion = "v1.32.7-k3s1"
gitCommit = "eb3a5e9a8657a4ac1c0c4c05dcfaf8c23bbb66c9" gitCommit = "eb3a5e9a8657a4ac1c0c4c05dcfaf8c23bbb66c9"
gitTreeState = "clean" gitTreeState = "clean"
buildDate = "2025-07-16T14:49:49Z" buildDate = "2025-07-16T14:49:49Z"
) )