commit kubernetes1.25 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.25 for openSUSE:Factory 
checked in at 2024-02-26 19:45:54

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


Package is "kubernetes1.25"

Mon Feb 26 19:45:54 2024 rev:12 rq:1151201 version:1.25.16

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes1.25.changes
2024-01-08 23:45:27.306732609 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes1.25.new.1770/kubernetes1.25.changes  
2024-02-26 19:46:48.484982817 +0100
@@ -1,0 +2,11 @@
+Mon Feb 26 09:33:30 UTC 2024 - Priyanka Saggu 
+
+- add new patch to advance autoscaling v2 as the preferred API version, to fix 
bsc#1219964, CVE-2024-0793
+ * autoscaling-advance-v2-as-the-preferred-API-version.patch
+
+---
+Thu Feb 22 12:44:30 UTC 2024 - Dominique Leuenberger 
+
+- Use %patch -P N instead of deprecated %patchN.
+
+---

New:

  autoscaling-advance-v2-as-the-preferred-API-version.patch

BETA DEBUG BEGIN:
  New:- add new patch to advance autoscaling v2 as the preferred API version, 
to fix bsc#1219964, CVE-2024-0793
 * autoscaling-advance-v2-as-the-preferred-API-version.patch
BETA DEBUG END:



Other differences:
--
++ kubernetes1.25.spec ++
--- /var/tmp/diff_new_pack.GKrNlW/_old  2024-02-26 19:46:49.533020705 +0100
+++ /var/tmp/diff_new_pack.GKrNlW/_new  2024-02-26 19:46:49.537020850 +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
@@ -50,6 +50,8 @@
 # Patch to revert renaming of coredns image location to match how it's done on 
download.opensuse.org
 Patch5: revert-coredns-image-renaming.patch
 Patch6: kubernetes-trimpath.patch
+# Patch to advance autoscaling v2 as the preferred API version, to fix 
bsc#1219964, CVE-2024-0793
+Patch7: autoscaling-advance-v2-as-the-preferred-API-version.patch
 BuildRequires:  fdupes
 BuildRequires:  git
 BuildRequires:  go >= 1.20.10
@@ -81,6 +83,7 @@
 
 
 # packages to build containerized control plane
+
 %package apiserver
 Summary:Kubernetes apiserver for container image
 Group:  System/Management
@@ -221,11 +224,12 @@
 
 %prep
 %setup -q -n kubernetes-%{version}
-%patch2 -p1
-%patch3 -p1
-%patch4 -p0
-%patch5 -p1
-%patch6 -p1
+%patch -P 2 -p1
+%patch -P 3 -p1
+%patch -P 4 -p0
+%patch -P 5 -p1
+%patch -P 6 -p1
+%patch -P 7 -p1
 
 %build
 # This is fixing bug bsc#1065972

++ autoscaling-advance-v2-as-the-preferred-API-version.patch ++
>From 40a6d6306a2c6c202ab33c3d90178ce19fabf7cf Mon Sep 17 00:00:00 2001
From: SataQiu 
Date: Sun, 11 Dec 2022 13:09:39 +0800
Subject: [PATCH] autoscaling: advance v2 as the preferred API version over v1

---
 pkg/apis/autoscaling/install/install.go | 3 +--
 pkg/controlplane/storageversionhashdata/data.go | 4 ++--
 test/integration/etcd/data.go   | 6 +++---
 3 files changed, 6 insertions(+), 7 deletions(-)

Index: kubernetes-1.25.16/pkg/apis/autoscaling/install/install.go
===
--- kubernetes-1.25.16.orig/pkg/apis/autoscaling/install/install.go
+++ kubernetes-1.25.16/pkg/apis/autoscaling/install/install.go
@@ -40,6 +40,5 @@ func Install(scheme *runtime.Scheme) {
utilruntime.Must(v2.AddToScheme(scheme))
utilruntime.Must(v2beta1.AddToScheme(scheme))
utilruntime.Must(v1.AddToScheme(scheme))
-   // TODO: move v2 to the front of the list in 1.24
-   utilruntime.Must(scheme.SetVersionPriority(v1.SchemeGroupVersion, 
v2.SchemeGroupVersion, v2beta1.SchemeGroupVersion, v2beta2.SchemeGroupVersion))
+   utilruntime.Must(scheme.SetVersionPriority(v2.SchemeGroupVersion, 
v1.SchemeGroupVersion, v2beta1.SchemeGroupVersion, v2beta2.SchemeGroupVersion))
 }
