kubernetes: 1.33.3 -> 1.34.0 (#441158)

This commit is contained in:
dish
2025-09-21 19:38:09 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -85,8 +85,8 @@ let
# the future, see link below to find new ones
# https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
featureGates = {
AnonymousAuthConfigurableEndpoints = true;
ConsistentListFromCache = false;
AllowParsingUserUIDFromCertAuth = true;
ClusterTrustBundle = false;
};
masterAddress = "${masterName}.${config.networking.domain}";
};
+2 -2
View File
@@ -22,13 +22,13 @@
buildGoModule (finalAttrs: {
pname = "kubernetes";
version = "1.33.4";
version = "1.34.0";
src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
tag = "v${finalAttrs.version}";
hash = "sha256-KENE4d40LvrJf56S/2fYwbXT6e2KSk2a94ugVVT8vlQ=";
hash = "sha256-rKy4X01pX+kovJ8b2JHV0KuzHJ7PYZ08eDEO3GeuPoc=";
};
vendorHash = null;