commit kubernetes1.28 for openSUSE:Factory

2024-08-06 Thread Source-Sync
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 
+
+- 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/src/internal/platform/supported.go#L223-L232
+* ref: https://github.com/golang/go/issues/64875#issuecomment-1870734528
+
+---
+Tue Aug 06 11:51:00 UTC 2024 - priyanka.sa...@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.yaml#L115-L117
+
+---
@@ -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/src/internal/platform/supported.go#L223-L232
+# 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 

commit kubernetes1.28 for openSUSE:Factory

2024-05-17 Thread Source-Sync
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-05-17 20:06:01

Comparing /work/SRC/openSUSE:Factory/kubernetes1.28 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.28.new.1880 (New)


Package is "kubernetes1.28"

Fri May 17 20:06:01 2024 rev:8 rq:1174724 version:1.28.10

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes1.28.changes
2024-04-21 20:26:34.776377034 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes1.28.new.1880/kubernetes1.28.changes  
2024-05-17 20:07:21.708149848 +0200
@@ -1,0 +2,17 @@
+Fri May 17 04:57:44 UTC 2024 - Priyanka Saggu 
+
+- Update to version 1.28.10:
+  * scheduler: preallocation for NodeToStatusMap
+  * add e2e test when a plugin (in-tree or out-of-tree) return 
non-existent/illegal nodes, the pod should be scheduled normally if suitable 
nodes exists
+  * test to catch illegal nodeNames returned by PreFilterResult
+  * add integration test for pod with pvc has node-affinity to 
non-existent/existent nodes
+  * hotfix when a plugin (in-tree or out-of-tree) return non-existent/illegal 
nodes, the pod scheduling flow will abort immediately.
+  * Fix PersistentVolumeLabel admission plugin on Azure
+  * cluster/gce: upgrade cos-97-lts -> cos-109-lts
+  * storage e2e: update hostpath and mock images
+  * add log verbosity to endpoint topology hint loop.
+  * Rename `cluster` to `storage_cluster_id` for apiserver_storage_size_bytes 
metric
+  * gce: fix test for non-existing instance in cloud
+  * cloud-node-lifecycle controller: add fallback for empty providerID in 
shutdown
+
+---

Old:

  kubernetes-1.28.9.tar.xz

New:

  kubernetes-1.28.10.tar.xz



Other differences:
--
++ kubernetes1.28.spec ++
--- /var/tmp/diff_new_pack.1X0GcP/_old  2024-05-17 20:07:23.736223130 +0200
+++ /var/tmp/diff_new_pack.1X0GcP/_new  2024-05-17 20:07:23.736223130 +0200
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.27
 
 Name:   kubernetes%{baseversion}
-Version:1.28.9
+Version:1.28.10
 Release:0
 Summary:Container Scheduling and Management
 License:Apache-2.0
@@ -80,8 +80,8 @@
 
 
 
-# packages to build containerized control plane
 
+# packages to build containerized control plane
 %package apiserver
 Summary:Kubernetes apiserver for container image
 Group:  System/Management

++ _service ++
--- /var/tmp/diff_new_pack.1X0GcP/_old  2024-05-17 20:07:23.820226165 +0200
+++ /var/tmp/diff_new_pack.1X0GcP/_new  2024-05-17 20:07:23.820226165 +0200
@@ -1,19 +1,19 @@
 
-  
+  
 https://github.com/kubernetes/kubernetes.git
 git
 .git
 @PARENT_TAG@
 v(.*)
-v1.28.9
+v1.28.10
 enable
   
-  
-  
+  
+  
 *.tar
 xz
   
-  
+  
 kubernetes
   
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.1X0GcP/_old  2024-05-17 20:07:23.844227032 +0200
+++ /var/tmp/diff_new_pack.1X0GcP/_new  2024-05-17 20:07:23.848227177 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/kubernetes/kubernetes.git
-  587f5fe8a69b0d15b578eaf478f009247d1c5d47
+  21be1d76a90bc00e2b0f6676a664bdf097224155
 (No newline at EOF)
 

++ kubernetes-1.28.9.tar.xz -> kubernetes-1.28.10.tar.xz ++
/work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes-1.28.9.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.28.new.1880/kubernetes-1.28.10.tar.xz 
differ: char 15, line 1

