kubernetes: update to 1.35.4.

This commit is contained in:
Andrea Brancaleoni
2026-04-20 19:24:17 -07:00
parent c90884dde8
commit cd3d5629b5
+4 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'kubernetes'
pkgname=kubernetes
version=1.35.3
version=1.35.4
revision=1
archs="aarch64* x86_64* ppc64le*"
build_style=go
@@ -12,13 +12,15 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"
homepage="http://kubernetes.io"
distfiles="https://$go_import_path/archive/v$version.tar.gz"
checksum=4374809bf135137568135384209f160acdab7372f2608fa60ca3513782db4f03
checksum=46a0dead69674fb2bdf33f5ef1deadab123a96becfafef6043f399ae53761f4f
nocross=yes
system_accounts="kube"
make_dirs="/var/lib/kubelet 0755 kube kube"
conf_files="/etc/kubernetes/*"
do_build() {
export GOLDFLAGS=""
export CGO_ENABLED=0
make
hack/generate-docs.sh
find "_output/local/bin/linux/" -type f -executable | grep "kubectl$" | egrep -v "gen|test" | while read line