Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubernetes1.28 for openSUSE:Factory checked in at 2024-08-07 06:10:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubernetes1.28 (Old) and /work/SRC/openSUSE:Factory/.kubernetes1.28.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kubernetes1.28" Wed Aug 7 06:10:43 2024 rev:10 rq:1191865 version:1.28.12 Changes: -------- --- /work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes1.28.changes 2024-06-27 16:01:40.915041419 +0200 +++ /work/SRC/openSUSE:Factory/.kubernetes1.28.new.7232/kubernetes1.28.changes 2024-08-07 06:11:13.724378973 +0200 @@ -1,0 +2,31 @@ +Tue Aug 6 11:55:00 UTC 2024 - Priyanka Saggu <priyanka.saggu@suse.com> + +- Follow up changes after go version bump to 1.22: + - For ppc64le platform: disabled `export GOLDFLAGS='-linkmode=external'`. * to fix the build failure error: + `-linkmode=external requires external (cgo) linking, but cgo is not enabled` + - For linux/s390x platform: disabled building kubernetes binaries with `-buildmode=pie` + * `-buildmode=pie` with "internal linking" is not yet supported on linux/s390x platform + * ref: https://github.com/golang/go/blob/a63907808d14679c723e566cb83acc76fc8cafc2/s... + * ref: https://github.com/golang/go/issues/64875#issuecomment-1870734528 + +------------------------------------------------------------------- +Tue Aug 06 11:51:00 UTC 2024 - priyanka.saggu@suse.com + +- Update to version 1.28.12: + * Add funcs in pkg/filesystem/util that can actually set file permissiosn on Windows and update container log dir perms to 660 on Windows + * Mark a test case which sets up a sample-apiserver as serial due to potential conflicts with other test cases which do the same. + * Fix pv reclaim failed due to its phase is wrongly updated to the Failed state by kcm + * fix issue with using feature HonorPVReclaimPolicy in csi-provisioner + * defaultMaskedPaths must be kept in sync with moby/moby. + * gitRepo volume: directory must be max 1 level deep + * Bump images, dependencies and versions to go 1.22.5 and distroless iptables + * Fix endpoints status out-of-sync when the pod state changes rapidly + * Fix verify target to not update env var if already set + * fix: skip isPodWorthRequeuing only when SchedulingGates gates the pod + +- Update .spec file to bump go version build requirements: + * `BuildRequires: go >= 1.22.5` + * `BuildRequires: golang(API) = 1.22` + * ref: https://github.com/kubernetes/kubernetes/blob/v1.28.12/build/dependencies.ya... + +------------------------------------------------------------------- @@ -64 +95 @@ - (i.e. GOTOOLCHAIN='auto') + (i.e. GOTOOLCHAIN='local') Old: ---- kubernetes-1.28.11.tar.xz New: ---- kubernetes-1.28.12.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubernetes1.28.spec ++++++ --- /var/tmp/diff_new_pack.mqqsbS/_old 2024-08-07 06:11:16.348487503 +0200 +++ /var/tmp/diff_new_pack.mqqsbS/_new 2024-08-07 06:11:16.364488165 +0200 @@ -22,7 +22,7 @@ %define baseversionminus1 1.27 Name: kubernetes%{baseversion} -Version: 1.28.11 +Version: 1.28.12 Release: 0 Summary: Container Scheduling and Management License: Apache-2.0 @@ -51,12 +51,12 @@ Patch5: revert-coredns-image-renaming.patch BuildRequires: fdupes BuildRequires: git -BuildRequires: go >= 1.21.11 +BuildRequires: go >= 1.22.5 BuildRequires: go-go-md2man BuildRequires: golang-packaging BuildRequires: rsync BuildRequires: systemd-rpm-macros -BuildRequires: golang(API) = 1.21 +BuildRequires: golang(API) = 1.22 BuildRequires: golang(github.com/jteeuwen/go-bindata) ExcludeArch: %{ix86} s390 ppc64 @@ -81,6 +81,7 @@ + # packages to build containerized control plane %package apiserver @@ -236,13 +237,21 @@ export KUBE_GIT_VERSION=v%{version} # https://bugzilla.redhat.com/show_bug.cgi?id=1392922#c1 -%ifarch ppc64le -export GOLDFLAGS='-linkmode=external' -%endif +#%ifarch ppc64le +#export GOLDFLAGS='-linkmode=external' +#%endif #TEST export FORCE_HOST_GO=y + +%ifarch s390x +# `-buildmode=pie` with "internal linking" is not yet supported on linux/s390x platform +# https://github.com/golang/go/blob/a63907808d14679c723e566cb83acc76fc8cafc2/s... +# https://github.com/golang/go/issues/64875#issuecomment-1870734528 +make WHAT="cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler cmd/kube-proxy cmd/kubelet cmd/kubectl cmd/kubeadm" +%else make WHAT="cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler cmd/kube-proxy cmd/kubelet cmd/kubectl cmd/kubeadm" GOFLAGS="-buildmode=pie" +%endif # The majority of the documentation has already been moved into # http://kubernetes.io/docs/admin, and most of the files stored in the `docs` ++++++ _service ++++++ --- /var/tmp/diff_new_pack.mqqsbS/_old 2024-08-07 06:11:16.876509342 +0200 +++ /var/tmp/diff_new_pack.mqqsbS/_new 2024-08-07 06:11:16.952512485 +0200 @@ -5,7 +5,7 @@ <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">v1.28.11</param> + <param name="revision">v1.28.12</param> <param name="changesgenerate">enable</param> </service> <service name="tar" mode="manual"/> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.mqqsbS/_old 2024-08-07 06:11:17.120519434 +0200 +++ /var/tmp/diff_new_pack.mqqsbS/_new 2024-08-07 06:11:17.156520923 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubernetes/kubernetes.git</param> - <param name="changesrevision">f25b321b9ae42cb1bfaa00b3eec9a12566a15d91</param></service></servicedata> + <param name="changesrevision">4f9fa10f0e4ccf1d4bf5e7599d0cad25a98bb6bf</param></service></servicedata> (No newline at EOF) ++++++ kubernetes-1.28.11.tar.xz -> kubernetes-1.28.12.tar.xz ++++++ /work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes-1.28.11.tar.xz /work/SRC/openSUSE:Factory/.kubernetes1.28.new.7232/kubernetes-1.28.12.tar.xz differ: char 15, line 1 ++++++ kubernetes.obsinfo ++++++ --- /var/tmp/diff_new_pack.mqqsbS/_old 2024-08-07 06:11:17.816548221 +0200 +++ /var/tmp/diff_new_pack.mqqsbS/_new 2024-08-07 06:11:17.844549379 +0200 @@ -1,5 +1,5 @@ name: kubernetes -version: 1.28.11 -mtime: 1718136686 -commit: f25b321b9ae42cb1bfaa00b3eec9a12566a15d91 +version: 1.28.12 +mtime: 1721173854 +commit: 4f9fa10f0e4ccf1d4bf5e7599d0cad25a98bb6bf