]> git.feebdaed.xyz Git - 0xmirror/kubernetes.git/commitdiff
Update DefaultKubeBinaryVersion to 1.36
authorMichael Aspinwall <maspinwall@google.com>
Fri, 26 Dec 2025 17:06:32 +0000 (17:06 +0000)
committerMichael Aspinwall <maspinwall@google.com>
Fri, 26 Dec 2025 17:06:32 +0000 (17:06 +0000)
staging/src/k8s.io/component-base/version/base.go

index 94da79c08184031140e19d77595d7339bff27637..453b63d82fbdbb37f366600df1241318419492b8 100644 (file)
@@ -60,5 +60,5 @@ 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.35"
+       DefaultKubeBinaryVersion = "1.36"
 )