++ kubernetes.obsinfo ++
--- /var/tmp/diff_new_pack.1X0GcP/_old  2024-05-17 20:07:23.972231658 +0200
+++ /var/tmp/diff_new_pack.1X0GcP/_new  2024-05-17 20:07:23.976231802 +0200
@@ -1,5 +1,5 @@
 name: kubernetes
-version: 1.28.9
-mtime: 1713279545
-commit: 587f5fe8a69b0d15b578eaf478f009247d1c5d47
+version: 1.28.10
+mtime: 1715683440
+commit: 21be1d76a90bc00e2b0f6676a664bdf097224155
 


commit kubernetes1.28 for openSUSE:Factory

2024-04-21 Thread Source-Sync
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-04-21 20:25:30

Comparing /work/SRC/openSUSE:Factory/kubernetes1.28 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.28.new.26366 (New)


Package is "kubernetes1.28"

Sun Apr 21 20:25:30 2024 rev:7 rq:1169210 version:1.28.9

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes1.28.changes
2024-04-08 17:53:09.555650284 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes1.28.new.26366/kubernetes1.28.changes 
2024-04-21 20:26:34.776377034 +0200
@@ -1,0 +2,21 @@
+Thu Apr 18 11:21:45 UTC 2024 - Priyanka Saggu 
+
+- Update to version 1.28.9:
+  * Add envFrom to serviceaccount admission plugin
+  * update debian-base to bookworm-v1.0.2
+  * [go] Bump images, dependencies and versions to go 1.22.1 and distroless 
iptables / set-cap
+  * [CVE-2023-45288] .*: bump x/net to v0.23.0
+  * Use the right feature gate when updating uncertain volumes
+  * fix panic with SIGSEGV in kubeadm certs check-expiration
+  * hack/tools: bump honnef.co/go/tools to v0.4.6
+  * Serve watch without resourceVersion from cache and introduce a 
WatchFromStorageWithoutResourceVersion feature gate to allow serving watch from 
storage.
+  * fix aggregator path filtering to include /
+  * Filter aggregated apiservice gv
+  * Use DBG=1 for conformance verification
+  * build: use -trimpath in non-DBG mode
+
+- Update .spec file to bump go version build requirements:
+  * `BuildRequires:  go >= 1.21.9`
+  * ref: 
https://github.com/kubernetes/kubernetes/blob/v1.28.9/build/dependencies.yaml#L115-L117
+
+---
@@ -33 +54 @@
-  * `BuildRequires:  go >= 1.21.18`
+  * `BuildRequires:  go >= 1.21.8`

Old:

  kubernetes-1.28.8.tar.xz

New:

  kubernetes-1.28.9.tar.xz



Other differences:
--
++ kubernetes1.28.spec ++
--- /var/tmp/diff_new_pack.FLoKYY/_old  2024-04-21 20:26:35.472402573 +0200
+++ /var/tmp/diff_new_pack.FLoKYY/_new  2024-04-21 20:26:35.472402573 +0200
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package kubernetes1.28
 #
 # Copyright (c) 2024 SUSE LLC
 #
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.27
 
 Name:   kubernetes%{baseversion}
-Version:1.28.8
+Version:1.28.9
 Release:0
 Summary:Container Scheduling and Management
 License:Apache-2.0
@@ -51,7 +51,7 @@
 Patch5: revert-coredns-image-renaming.patch
 BuildRequires:  fdupes
 BuildRequires:  git
-BuildRequires:  go >= 1.21.8
+BuildRequires:  go >= 1.21.9
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  rsync
@@ -81,6 +81,7 @@
 
 
 # packages to build containerized control plane
+
 %package apiserver
 Summary:Kubernetes apiserver for container image
 Group:  System/Management
@@ -173,7 +174,7 @@
 Provides:   kubernetes-client-provider = %{version}
 Requires:   kubernetes%{baseversion}-client-common
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 
 %description client
 Kubernetes client tools like kubectl.