Index: kubernetes-1.25.16/pkg/controlplane/storageversionhashdata/data.go
===
--- kubernetes-1.25.16.orig/pkg/controlplane/storageversionhashdata/data.go
+++ kubernetes-1.25.16/pkg/controlplane/storageversionhashdata/data.go
@@ -51,9 +51,9 @@ var GVRToStorageVersionHash = map[string
"v1/secrets":"S6u1pOWzb84=",
"v1/serviceaccounts":"pbx9ZvyFpBE=",
"v1/services":   "0/CO1lhkEBI=",
-   "autoscaling/v1/horizontalpodautoscalers":  "oQlkt7f5j/A=",
-   

commit kubernetes1.25 for openSUSE:Factory

2024-01-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.25 for openSUSE:Factory 
checked in at 2024-01-08 23:45:18

Comparing /work/SRC/openSUSE:Factory/kubernetes1.25 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.25.new.21961 (New)


Package is "kubernetes1.25"

Mon Jan  8 23:45:18 2024 rev:11 rq:1137477 version:1.25.16

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes1.25.changes
2023-11-24 23:34:58.371833721 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes1.25.new.21961/kubernetes1.25.changes 
2024-01-08 23:45:27.306732609 +0100
@@ -1,0 +2,5 @@
+Wed Jan  3 09:56:07 UTC 2024 - Bernhard Wiedemann 
+
+- Add kubernetes-trimpath.patch for reproducible builds (boo#1062303)
+
+---

New:

  kubernetes-trimpath.patch

BETA DEBUG BEGIN:
  New:
- Add kubernetes-trimpath.patch for reproducible builds (boo#1062303)
BETA DEBUG END:



Other differences:
--
++ kubernetes1.25.spec ++
--- /var/tmp/diff_new_pack.QJPsEt/_old  2024-01-08 23:45:28.202765188 +0100
+++ /var/tmp/diff_new_pack.QJPsEt/_new  2024-01-08 23:45:28.202765188 +0100
@@ -49,6 +49,7 @@
 Patch4: kubeadm-opensuse-flexvolume.patch
 # Patch to revert renaming of coredns image location to match how it's done on 
download.opensuse.org
 Patch5: revert-coredns-image-renaming.patch
+Patch6: kubernetes-trimpath.patch
 BuildRequires:  fdupes
 BuildRequires:  git
 BuildRequires:  go >= 1.20.10
@@ -224,6 +225,7 @@
 %patch3 -p1
 %patch4 -p0
 %patch5 -p1
+%patch6 -p1
 
 %build
 # This is fixing bug bsc#1065972

++ kubernetes-trimpath.patch ++
>From 37b7ae6b9332e0275bcc8eeb01bbc69e2f3239e6 Mon Sep 17 00:00:00 2001
From: Tim Hockin 
Date: Tue, 14 Nov 2023 18:57:34 -0800
Subject: [PATCH 1/2] build: use -trimpath in non-DBG mode

fix reproducible builds
https://github.com/kubernetes/kubernetes/issues/110928

---
 hack/lib/golang.sh | 28 +---
 1 file changed, 9 insertions(+), 19 deletions(-)

Index: kubernetes-1.25.16/hack/lib/golang.sh
===
--- kubernetes-1.25.16.orig/hack/lib/golang.sh
+++ kubernetes-1.25.16/hack/lib/golang.sh
@@ -744,7 +744,7 @@ kube::golang::build_binaries_for_platfor
   done
 
   V=2 kube::log::info "Env for ${platform}: GOOS=${GOOS-} GOARCH=${GOARCH-} 
GOROOT=${GOROOT-} CGO_ENABLED=${CGO_ENABLED-} CC=${CC-}"
-  V=3 kube::log::info "Building binaries with GCFLAGS=${gogcflags} 
ASMFLAGS=${goasmflags} LDFLAGS=${goldflags}"
+  V=3 kube::log::info "Building binaries with GCFLAGS=${gogcflags} 
LDFLAGS=${goldflags}"
 
   local -a build_args
   if [[ "${#statics[@]}" != 0 ]]; then
@@ -752,7 +752,6 @@ kube::golang::build_binaries_for_platfor
   -installsuffix=static
   ${goflags:+"${goflags[@]}"}
   -gcflags="${gogcflags}"
-  -asmflags="${goasmflags}"
   -ldflags="${goldflags}"
   -tags="${gotags:-}"
 )
@@ -763,7 +762,6 @@ kube::golang::build_binaries_for_platfor
 build_args=(
   ${goflags:+"${goflags[@]}"}
   -gcflags="${gogcflags}"
-  -asmflags="${goasmflags}"
   -ldflags="${goldflags}"
   -tags="${gotags:-}"
 )
@@ -779,7 +777,6 @@ kube::golang::build_binaries_for_platfor
 go test -c \
   ${goflags:+"${goflags[@]}"} \
   -gcflags="${gogcflags}" \
-  -asmflags="${goasmflags}" \
   -ldflags="${goldflags}" \
   -tags="${gotags:-}" \
   -o "${outfile}" \
@@ -836,26 +833,19 @@ kube::golang::build_binaries() {
 # These are "local" but are visible to and relied on by functions this
 # function calls.  They are effectively part of the calling API to
 # build_binaries_for_platform.
-local goflags goldflags goasmflags gogcflags gotags
+local goflags goldflags gogcflags gotags
 
-# This is $(pwd) because we use run-in-gopath to build.  Once that is
-# excised, this can become ${KUBE_ROOT}.
-local trimroot # two lines to appease shellcheck SC2155
-trimroot=$(pwd)
-
-goasmflags="all=-trimpath=${trimroot}"
+goflags=()
+gogcflags="${GOGCFLAGS:-}"
+goldflags="all=$(kube::version::ldflags) ${GOLDFLAGS:-}"
 
-gogcflags="all=-trimpath=${trimroot} ${GOGCFLAGS:-}"
 if [[ "${DBG:-}" == 1 ]]; then
 # Debugging - disable optimizations and inlining and trimPath
-gogcflags="${GOGCFLAGS:-} all=-N -l"
-goasmflags=""
-fi
-
-goldflags="all=$(kube::version::ldflags) ${GOLDFLAGS:-}"
-if [[ "${DBG:-}" != 1 ]]; then
-# Not debugging - disable symbols and DWARF.
+gogcflags="${gogcflags} all=-N -l"
+else
+# Not debugging - disable symbols and DWARF, trim embedded paths

commit kubernetes1.25 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.25 for openSUSE:Factory 
checked in at 2023-10-27 22:28:03

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


Package is "kubernetes1.25"

Fri Oct 27 22:28:03 2023 rev:9 rq:1120466 version:1.25.15

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes1.25.changes
2023-10-01 21:22:27.724983676 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes1.25.new.17445/kubernetes1.25.changes 
2023-10-27 22:28:29.060155146 +0200
@@ -1,0 +2,30 @@
+Thu Oct 26 05:58:19 UTC 2023 - Priyanka Saggu 
+
+- Update .spec file to bump go version build requirements:
+  * `BuildRequires:  go >= 1.20.10`
+- Update to version 1.25.15:
+  * Release commit for Kubernetes v1.25.15
+  * 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
+  * .: bump golang.org/x/net to v0.17.0
+  * [go] Bump images, versions and deps to use Go 1.20.9
+  * bump etcd cluster image to 3.5.9
+  * cronjob controller: ensure already existing jobs are added to Active list 
of cronjobs
+  * 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
+  * Update CHANGELOG/CHANGELOG-1.25.md for v1.25.14
+  * scheduler: start scheduling attempt with clean UnschedulablePlugins
+  * updating dependencies.yaml for etcd v3.5.9 version
+  * use upstream etcd github path instead of redirecting one
+  * update etcd version in install.sh to 3.5.9
+  * move check for noop managed field timestamp updates
+
+---

Old:

  kubernetes-1.25.14.tar.xz

New:

  kubernetes-1.25.15.tar.xz



Other differences:
--
++ kubernetes1.25.spec ++
--- /var/tmp/diff_new_pack.4OhI7f/_old  2023-10-27 22:28:30.100193290 +0200
+++ /var/tmp/diff_new_pack.4OhI7f/_new  2023-10-27 22:28:30.100193290 +0200
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.24
 
 Name:   kubernetes%{baseversion}
-Version:1.25.14
+Version:1.25.15
 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
@@ -79,6 +79,7 @@
 
 
 # packages to build containerized control plane
+
 %package apiserver
 Summary:Kubernetes apiserver for container image
 Group:  System/Management

++ _service ++
--- /var/tmp/diff_new_pack.4OhI7f/_old  2023-10-27 22:28:30.156195344 +0200
+++ /var/tmp/diff_new_pack.4OhI7f/_new  2023-10-27 22:28:30.160195491 +0200
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v1.25.14
+v1.25.15
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.4OhI7f/_old  2023-10-27 22:28:30.208197251 +0200
+++ /var/tmp/diff_new_pack.4OhI7f/_new  2023-10-27 22:28:30.212197398 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/kubernetes/kubernetes.git
-  a5967a3c4d0f33469b7e7798c9ee548f71455222
+  da6089da4974a0a180c226c9353e1921fa3c248a
 (No newline at EOF)
 

++ kubernetes-1.25.14.tar.xz -> kubernetes-1.25.15.tar.xz ++
/work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes-1.25.14.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.25.new.17445/kubernetes-1.25.15.tar.xz 
differ: char 15, line 1

++ kubernetes.obsinfo ++
--- /var/tmp/diff_new_pack.4OhI7f/_old  2023-10-27 22:28:30.316201212 +0200
+++ /var/tmp/diff_new_pack.4OhI7f/_new  2023-10-27 22:28:30.316201212 +0200
@@ -1,5 +1,5 @@
 name: kubernetes
-version: 1.25.14
-mtime: 1694595773
-commit: a5967a3c4d0f33469b7e7798c9ee548f71455222
+version: 1.25.15
+mtime: 1697635646
+commit: da6089da4974a0a180c226c9353e1921fa3c248a
 


commit kubernetes1.25 for openSUSE:Factory

2023-10-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.25 for openSUSE:Factory 
checked in at 2023-10-01 21:22:01

Comparing /work/SRC/openSUSE:Factory/kubernetes1.25 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.25.new.28202 (New)


Package is "kubernetes1.25"

Sun Oct  1 21:22:01 2023 rev:8 rq:1112624 version:1.25.14

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes1.25.changes
2023-07-27 16:51:56.114196233 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes1.25.new.28202/kubernetes1.25.changes 
2023-10-01 21:22:27.724983676 +0200
@@ -1,0 +2,71 @@
+Wed Sep 20 18:08:15 UTC 2023 - Priyanka Saggu 
+
+- fixes for bsc#1214406
+- update `Wants` directive in [Unit] section of `kubelet.service`:
+  * add: `containerd.service`
+  * remove: `docker.service`
+- updating container runtime prerequisites:
+  (Refer: 
k8s.io/docs/setup/production-environment/container-runtimes/#install-and-configure-prerequisites)
+  * update `90-kubeadm.conf` to add below iptables rules:
+- net.bridge.bridge-nf-call-iptables = 1
+- net.bridge.bridge-nf-call-ip6tables = 1
+  * update `kubeadm.conf` to add `overlay` kernel module
+  * update .spec file to:
+- add post-installation scriptlet for `kubeadm` package to enable iptables 
rules defined in `90-kubeadm.conf` using sysctl
+- add conditional checks to load kernel modules (br_netfilter, overlay) in 
`kubelet-common` package post-installation scriptlet
+- update `kubelet-common` post scriptlet to correctly update `KUBELET_VER` 
var in `/etc/sysconfig/kubelet` file based on fillup template
+- add below to `kubelet` subpackage to recommend installing correct version of 
package providing `kubernetes-kubelet-common` :
+  * `Recommends: kubernetes-kubelet-common = %{version}`
+- add below to `kubeadm` subpackage to recommend installing correct version of 
`kubelet` and `kubelet-common` packages:
+  * `Recommends: kubernetes%{baseversion}-kubelet`
+
+---
+Wed Sep 20 09:26:00 UTC 2023 - priyanka.sa...@suse.com
+
+- Update .spec file to bump go version build requirements:
+  * `BuildRequires:  go >= 1.20.8`
+- Update to version 1.25.14:
+  * Release commit for Kubernetes v1.25.14
+  * [go] Bump images, versions and deps to use Go 1.20.8
+  * Automated cherry pick of #119776: Fix a job quota related deadlock 
(#120322)
+  * Mark Job onPodConditions as optional in pod failure policy
+  * Update CHANGELOG/CHANGELOG-1.25.md for v1.25.13
+  * Incorporating feedback on 119341
+  * generate ReportingInstance and ReportingController in Event
+  * Pass Pinned field to kubecontainer.Image
+  * prep for go1.21: use -e in go list
+  * Skip apiserver_admission_webhook_request_total during context-canceled
+  * Ignore context canceled from validate and mutate webhook failopen metric
+  * kubeadm: fix nil pointer when etcd member is already removed
+  * update to golangci-lint v1.54.1 + go-ruleguard v0.4.0
+  * run dummy command return status 0
+  * unit test not requiring priviledge
+  * Revert "Revert #114605: its unit test requires root permission"
+  * node: devicemgr: topomgr: add logs
+  * e2e: node: add test to check device-requiring pods are cleaned up
+  * e2e: node: devices: improve the node reboot test
+  * e2e: node: devicemanager: update tests
+  * kubelet: devices: skip allocation for running pods
+
+---
+Tue Sep 12 12:36:31 UTC 2023 - priyanka.sa...@suse.com
+
+- Update .spec file to bump go version build requirements:
+  * `BuildRequires:  go >= 1.20.7`
+- Update to version 1.25.13:
+  * Release commit for Kubernetes v1.25.13
+  * Use environment varaibles for parameters in Powershell
+  * Use env varaibles for passing path
+  * [release-1.25] releng/go: Bump images, versions and deps to use Go 1.20.7 
and bump protoc version
+  * e2e_node: move getSampleDevicePluginPod to device_plugin_test.go
+  * fix 'pod' in kubelet prober metrics
+  * priority & fairness: support dynamically configuring work estimator max 
seats
+  * events: fix EventSeries starting count discrepancy
+  * tools/events: fix data race when emitting series
+  * tools/events: retry on AlreadyExist for Series
+  * kubeadm: backdate generated CAs by 5 minutes
+  * client-go: allow to set NotBefore in NewSelfSignedCACert()
+  * Fix a data race in TopologyCache
+  * Fix TopologyAwareHint not working when zone label is added after Node 
creation
+
+---

Old:

  kubernetes-1.25.12.tar.xz

New:

  kubernetes-1.25.14.tar.xz



Other differences:
--
++ kubernetes1.25.spec ++
--- 

commit kubernetes1.25 for openSUSE:Factory

2023-07-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.25 for openSUSE:Factory 
checked in at 2023-07-27 16:51:35

Comparing /work/SRC/openSUSE:Factory/kubernetes1.25 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.25.new.32662 (New)


Package is "kubernetes1.25"

Thu Jul 27 16:51:35 2023 rev:7 rq:1100844 version:1.25.12

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes1.25.changes
2023-06-21 22:40:47.650708797 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes1.25.new.32662/kubernetes1.25.changes 
2023-07-27 16:51:56.114196233 +0200
@@ -1,0 +2,31 @@
+Wed Jul 26 10:31:32 UTC 2023 - Priyanka Saggu 
+
+- Update: `BuildRequires:  go >= 1.20.6`
+- Update: `BuildRequires:  golang(API) = 1.20`
+
+- Update to version 1.25.12:
+  * [release-1.25] releng/go: Bump images, versions and deps to use Go 1.20.6
+  * Fix the converts an empty string to nil.
+  * Add unit tests for parallel StatefulSet create & delete
+  * Parallel StatefulSet pod create & delete
+  * Refactor StatefulSet controller update logic
+  * [release-1.25] releng/go: Update images, deps and version to go 1.20.5
+  * Only declare job as finished after removing all finalizers
+  * Hide numberOfMissedSchedules as an algorithm internal number
+  * Update schedule logic to properly calculate missed schedules
+  * kubeadm: set priority for "system-node-critical" Pods
+  * Make etcd component status consistent with health probes
+  * Fix deadlock in ready test
+  * fix the existing problem (0 SerialNumber in all certificate) as part of 
this PR in a separate commit
+  * update serial number to a valid non-zero number in ca certificate
+  * deps: Bump to cAdvisor v0.45.1
+  * Fix the wrong status returned from `RunPreFilterPlugins`
+  * Fix the git-repo test error caused by the correct use of loop variables
+  * kubeadm: remove function pointer comparison in phase test
+  * Add node check to vSphere cloud provider
+  * Adding additional validations to queried endpoint list iteration.
+  * test server side apply patch
+  * don't process unsupported loadbalancers with mixed protocols
+  * make MixedProtocolNotSupported public
+
+---

Old:

  kubernetes-1.25.11.tar.xz

New:

  kubernetes-1.25.12.tar.xz



Other differences:
--
++ kubernetes1.25.spec ++
--- /var/tmp/diff_new_pack.hBJCXv/_old  2023-07-27 16:51:57.294202900 +0200
+++ /var/tmp/diff_new_pack.hBJCXv/_new  2023-07-27 16:51:57.298202923 +0200
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.24
 
 Name:   kubernetes%{baseversion}
-Version:1.25.11
+Version:1.25.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.19.10
+BuildRequires:  go >= 1.20.6
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  rsync
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  golang(API) = 1.19
+BuildRequires:  golang(API) = 1.20
 BuildRequires:  golang(github.com/jteeuwen/go-bindata)
 ExcludeArch:%{ix86} s390 ppc64
 
@@ -69,6 +69,7 @@
 
 
 
+
 
 
 

++ _service ++
--- /var/tmp/diff_new_pack.hBJCXv/_old  2023-07-27 16:51:57.410203556 +0200
+++ /var/tmp/diff_new_pack.hBJCXv/_new  2023-07-27 16:51:57.414203578 +0200
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v1.25.11
+v1.25.12
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.hBJCXv/_old  2023-07-27 16:51:57.438203714 +0200
+++ /var/tmp/diff_new_pack.hBJCXv/_new  2023-07-27 16:51:57.446203759 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/kubernetes/kubernetes.git
-  8cfcba0b15c343a8dc48567a74c29ec4844e0b9e
+  ba490f01df1945d0567348b271c79a2aece7f623
 (No newline at EOF)
 

++ kubernetes-1.25.11.tar.xz -> kubernetes-1.25.12.tar.xz ++
/work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes-1.25.11.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.25.new.32662/kubernetes-1.25.12.tar.xz 
differ: char 15, line 1

++ kubernetes.obsinfo ++
--- /var/tmp/diff_new_pack.hBJCXv/_old  2023-07-27 16:51:57.566204437 +0200
+++ /var/tmp/diff_new_pack.hBJCXv/_new  2023-07-27 16:51:57.570204459 +0200
@@ -1,5 +1,5 @@
 name: kubernetes
-version: 1.25.11
-mtime: 1686736055
-commit: 8cfcba0b15c343a8dc48567a74c29ec4844e0b9e
+version: 1.25.12
+mtime: 1689768966
+commit: ba490f01df1945d0567348b271c79a2aece7f623
 


commit kubernetes1.25 for openSUSE:Factory

2023-06-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.25 for openSUSE:Factory 
checked in at 2023-06-21 22:39:32

Comparing /work/SRC/openSUSE:Factory/kubernetes1.25 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.25.new.15902 (New)


Package is "kubernetes1.25"

Wed Jun 21 22:39:32 2023 rev:6 rq:1094263 version:1.25.11

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes1.25.changes
2023-06-12 15:27:43.995507006 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes1.25.new.15902/kubernetes1.25.changes 
2023-06-21 22:40:47.650708797 +0200
@@ -1,0 +2,25 @@
+Wed Jun 21 04:45:30 UTC 2023 - Priyanka Saggu 
+
+- Update: `BuildRequires:  go >= 1.19.10`
+- Update to version 1.25.11:
+  * Release commit for Kubernetes v1.25.11
+  * update-vendor: update vendored go.sums
+  * [release-1.25] releng/go: Update images, deps and ver to go 1.19.10
+  * kube-proxy avoid race condition using LocalModeNodeCIDR
+  * Add ephemeralcontainer to imagepolicy securityaccount admission plugin
+  * Switch to assert.ErrorEquals from assert.Equal to check error equality
+  * update webhook test to go 1.21
+  * Test APIService safe handling at startup
+  * Fix waiting for CRD sync at server start
+  * kubeadm: fix a bug where the static pod changes detection logic is 
inconsistent with kubelet
+  * Update CHANGELOG/CHANGELOG-1.25.md for v1.25.10
+  * kubeadm: Make etcd member removal idempotent
+  * kubeadm: Add etcd client unit tests
+  * kubeadm: Use internal etcd client through an interface
+  * vclib: Modify x509.UnknownAuthorityError unwrap check
+  * vsphere: Adapt to govmomi version bumps
+  * *: Bump version of vmware/govmomi
+  * kubelet/stats: drop makePodStorageStats errors to V(6)
+  * kubelet/stats: deduplicate makePodStorageStats
+
+---

Old:

  kubernetes-1.25.10.tar.xz

New:

  kubernetes-1.25.11.tar.xz



Other differences:
--
++ kubernetes1.25.spec ++
--- /var/tmp/diff_new_pack.pjMdQM/_old  2023-06-21 22:40:48.330712889 +0200
+++ /var/tmp/diff_new_pack.pjMdQM/_new  2023-06-21 22:40:48.334712914 +0200
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.24
 
 Name:   kubernetes%{baseversion}
-Version:1.25.10
+Version:1.25.11
 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.19.9
+BuildRequires:  go >= 1.19.10
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  rsync
@@ -69,6 +69,7 @@
 
 
 
+
 
 
 

++ _service ++
--- /var/tmp/diff_new_pack.pjMdQM/_old  2023-06-21 22:40:48.402713323 +0200
+++ /var/tmp/diff_new_pack.pjMdQM/_new  2023-06-21 22:40:48.406713348 +0200
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v1.25.10
+v1.25.11
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.pjMdQM/_old  2023-06-21 22:40:48.426713467 +0200
+++ /var/tmp/diff_new_pack.pjMdQM/_new  2023-06-21 22:40:48.430713492 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/kubernetes/kubernetes.git
-  e770bdbb87cccdc2daa790ecd69f40cf4df3cc9d
+  8cfcba0b15c343a8dc48567a74c29ec4844e0b9e
 (No newline at EOF)
 

++ kubernetes-1.25.10.tar.xz -> kubernetes-1.25.11.tar.xz ++
/work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes-1.25.10.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.25.new.15902/kubernetes-1.25.11.tar.xz 
differ: char 15, line 1

++ kubernetes.obsinfo ++
--- /var/tmp/diff_new_pack.pjMdQM/_old  2023-06-21 22:40:48.550714214 +0200
+++ /var/tmp/diff_new_pack.pjMdQM/_new  2023-06-21 22:40:48.554714238 +0200
@@ -1,5 +1,5 @@
 name: kubernetes
-version: 1.25.10
-mtime: 1684332324
-commit: e770bdbb87cccdc2daa790ecd69f40cf4df3cc9d
+version: 1.25.11
+mtime: 1686736055
+commit: 8cfcba0b15c343a8dc48567a74c29ec4844e0b9e
 


commit kubernetes1.25 for openSUSE:Factory

2023-06-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.25 for openSUSE:Factory 
checked in at 2023-06-12 15:26:51

Comparing /work/SRC/openSUSE:Factory/kubernetes1.25 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.25.new.15902 (New)


Package is "kubernetes1.25"

Mon Jun 12 15:26:51 2023 rev:5 rq:1092437 version:1.25.10

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes1.25.changes
2023-04-13 17:02:45.775592311 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes1.25.new.15902/kubernetes1.25.changes 
2023-06-12 15:27:43.995507006 +0200
@@ -1,0 +2,37 @@
+Mon Jun 12 04:41:19 UTC 2023 - Priyanka Saggu 
+
+- Update BuildRequires:  `go >= 1.19.9`
+- Update to version 1.25.10:
+  * benchmark test to evaluate the overhead of podMatchesScopeFunc
+  * Fix incorrect calculation for ResourceQuota with PriorityClass as its scope
+  * releng/go: Update images, dependencies and version to Go 1.19.9
+  * node: device-plugin: e2e: Additional test cases
+  * node: device-plugin: add node reboot test scenario
+  * node: device-plugin: e2e: Capture pod admission failure
+  * node: device-mgr: e2e: adapt to sample device plugin refactoring
+  * node: device-mgr: e2e: Update the e2e test to reproduce issue:109595
+  * node: device-mgr: e2e: Implement End to end test
+  * node: device-mgr: Handle recovery by checking if healthy devices exist
+  * node: device-plugin: e2e: Add test case for kubelet restart
+  * node: device-plugin: e2e: Provide sleep intervals via constants
+  * node: device-plugin: e2e: Update test description to make it explicit
+  * node: device-plugin: e2e: Isolate test to pod restart scenario
+  * Move glusterfs 1.25 deprecation notice to the deprecation section.
+  * node: device-plugin: e2e: Annotate device check with error message
+  * node: device-plugins: e2e: s/devLen/expectedSampleDevsAmount
+  * node: device-plugins: e2e: Refactor parse log to return string and error
+  * test: Fix path to e2e node sample device plugin
+  * node: device-mgr: sample device plugin: manifest to avoid registration
+  * node: device-mgr: sample device plugin: control registration process
+  * e2e: node: unify sample device plugin utilities
+  * [1.25] vendor: bump runc to 1.1.6
+  * Fix directory mismatch for `volume.SetVolumeOwnership()`
+  * use case-insensitive header keys for http probes
+  * add log includes pod preemption details
+  * fix: the volume is not detached after the pod and PVC objects are deleted
+  * Do not look at VPC-related resources outside the cluster's network
+  * Bump konnectivity-client to 0.0.37
+  * kubelet: Do not mutate pods in the pod manager
+  * Return error for localhost seccomp type with no localhost profile defined
+
+---

Old:

  kubernetes-1.25.9.tar.xz

New:

  kubernetes-1.25.10.tar.xz



Other differences:
--
++ kubernetes1.25.spec ++
--- /var/tmp/diff_new_pack.dgIXMk/_old  2023-06-12 15:27:45.083513443 +0200
+++ /var/tmp/diff_new_pack.dgIXMk/_new  2023-06-12 15:27:45.087513467 +0200
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.24
 
 Name:   kubernetes%{baseversion}
-Version:1.25.9
+Version:1.25.10
 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.19.8
+BuildRequires:  go >= 1.19.9
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  rsync
@@ -69,6 +69,7 @@
 
 
 
+
 
 
 # packages to build containerized control plane

++ _service ++
--- /var/tmp/diff_new_pack.dgIXMk/_old  2023-06-12 15:27:45.159513893 +0200
+++ /var/tmp/diff_new_pack.dgIXMk/_new  2023-06-12 15:27:45.163513916 +0200
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v1.25.9
+v1.25.10
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.dgIXMk/_old  2023-06-12 15:27:45.183514035 +0200
+++ /var/tmp/diff_new_pack.dgIXMk/_new  2023-06-12 15:27:45.187514059 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/kubernetes/kubernetes.git
-  a1a87a0a2bcd605820920c6b0e618a8ab7d117d4
+  e770bdbb87cccdc2daa790ecd69f40cf4df3cc9d
 (No newline at EOF)
 

++ kubernetes-1.25.9.tar.xz -> kubernetes-1.25.10.tar.xz ++
/work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes-1.25.9.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.25.new.15902/kubernetes-1.25.10.tar.xz 
differ: char 15, line 1

++ kubernetes.obsinfo ++
--- /var/tmp/diff_new_pack.dgIXMk/_old  2023-06-12 15:27:45.295514698 +0200
+++ 

commit kubernetes1.25 for openSUSE:Factory

2023-04-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.25 for openSUSE:Factory 
checked in at 2023-04-13 17:02:44

Comparing /work/SRC/openSUSE:Factory/kubernetes1.25 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.25.new.19717 (New)


Package is "kubernetes1.25"

Thu Apr 13 17:02:44 2023 rev:4 rq:1079130 version:1.25.9

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes1.25.changes
2023-03-30 22:51:15.196570377 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes1.25.new.19717/kubernetes1.25.changes 
2023-04-13 17:02:45.775592311 +0200
@@ -1,0 +2,28 @@
+Thu Apr 13 11:21:25 UTC 2023 - Priyanka Saggu 
+
+- Update to version 1.25.9:
+  * Release commit for Kubernetes v1.25.9
+  * releng/go: Update images, dependencies and version to Go 1.19.8
+  * Drop development dependencies from test targets
+  * Clear front proxy headers after authentication is complete
+  * Make prerelease tag optional in CI versions
+  * Annotate CI version regexes
+  * Drop unused regex grouping
+  * Delete unused version regex function
+  * kubelet: Fix fs quota monitoring on volumes
+  * fsquota: only generate pod uuid is nil
+  * Preserve UID/ResourceVersion in the BindingREST endpoint
+  * Add integration test for DefaultBinder
+  * Change where transformers are called.
+  * wait again on pending state
+  * cacher allow context cancellation if not ready
+  * Route controller should update routes with NodeIP changed When a node 
reboots or kubelet restarts, it is possible that its IP is changed. In this 
case, node route should be updated with the correct IP. In this PR, it checks 
if the IP in an existing route is the same as the actual one. If not, it marks 
it as "update" so the old route will be deleted and a new one will be created. 
There's a new field EnableNodeAddresses, which is a feature gate for specific 
cloud providers to enable after they update their cloud provider code for 
CreateRoute().
+  * client-go/cache: update Replace comment to be more clear
+  * client-go/cache: rewrite Replace to check queue first
+  * client-go/cache: merge ReplaceMakesDeletionsForObjectsInQueue tests
+  * client-go/cache: fix missing delete event on replace without knownObjects
+  * client-go/cache: fix missing delete event on replace
+  * Bump konnectivity-client to v0.0.36
+  * test: demote service ClientIP affinity timeout tests from conformance
+
+---

Old:

  kubernetes-1.25.8.tar.xz

New:

  kubernetes-1.25.9.tar.xz



Other differences:
--
++ kubernetes1.25.spec ++
--- /var/tmp/diff_new_pack.OTsqOQ/_old  2023-04-13 17:02:46.683597740 +0200
+++ /var/tmp/diff_new_pack.OTsqOQ/_new  2023-04-13 17:02:46.687597765 +0200
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.24
 
 Name:   kubernetes%{baseversion}
-Version:1.25.8
+Version:1.25.9
 Release:0
 Summary:Container Scheduling and Management
 License:Apache-2.0
@@ -51,6 +51,7 @@
 Patch5: revert-coredns-image-renaming.patch
 BuildRequires:  fdupes
 BuildRequires:  git
+BuildRequires:  go >= 1.19.8
 BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  rsync
@@ -71,6 +72,7 @@
 
 
 # packages to build containerized control plane
+
 %package apiserver
 Summary:Kubernetes apiserver for container image
 Group:  System/Management

++ _service ++
--- /var/tmp/diff_new_pack.OTsqOQ/_old  2023-04-13 17:02:46.763598219 +0200
+++ /var/tmp/diff_new_pack.OTsqOQ/_new  2023-04-13 17:02:46.767598243 +0200
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v1.25.8
+v1.25.9
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.OTsqOQ/_old  2023-04-13 17:02:46.787598363 +0200
+++ /var/tmp/diff_new_pack.OTsqOQ/_new  2023-04-13 17:02:46.795598411 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/kubernetes/kubernetes.git
-  0ce7342c984110dfc93657d64df5dc3b2c0d1fe9
+  a1a87a0a2bcd605820920c6b0e618a8ab7d117d4
 (No newline at EOF)
 

++ kubernetes-1.25.8.tar.xz -> kubernetes-1.25.9.tar.xz ++
/work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes-1.25.8.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.25.new.19717/kubernetes-1.25.9.tar.xz 
differ: char 15, line 1

++ kubernetes.obsinfo ++
--- /var/tmp/diff_new_pack.OTsqOQ/_old  2023-04-13 17:02:46.899599032 +0200
+++ /var/tmp/diff_new_pack.OTsqOQ/_new  2023-04-13 17:02:46.903599056 +0200
@@ -1,5 +1,5 @@
 name: kubernetes
-version: 1.25.8
-mtime: 1678887092
-commit: 0ce7342c984110dfc93657d64df5dc3b2c0d1fe9
+version: 1.25.9
+mtime: 1681301179
+commit: 

commit kubernetes1.25 for openSUSE:Factory

2023-03-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.25 for openSUSE:Factory 
checked in at 2023-03-30 22:51:12

Comparing /work/SRC/openSUSE:Factory/kubernetes1.25 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.25.new.31432 (New)


Package is "kubernetes1.25"

Thu Mar 30 22:51:12 2023 rev:3 rq:1075487 version:1.25.8

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes1.25.changes
2023-03-28 17:51:07.587484697 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes1.25.new.31432/kubernetes1.25.changes 
2023-03-30 22:51:15.196570377 +0200
@@ -1,0 +2,10 @@
+Mon Mar 27 09:24:52 UTC 2023 - Robert Munteanu 
+
+- Stronger conflicts for completion packages 
+
+---
+Mon Mar 27 08:53:20 UTC 2023 - Robert Munteanu 
+
+- Split individual completions into separate packages
+
+---



Other differences:
--
++ kubernetes1.25.spec ++
--- /var/tmp/diff_new_pack.vmUtx5/_old  2023-03-30 22:51:15.900574144 +0200
+++ /var/tmp/diff_new_pack.vmUtx5/_new  2023-03-30 22:51:15.904574166 +0200
@@ -49,7 +49,6 @@
 Patch4: kubeadm-opensuse-flexvolume.patch
 # Patch to revert renaming of coredns image location to match how it's done on 
download.opensuse.org
 Patch5: revert-coredns-image-renaming.patch
-BuildRequires:  bash-completion
 BuildRequires:  fdupes
 BuildRequires:  git
 BuildRequires:  go-go-md2man
@@ -69,6 +68,8 @@
 
 
 
+
+
 # packages to build containerized control plane
 %package apiserver
 Summary:Kubernetes apiserver for container image
@@ -177,6 +178,35 @@
 %description client-common
 Kubernetes client tools common files
 
+%package client-bash-completion
+Summary:Bash Completion for %{name}-client
+Group:  System/Shells
+BuildRequires:  bash-completion
+Requires:   bash-completion
+Requires:   kubernetes%{baseversion}-client = %{version}
+Supplements:(kubernetes%{baseversion}-client and bash-completion)
+BuildArch:  noarch
+Obsoletes:  kubernetes%{baseversionminus1}-client-bash-completion
+Provides:   kubernetes-client-bash-completion = %{version}
+Conflicts:  kubernetes-client-bash-completion
+
+%description client-bash-completion
+Bash command line completion support for %{name}-client
+
+%package client-fish-completion
+Summary:Fish Completion for %{name}-client
+Group:  System/Shells
+BuildRequires:  fish
+Requires:   kubernetes%{baseversion}-client = %{version}
+Supplements:(kubernetes%{baseversion}-client and fish)
+BuildArch:  noarch
+Obsoletes:  kubernetes%{baseversionminus1}-client-fish-completion
+Provides:   kubernetes-client-fish-completion = %{version}
+Conflicts:  kubernetes-client-fish-completion
+
+%description client-fish-completion
+Fish command line completion support for %{name}-client.
+
 %prep
 %setup -q -n kubernetes-%{version}
 %patch2 -p1
@@ -249,6 +279,10 @@
 install -d -m 0755 %{buildroot}%{_datadir}/bash-completion/completions/
 %{buildroot}%{_bindir}/kubectl%{baseversion} completion bash > 
%{buildroot}%{_datadir}/bash-completion/completions/kubectl
 
+# install the fish completion
+mkdir -p %{buildroot}%{_datadir}/fish/vendor_completions.d
+%{buildroot}%{_bindir}/kubectl%{baseversion} completion fish > 
%{buildroot}%{_datadir}/fish/vendor_completions.d/kubectl.fish
+
 # move CHANGELOG-%{baseversion}.md to old location
 mv CHANGELOG/CHANGELOG-%{baseversion}.md .
 
@@ -402,6 +436,11 @@
 %license LICENSE
 %{_mandir}/man1/kubectl.1%{?ext_man}
 %{_mandir}/man1/kubectl-*
+
+%files client-bash-completion
 %{_datadir}/bash-completion/completions/kubectl
 
+%files client-fish-completion
+%{_datadir}/fish/vendor_completions.d/kubectl.fish
+
 %changelog


commit kubernetes1.25 for openSUSE:Factory

2023-03-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.25 for openSUSE:Factory 
checked in at 2023-03-28 17:51:05

Comparing /work/SRC/openSUSE:Factory/kubernetes1.25 (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes1.25.new.31432 (New)


Package is "kubernetes1.25"

Tue Mar 28 17:51:05 2023 rev:2 rq:1074912 version:1.25.8

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes1.25.changes
2023-03-22 22:29:43.709917420 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes1.25.new.31432/kubernetes1.25.changes 
2023-03-28 17:51:07.587484697 +0200
@@ -1,0 +2,21 @@
+Tue Mar 21 08:00:04 UTC 2023 - Priyanka Saggu 
+
+- Update to version 1.25.8:
+  * Release commit for Kubernetes v1.25.8
+  * One lock among PodNominator and SchedulingQueue
+  * releng/go: Update images, dependencies and version to Go 1.19.7
+  * Fix for windows kube-proxy: 'externalTrafficPolicy: Local' results in no 
clusterIP entry in windows node.
+  * Re-enable label selector
+  * Add integration test for diff --prune --selector
+  * Use label selector for filtering out resources when pruning. Matches same 
behavior as for kubectl apply
+  * scheduler/framework/plugins/volumebinding: fix inaccurate log for when a 
volume is bound to a claim
+  * Remove check for CSI driver running on node for CSI migration attach 
operations
+  * Simplify construction of /metrics request
+  * test: remove flaky pod update test in CSIInlineVolumes e2e
+  * Move CSI json file saving to SetUpAt()
+  * Fix for issue with Loadbalancer policy creation for IPV6 endpoints in 
Dualstack mode.
+  * Invoke gimme from kube::golang::verify_go_version
+  * Defer builds to test-cmd and test-integration targets
+  * Carefully compute request path for metrics
+
+---

Old:

  kubernetes-1.25.7.tar.xz

New:

  kubernetes-1.25.8.tar.xz



Other differences:
--
++ kubernetes1.25.spec ++
--- /var/tmp/diff_new_pack.N2WEMG/_old  2023-03-28 17:51:09.131492146 +0200
+++ /var/tmp/diff_new_pack.N2WEMG/_new  2023-03-28 17:51:09.135492166 +0200
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.24
 
 Name:   kubernetes%{baseversion}
-Version:1.25.7
+Version:1.25.8
 Release:0
 Summary:Container Scheduling and Management
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.N2WEMG/_old  2023-03-28 17:51:09.211492533 +0200
+++ /var/tmp/diff_new_pack.N2WEMG/_new  2023-03-28 17:51:09.211492533 +0200
@@ -5,7 +5,7 @@
 .git
 @PARENT_TAG@
 v(.*)
-v1.25.7
+v1.25.8
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.N2WEMG/_old  2023-03-28 17:51:09.235492649 +0200
+++ /var/tmp/diff_new_pack.N2WEMG/_new  2023-03-28 17:51:09.239492667 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/kubernetes/kubernetes.git
-  723bcdb232300aaf5e147ff19b4df7ec8a20278d
+  0ce7342c984110dfc93657d64df5dc3b2c0d1fe9
 (No newline at EOF)
 

++ kubernetes-1.25.7.tar.xz -> kubernetes-1.25.8.tar.xz ++
/work/SRC/openSUSE:Factory/kubernetes1.25/kubernetes-1.25.7.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.25.new.31432/kubernetes-1.25.8.tar.xz 
differ: char 15, line 1

++ kubernetes.obsinfo ++
--- /var/tmp/diff_new_pack.N2WEMG/_old  2023-03-28 17:51:09.367493285 +0200
+++ /var/tmp/diff_new_pack.N2WEMG/_new  2023-03-28 17:51:09.371493305 +0200
@@ -1,5 +1,5 @@
 name: kubernetes
-version: 1.25.7
-mtime: 1677074210
-commit: 723bcdb232300aaf5e147ff19b4df7ec8a20278d
+version: 1.25.8
+mtime: 1678887092
+commit: 0ce7342c984110dfc93657d64df5dc3b2c0d1fe9