mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +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.
|
// 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"
|
||||||
)
|
)
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user