Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.35 for openSUSE:Factory 
checked in at 2026-02-12 17:29:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubernetes1.35 (Old)
 and      /work/SRC/openSUSE:Factory/.kubernetes1.35.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubernetes1.35"

Thu Feb 12 17:29:01 2026 rev:2 rq:1332630 version:1.35.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubernetes1.35/kubernetes1.35.changes    
2025-12-18 18:35:50.744687244 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes1.35.new.1977/kubernetes1.35.changes  
2026-02-12 17:29:21.604363611 +0100
@@ -1,0 +2,50 @@
+Thu Feb 12 06:04:04 UTC 2026 - Priyanka Saggu <[email protected]>
+
+- Update to version 1.35.1:
+  * Apparently some EC2 images we use do not have /proc/net/nf_conntrack
+  * test: Fix KubeProxy CLOSE_WAIT test for IPv6 environments
+  * test: Read /proc/net/nf_conntrack instead of using conntrack binary
+  * csi: raise kubelet CSI init backoff to cover ~140s DNS delays
+  * test(ut/dra): add unit test for pod requesting prepared and new claims
+  * test(e2e/dra): add test for pod requesting allocated and new claims
+  * DRA integration: more pods per node, more parallelism
+  * DRA integration: add "uses all resources" test
+  * DRA scheduler: fix another root cause of double device allocation
+  * DRA scheduler: fix one root cause of double device allocation
+  * fix(kubelet): convert V().Error() to V().Info() for verbosity-aware logging
+  * fix(expansion):Resolve the issue of UTF-8 characters being truncated, 
resulting in invalid UTF-8
+  * Bump images and versions to go 1.25.6 and distroless iptables
+  * kubelet(dra): fix multiple claims handling
+  * Fix for preferred dualstack and required dualstack in winkernel proxier.
+  * kubeadm: waiting for etcd learner member to be started before promoting 
during 'kubeadm join'
+  * kubectl: Fix panic in exec terminal size queue
+  * bump go to 1.25.6 for CVE fixes
+  * kubeadm: fix a bug where kubeadm upgrade is failed if the content of the 
`kubeadm-flags.env` file is `KUBELET_KUBEADM_ARGS=""`
+  * Switch ipvs and winkernel back to more regular forced syncs
+  * mark QuotaMonitor as not running and invalidate monitors list
+  * Add unit test with CSIDriver.SELinuxMount=false
+  * Added e2e tests with disabled SELinux
+  * Use only enqueuePod to add pods to the controller queue
+  * Fix policy of Pods with unknown SELinux label
+  * selinux: add e2e test with a completed pod
+  * Rework unit tests to builder pattern
+  * selinux: Do not report conflits with finished pods
+  * refactoring: use a common function to enqueue Pod
+  * add StatefulSetAvailabilityCheck test
+  * replace "k8s.io/klog/v2/ktesting" with 
"k8s.io/kubernetes/test/utils/ktesting"
+  * schedule pod availability checks at the correct time in StatefulSets
+  * wire now (time) to the availability checks in the StatefulSet controller
+  * Fix race condition in DRA health e2e test pod status update
+  * kubeadm: always retry Patch() Node API calls
+  * Disable SchedulerAsyncAPICalls in v1.35 due to performance issues
+  * kubeadm: do not sort extraArgs alpha-numerically
+  * Update vendored hnslib to v0.1.2
+  * refactor: Ensure metricIdentifier uses scheme for kind resolution
+  * Fix apiserver_watch_events_sizes metric.
+  * hack/lib/util.sh: support uutils' `date` command
+
+- Update .spec file to bump go version build requirements:
+  * `BuildRequires:  go >= 1.25.6`
+  * ref: 
https://github.com/kubernetes/kubernetes/blob/v1.35.1/build/dependencies.yaml#L119-L120
+
+-------------------------------------------------------------------

Old:
----
  kubernetes-1.35.0.tar.xz

New:
----
  kubernetes-1.35.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kubernetes1.35.spec ++++++
--- /var/tmp/diff_new_pack.7O9oB7/_old  2026-02-12 17:29:23.296435393 +0100
+++ /var/tmp/diff_new_pack.7O9oB7/_new  2026-02-12 17:29:23.300435563 +0100
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.34
 
 Name:           kubernetes%{baseversion}
-Version:        1.35.0
+Version:        1.35.1
 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.25.5
+BuildRequires:  go >= 1.25.6
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  rsync

++++++ _service ++++++
--- /var/tmp/diff_new_pack.7O9oB7/_old  2026-02-12 17:29:23.412440315 +0100
+++ /var/tmp/diff_new_pack.7O9oB7/_new  2026-02-12 17:29:23.432441163 +0100
@@ -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.35.0</param>
+    <param name="revision">v1.35.1</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="tar" mode="manual"/>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.7O9oB7/_old  2026-02-12 17:29:23.476443030 +0100
+++ /var/tmp/diff_new_pack.7O9oB7/_new  2026-02-12 17:29:23.484443369 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/kubernetes/kubernetes.git</param>
-              <param 
name="changesrevision">66452049f3d692768c39c797b21b793dce80314e</param></service></servicedata>
+              <param 
name="changesrevision">8fea90b45245ef5c8ba54e7ae044d3e777c22500</param></service></servicedata>
 (No newline at EOF)
 

++++++ kubernetes-1.35.0.tar.xz -> kubernetes-1.35.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/kubernetes1.35/kubernetes-1.35.0.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.35.new.1977/kubernetes-1.35.1.tar.xz 
differ: char 15, line 1

++++++ kubernetes.obsinfo ++++++
--- /var/tmp/diff_new_pack.7O9oB7/_old  2026-02-12 17:29:23.640449987 +0100
+++ /var/tmp/diff_new_pack.7O9oB7/_new  2026-02-12 17:29:23.656450666 +0100
@@ -1,5 +1,5 @@
 name: kubernetes
-version: 1.35.0
-mtime: 1765974726
-commit: 66452049f3d692768c39c797b21b793dce80314e
+version: 1.35.1
+mtime: 1770727993
+commit: 8fea90b45245ef5c8ba54e7ae044d3e777c22500
 

Reply via email to