mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
fix KubeDefaultVersion
This commit is contained in:
parent
396f1359df
commit
80b352ef6e
@ -4,14 +4,14 @@ 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 (
|
||||
gitMajor = "1"
|
||||
gitMinor = "32"
|
||||
gitMajor = "1"
|
||||
gitMinor = "32"
|
||||
gitVersion = "v1.32.7-k3s1"
|
||||
gitCommit = "eb3a5e9a8657a4ac1c0c4c05dcfaf8c23bbb66c9"
|
||||
gitTreeState = "clean"
|
||||
buildDate = "2025-07-16T14:49:49Z"
|
||||
buildDate = "2025-07-16T14:49:49Z"
|
||||
)
|
||||
|
@ -4,14 +4,14 @@ 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 (
|
||||
gitMajor = "1"
|
||||
gitMinor = "32"
|
||||
gitMajor = "1"
|
||||
gitMinor = "32"
|
||||
gitVersion = "v1.32.7-k3s1"
|
||||
gitCommit = "eb3a5e9a8657a4ac1c0c4c05dcfaf8c23bbb66c9"
|
||||
gitTreeState = "clean"
|
||||
buildDate = "2025-07-16T14:49:49Z"
|
||||
buildDate = "2025-07-16T14:49:49Z"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user