++ _service ++
--- /var/tmp/diff_new_pack.FLoKYY/_old  2024-04-21 20:26:35.536404922 +0200
+++ /var/tmp/diff_new_pack.FLoKYY/_new  2024-04-21 20:26:35.540405069 +0200
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v1.28.8
+v1.28.9
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.FLoKYY/_old  2024-04-21 20:26:35.556405655 +0200
+++ /var/tmp/diff_new_pack.FLoKYY/_new  2024-04-21 20:26:35.560405802 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/kubernetes/kubernetes.git
-  fc11ff34c34bc1e6ae6981dc1c7b3faa20b1ac2d
+  587f5fe8a69b0d15b578eaf478f009247d1c5d47
 (No newline at EOF)
 

++ kubernetes-1.28.8.tar.xz -> kubernetes-1.28.9.tar.xz ++
/work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes-1.28.8.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.28.new.26366/kubernetes-1.28.9.tar.xz 
differ: char 15, line 1

++ kubernetes.obsinfo ++
--- /var/tmp/diff_new_pack.FLoKYY/_old  2024-04-21 20:26:35.660409472 +0200
+++ /var/tmp/diff_new_pack.FLoKYY/_new  2024-04-21 20:26:35.664409618 +0200
@@ -1,5 +1,5 @@
 name: kubernetes
-version: 1.28.8
-mtime: 1710460800
-commit: fc11ff34c34bc1e6ae6981dc1c7b3faa20b1ac2d
+version: 1.28.9
+mtime: 1713279545
+commit: 587f5fe8a69b0d15b578eaf478f009247d1c5d47
 


commit kubernetes1.28 for openSUSE:Factory

2024-04-08 Thread Source-Sync
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-04-08 17:40:38

Comparing /work/SRC/openSUSE:Factory/kubernetes1.28 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.28.new.1905 (New)


Package is "kubernetes1.28"

Mon Apr  8 17:40:38 2024 rev:6 rq:1166180 version:1.28.8

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes1.28.changes
2024-02-26 19:46:39.704665398 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes1.28.new.1905/kubernetes1.28.changes  
2024-04-08 17:53:09.555650284 +0200
@@ -1,0 +2,35 @@
+Mon Apr  8 11:04:15 UTC 2024 - Priyanka Saggu 
+
+- update .spec file to set FORCE_HOST_GO env variable,
+  to force k8s build scripts use the local GOTOOLCHAIN version from the build 
pipeline
+  (i.e. GOTOOLCHAIN='auto')
+  * ref: 
https://github.com/kubernetes/kubernetes/blob/9791f0d1f39f3f1e0796add7833c1059325d5098/hack/lib/golang.sh#L507
 
+
+---
+Mon Apr 08 06:23:49 UTC 2024 - priyanka.sa...@suse.com
+
+- Update to version 1.28.8:
+  * remove --v arg from kubetest2-tester-ginkgo test args
+  * ci: bump kind to latest for kms jobs
+  * [go] Bump images, dependencies and versions to go 1.21.8 / 
distroless-iptables to v0.4.6
+  * [CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, 
google.golang.org/protobuf v1.33.0
+  * keep existing PDB conditions when updating status
+  * Validate restartable init container state transition
+  * Test that separation of streams work by using progress notifies
+  * Prevent watch cache starvation, by moving its watch to separate RPC and 
add a SeparateCacheWatchRPC feature flag to disable this behavior
+  * fix UT failure TestPrintIPAddressList
+  * Fix race condition between external-resizer and kubelet
+  * codegen: don't nuke files if only verifying
+  * dra: increase timeout in setupFakeDRADriverGRPCServer to prevent tests to 
flake.
+  * e2e_node: replace `registry.k8s.io/stress:v1` with agnhost
+  * promote agnhost to v2.47
+  * fixing issue with GetCPUUsageNanoCores on Windows
+  * Fix cleanup of file subpaths
+  * etcd: Update to version 3.5.12
+  * build etcd image v3.5.12
+
+- Update .spec file to bump go version build requirements:
+  * `BuildRequires:  go >= 1.21.18`
+  * ref: 
https://github.com/kubernetes/kubernetes/blob/v1.28.8/build/dependencies.yaml#L115-L117
+
+---

Old:

  kubernetes-1.28.7.tar.xz

New:

  kubernetes-1.28.8.tar.xz



Other differences:
--
++ kubernetes1.28.spec ++
--- /var/tmp/diff_new_pack.rxE3DU/_old  2024-04-08 17:53:11.747731189 +0200
+++ /var/tmp/diff_new_pack.rxE3DU/_new  2024-04-08 17:53:11.759731632 +0200
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.27
 
 Name:   kubernetes%{baseversion}
-Version:1.28.7
+Version:1.28.8
 Release:0
 Summary:Container Scheduling and Management
 License:Apache-2.0
@@ -51,7 +51,7 @@
 Patch5: revert-coredns-image-renaming.patch
 BuildRequires:  fdupes
 BuildRequires:  git
-#BuildRequires:  go >= 1.21.7
+BuildRequires:  go >= 1.21.8
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  rsync
@@ -77,6 +77,9 @@
 
 
 
+
+
+
 # packages to build containerized control plane
 %package apiserver
 Summary:Kubernetes apiserver for container image
@@ -236,6 +239,7 @@
 %endif
 
 #TEST
+export FORCE_HOST_GO=y
 make WHAT="cmd/kube-apiserver cmd/kube-controller-manager cmd/kube-scheduler 
cmd/kube-proxy cmd/kubelet cmd/kubectl cmd/kubeadm" GOFLAGS="-buildmode=pie"
 
 # The majority of the documentation has already been moved into

++ _service ++
--- /var/tmp/diff_new_pack.rxE3DU/_old  2024-04-08 17:53:12.003740637 +0200
+++ /var/tmp/diff_new_pack.rxE3DU/_new  2024-04-08 17:53:12.011740933 +0200
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v1.28.7
+v1.28.8
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.rxE3DU/_old  2024-04-08 17:53:12.035741818 +0200
+++ /var/tmp/diff_new_pack.rxE3DU/_new  2024-04-08 17:53:12.039741966 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/kubernetes/kubernetes.git
-  c8dcb00be9961ec36d141d2e4103f85f92bcf291
+  fc11ff34c34bc1e6ae6981dc1c7b3faa20b1ac2d
 (No newline at EOF)
 

++ kubernetes-1.28.7.tar.xz -> kubernetes-1.28.8.tar.xz ++
/work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes-1.28.7.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.28.new.1905/kubernetes-1.28.8.tar.xz 
differ: char 15, line 1

++ kubernetes.obsinfo ++
--- /var/tmp/diff_new_pack.rxE3DU/_old  2024-04-08 

commit kubernetes1.28 for openSUSE:Factory

2024-02-26 Thread Source-Sync
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-02-26 19:45:46

Comparing /work/SRC/openSUSE:Factory/kubernetes1.28 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.28.new.1770 (New)


Package is "kubernetes1.28"

Mon Feb 26 19:45:46 2024 rev:5 rq:1151152 version:1.28.7

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes1.28.changes
2024-02-01 18:04:47.105798646 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes1.28.new.1770/kubernetes1.28.changes  
2024-02-26 19:46:39.704665398 +0100
@@ -1,0 +2,20 @@
+Mon Feb 26 08:54:27 UTC 2024 - priyanka.sa...@suse.com
+
+- Update to version 1.28.7:
+  * [go] Bump images, dependencies and versions to go 1.21.7 / 
setcap/debian-base to bookworm-v1.0.1 and distroless-iptables to v0.4.5
+  * Add processStartTime in metrics/slis
+  * Revert "kubeadm: fix a bug where the uploaded kubelet configuration in 
kube-system/kubelet-config ConfigMap does not respect user patch"
+  * kubeadm: better checks if the node is CP during "upgrade node"
+  * If a pvc has an empty storageclass name, don't try to assign a default 
StorageClass to it.
+  * Drop PendingChanges methods from change trackers, move into UpdateResults
+  * Squash some unnecessarily-chained methods in the change trackers
+
+- Update .spec file to bump go version build requirements:
+  * `BuildRequires:  golang(API) = 1.21`
+
+---
+Thu Feb 22 12:43:44 UTC 2024 - Dominique Leuenberger 
+
+- Use %patch -P N instead of deprecated %patchN.
+
+---

Old:

  kubernetes-1.28.6.tar.xz

New:

  kubernetes-1.28.7.tar.xz



Other differences:
--
++ kubernetes1.28.spec ++
--- /var/tmp/diff_new_pack.r7JOhE/_old  2024-02-26 19:46:41.092715578 +0100
+++ /var/tmp/diff_new_pack.r7JOhE/_new  2024-02-26 19:46:41.096715722 +0100
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.27
 
 Name:   kubernetes%{baseversion}
-Version:1.28.6
+Version:1.28.7
 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.20.13
+#BuildRequires:  go >= 1.21.7
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  rsync
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  golang(API) = 1.20
+BuildRequires:  golang(API) = 1.21
 BuildRequires:  golang(github.com/jteeuwen/go-bindata)
 ExcludeArch:%{ix86} s390 ppc64
 
@@ -76,6 +76,7 @@
 
 
 
+
 # packages to build containerized control plane
 %package apiserver
 Summary:Kubernetes apiserver for container image
@@ -216,10 +217,10 @@
 
 %prep
 %setup -q -n kubernetes-%{version}
-%patch2 -p1
-%patch3 -p1
-%patch4 -p0
-%patch5 -p1
+%patch -P 2 -p1
+%patch -P 3 -p1
+%patch -P 4 -p0
+%patch -P 5 -p1
 
 %build
 # This is fixing bug bsc#1065972

++ _service ++
--- /var/tmp/diff_new_pack.r7JOhE/_old  2024-02-26 19:46:41.156717891 +0100
+++ /var/tmp/diff_new_pack.r7JOhE/_new  2024-02-26 19:46:41.160718036 +0100
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v1.28.6
+v1.28.7
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.r7JOhE/_old  2024-02-26 19:46:41.180718759 +0100
+++ /var/tmp/diff_new_pack.r7JOhE/_new  2024-02-26 19:46:41.184718903 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/kubernetes/kubernetes.git
-  be3af46a4654bdf05b4838fe94e95ec8c165660c
+  c8dcb00be9961ec36d141d2e4103f85f92bcf291
 (No newline at EOF)
 

++ kubernetes-1.28.6.tar.xz -> kubernetes-1.28.7.tar.xz ++
/work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes-1.28.6.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.28.new.1770/kubernetes-1.28.7.tar.xz 
differ: char 15, line 1

++ kubernetes.obsinfo ++
--- /var/tmp/diff_new_pack.r7JOhE/_old  2024-02-26 19:46:41.288722663 +0100
+++ /var/tmp/diff_new_pack.r7JOhE/_new  2024-02-26 19:46:41.292722809 +0100
@@ -1,5 +1,5 @@
 name: kubernetes
-version: 1.28.6
-mtime: 1705498738
-commit: be3af46a4654bdf05b4838fe94e95ec8c165660c
+version: 1.28.7
+mtime: 1707906732
+commit: c8dcb00be9961ec36d141d2e4103f85f92bcf291
 


commit kubernetes1.28 for openSUSE:Factory

2024-02-01 Thread Source-Sync
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-02-01 18:04:29

Comparing /work/SRC/openSUSE:Factory/kubernetes1.28 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.28.new.1815 (New)


Package is "kubernetes1.28"

Thu Feb  1 18:04:29 2024 rev:4 rq:1141292 version:1.28.6

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes1.28.changes
2023-11-24 23:34:54.747699936 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes1.28.new.1815/kubernetes1.28.changes  
2024-02-01 18:04:47.105798646 +0100
@@ -1,0 +2,50 @@
+Wed Jan 24 10:47:23 UTC 2024 - priyanka.sa...@suse.com
+
+- Update .spec file to remove go version build requirements:
+  * above build requirement causing build failures with following error:
+ - `go: download go1.20.13 for linux/amd64: toolchain not available`
+ - ref: https://go.dev/doc/toolchain
+
+- Update to version 1.28.6:
+  * Revert "Graduate Evented PLEG to Beta"
+  * [go] Bump images, dependencies and versions to go 1.20.13 and distroless 
iptables to 0.2.9
+  * e2e framework: adapt unit test to Go 1.22
+  * use context for lazy evaluation.
+  * Handle edge cases in seat demand stats
+  * .*: bump golang.org/x/tools to v0.16.1
+  * fix: 119921
+  * Use a separate function for checking if device was reconstructed
+  * Add tests for checking of uncertain device paths
+  * Fix device uncertain errors on reboot
+  * fix(scheduler): fix incorrect loop logic in MultiPoint to avoid a plugin 
being loaded multiple times
+  * Add unit test for Job Controller for panic when PodFailurePolicy is used 
on 1.28
+  * etcd: Update to version 3.5.10
+  * kube-proxy: Fix etp:Local for externalIPs
+
+---
+Wed Jan 24 10:21:40 UTC 2024 - priyanka.sa...@suse.com
+
+- Update to version 1.28.5:
+  * enable SchedulerQueueingHints feature gate in TestIncomingPodsMetrics
+  * fix: disable SchedulerQueueingHints feature flag by default
+  * Fix panic if there are more terminating pods than active pods
+  * [go] Bump images, dependencies and versions to go 1.20.12
+  * Move adding GroupVersion log until after an update is confirmed
+  * pass GOTOOLCHAIN to build containers
+  * handle GOTOOLCHAIN in kube::golang::verify_go_version
+  * fix: requeue pods rejected by Extenders properly
+  * Bump distroless-iptables to 0.2.8 based on Go 1.20.11
+  * fix: smb file share unavailable issue when it's deleted
+  * Make StatefulSet restart pods with phase Succeeded
+  * run hack scripts to update cyphar/filepath-securejoin to v0.2.4 correctly
+  * update filepath-securejoin dependency to 0.2.4 to fix security 
vulnerability
+  * DRA: call plugins for claims even if exist in cache
+  * Fix panic when process RunScorePlugins for cap out of range
+  * e2e: bootstrap vsphere tests earlier
+  * apf: request ejected from queue should use reason 'time-out'
+  * apf: remove RequestWaitLimit from queueset config
+  * apf: remove timeoutOldRequestsAndRejectOrEnqueueLocked function
+  * apf: use context for queue wait
+  * apiserver: add flow control metric current_inqueue_seats
+
+---

Old:

  kubernetes-1.28.4.tar.xz

New:

  kubernetes-1.28.6.tar.xz



Other differences:
--
++ kubernetes1.28.spec ++
--- /var/tmp/diff_new_pack.3YBl1G/_old  2024-02-01 18:04:48.105832438 +0100
+++ /var/tmp/diff_new_pack.3YBl1G/_new  2024-02-01 18:04:48.105832438 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.27
 
 Name:   kubernetes%{baseversion}
-Version:1.28.4
+Version:1.28.6
 Release:0
 Summary:Container Scheduling and Management
 License:Apache-2.0
@@ -51,7 +51,7 @@
 Patch5: revert-coredns-image-renaming.patch
 BuildRequires:  fdupes
 BuildRequires:  git
-BuildRequires:  go >= 1.20.11
+#BuildRequires:  go >= 1.20.13
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  rsync
@@ -72,8 +72,11 @@
 
 
 
-# packages to build containerized control plane
 
+
+
+
+# packages to build containerized control plane
 %package apiserver
 Summary:Kubernetes apiserver for container image
 Group:  System/Management

++ _service ++
--- /var/tmp/diff_new_pack.3YBl1G/_old  2024-02-01 18:04:48.169834601 +0100
+++ /var/tmp/diff_new_pack.3YBl1G/_new  2024-02-01 18:04:48.173834736 +0100
@@ -5,7 +5,7 @@
 

commit kubernetes1.28 for openSUSE:Factory

2023-10-27 Thread Source-Sync
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 2023-10-27 22:27:55

Comparing /work/SRC/openSUSE:Factory/kubernetes1.28 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.28.new.17445 (New)


Package is "kubernetes1.28"

Fri Oct 27 22:27:55 2023 rev:2 rq:1120459 version:1.28.3

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes1.28.changes
2023-10-01 21:22:20.100707802 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes1.28.new.17445/kubernetes1.28.changes 
2023-10-27 22:28:15.743666750 +0200
@@ -1,0 +2,38 @@
+Thu Oct 26 04:55:27 UTC 2023 - Priyanka Saggu 
+
+- Update .spec file to bump go version build requirements:
+  * `BuildRequires:  go >= 1.20.10`
+- Update to version 1.28.3:
+  * Register UnauthenticatedHTTP2DOSMitigation into kube components
+  * Skip TestUnauthenticatedHTTP2ClientConnectionClose http1 tests
+  * Disable UnauthenticatedHTTP2DOSMitigation by default
+  * Prevent rapid reset http2 DOS on API server
+  * Fix concurrent write when filling PVC labels
+  * Modify test PVC to detect concurrent map write bug
+  * [go] Bump images, dependencies and versions to go 1.20.10
+  * Fix to honor PDB with an empty selector `{}`
+  * .: bump golang.org/x/net to v0.17.0
+  * Mark a volume as uncertain-attached after detach error
+  * Unit & integration tests for OpenAPIV2 AddUpdateAPIService
+  * Fix 120878 - Refactor cacheabledownloader so handler can be updated and 
fix AddUpdateAPIService to update handler
+  * Fix 120739 - Prevent AddUpdateAPIService from blocking on updating spec
+  * Fix 120758 - prevent cache Load on uninitialized spec
+  * Add nil checks for hpa object target type values
+  * Make a certain ipv4-vs-ipv6 config error non-fatal, for backward compat
+  * [go] Bump images, versions and deps to use Go 1.20.9
+  * Only configure swap if available on node
+  * Use local isCgroup2UnifiedMode consistently
+  * cronjob controller: ensure already existing jobs are added to Active list 
of cronjobs
+  * reintroduce resourcequota.NewMonitor
+  * change rolling update logic to exclude sunsetting nodes
+  * vsphere: adapt to govmomi bump
+  * .: bump govmomi to v0.30.6
+  * Increase range of job_sync_duration_seconds
+  * sync Service API status rest storage
+  * kubeadm: remove reference of k8s.io/kubernetes/pkg/apis/core/v1
+  * fix race on etcd client constructor for healthchecks
+  * e2e pods: fix WaitForPodsResponding retry
+  * kmsv2: reload metrics bug fix backport
+  * scheduler: start scheduling attempt with clean UnschedulablePlugins
+
+---

Old:

  kubernetes-1.28.2.tar.xz

New:

  kubernetes-1.28.3.tar.xz



Other differences:
--
++ kubernetes1.28.spec ++
--- /var/tmp/diff_new_pack.JWSWf8/_old  2023-10-27 22:28:16.911709589 +0200
+++ /var/tmp/diff_new_pack.JWSWf8/_new  2023-10-27 22:28:16.911709589 +0200
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.27
 
 Name:   kubernetes%{baseversion}
-Version:1.28.2
+Version:1.28.3
 Release:0
 Summary:Container Scheduling and Management
 License:Apache-2.0
@@ -51,7 +51,7 @@
 Patch5: revert-coredns-image-renaming.patch
 BuildRequires:  fdupes
 BuildRequires:  git
-BuildRequires:  go >= 1.20.8
+BuildRequires:  go >= 1.20.10
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  rsync
@@ -71,8 +71,8 @@
 
 
 
-# packages to build containerized control plane
 
+# packages to build containerized control plane
 %package apiserver
 Summary:Kubernetes apiserver for container image
 Group:  System/Management

++ _service ++
--- /var/tmp/diff_new_pack.JWSWf8/_old  2023-10-27 22:28:16.971711789 +0200
+++ /var/tmp/diff_new_pack.JWSWf8/_new  2023-10-27 22:28:16.971711789 +0200
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v1.28.2
+v1.28.3
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.JWSWf8/_old  2023-10-27 22:28:16.991712523 +0200
+++ /var/tmp/diff_new_pack.JWSWf8/_new  2023-10-27 22:28:16.991712523 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/kubernetes/kubernetes.git
-  89a4ea3e1e4ddd7f7572286090359983e0387b2f
+  a8a1abc25cad87333840cd7d54be2efaf31a3177
 (No newline at EOF)
 

++ kubernetes-1.28.2.tar.xz -> kubernetes-1.28.3.tar.xz ++
/work/SRC/openSUSE:Factory/kubernetes1.28/kubernetes-1.28.2.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.28.new.17445/kubernetes-1.28.3.tar.xz 
differ: char 15, line 1

++ kubernetes.obsinfo ++
--- /var/tmp/diff_new_pack.JWSWf8/_old  2023-10-27 22:28:17.087716044 +0200
+++