Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubernetes1.22 for openSUSE:Factory checked in at 2021-12-16 21:19:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubernetes1.22 (Old) and /work/SRC/openSUSE:Factory/.kubernetes1.22.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubernetes1.22" Thu Dec 16 21:19:03 2021 rev:3 rq:936732 version:1.22.4 Changes: -------- --- /work/SRC/openSUSE:Factory/kubernetes1.22/kubernetes1.22.changes 2021-09-20 23:32:49.651149437 +0200 +++ /work/SRC/openSUSE:Factory/.kubernetes1.22.new.2520/kubernetes1.22.changes 2021-12-16 21:19:50.538533341 +0100 @@ -1,0 +2,82 @@ +Wed Dec 08 15:23:39 UTC 2021 - rbr...@suse.com + +- Update to version 1.22.4: + * defer close the rotated log open + * proxy/iptables: fix all-vs-ready endpoints a bit + * proxy/iptables: Remove a no-op check + * proxy/iptables: Add more stuff to the unit test + * proxy/iptables: Fix TestOnlyLocalNodePortsNoClusterCIDR + * proxy/iptables: test that we create a consistent set of iptables rules + * proxy/iptables: Misc improvements to unit test + * proxy/iptables: Improve the sorting logic in TestOverallIPTablesRulesWithMultipleServices + * proxy/iptables: Fix sync_proxy_rules_iptables_total metric + * Fixed nil pointer dereference + * Add tests for checking bind mounts + * Check subpath file + * Add check for subpaths + * Fixed unit test SELinux support + * Add shortcut for SELinux detection + * Don't guess SELinux support on error + * Manual cherry pick of kube-openapi changes for release-1.22 Bump kube-openapi against kube-openapi/release-1.22 branch + * kube-proxy: fix stale detection logic + * Use separate pathSpec for local and remote to properly handle cleaning paths + * [go1.16] Update to go1.16.10 + * Automated cherry pick of #105122: added keys for structured logging (#105137) + * Update debian, debian-iptables, setcap images to pick up CVE-2021-33910 fixes + * Fixing how EndpointSlice Mirroring handles Service selector transitions + * Add unit tests to cover scheduler's setup + * sched: ensure feature gate is honored when instantiating scheduler + * Fix race condition in logging when request times out + * use original requests in NodeResourcesBalancedAllocation instead of NonZero + * Remove nodes with Cluster Autoscaler taint from LB backends. + * Fix issue in node status updating VolumeAttached list + * Support cgroupv2 in node problem detector test + * Update CHANGELOG/CHANGELOG-1.22.md for v1.22.3 + * Free APF seats for watches handled by an aggregated apiserver. + * parameter 'disabled-metrics' is invalid + * Run storage hostpath e2e test client pod as privileged + * support more than 100 disk mounts on Windows + * [go1.16] Update to go1.16.9 + * Clear initial UDP conntrack entries for loadBalancerIPs + * Verifying the auth headers are set for upgraded aggregated API requests + * apiserver aggregator upgrade unit test + * Aggregator uses the regular transport even if the request requires upgrades + * Fix PreferNominatedNode test + * Remove Error Message Check Dynamic PV Tests + * go fmt + * Add e2e test to verify kubelet restart behaviour + * kubelet: set terminated podWorker status for terminated pods + * Fix quota controller hotloop in integration tests + * remove StartedPodsErrorsTotal metrice message + * Copy VolumeSnapshotContent annotations in snapshottable.go test + * Fix bugs in e2e pod test + * Ensure terminal pods maintain terminal status + * Do not sync Waiting statuses for Terminated pods + * Adds CancelRequest function to CommandHeadersRoundTripper + * Fixes kubectl command headers which hangs on kubectl run + * Revert "Build non-static binaries with PIE buildmode" + * Ignore VMs in vmss delete backend pools + * Fix CSR test to accept certs shorter than the requested duration + * fix: skip not found nodes when reconciling LB backend address pools + * fix: consolidate logs for instance not found error + * Remove a duplicate StorageClass creation call + * Update Containerd version - GCE Windows + * e2e scheduling priorities: do not reference control loop variable + * storege e2etest: Delete restored PVC/Pod in snapshottable + * pkg/kubelet/cm/memorymanager: Fix ErrorS key/value pair + * v1.22: Fix test flake in old svc registry + * 'New' Event namespace validate failed + * kubelet: Handle UID reuse in pod worker + * Add test for recreating a static pod + * Update CHANGELOG/CHANGELOG-1.22.md for v1.22.2 + * Refine locking in API Priority and Fairness config controller + * kube-controller-manager: properly check generic ephemeral volume feature + * Fix null JSON round tripping + * Propagate conversion errors + * integration test + * fix 104329: check for headless before trying to release the ClusterIPs + * fix detach disk issue on deleting node + * kubelet: fix sandbox creation error suppression when pods are quickly deleted + * remove listx from OWNERS_ALIASES + +------------------------------------------------------------------- Old: ---- kubernetes-1.22.2.tar.xz New: ---- kubernetes-1.22.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubernetes1.22.spec ++++++ --- /var/tmp/diff_new_pack.ogXYFH/_old 2021-12-16 21:19:51.582533738 +0100 +++ /var/tmp/diff_new_pack.ogXYFH/_new 2021-12-16 21:19:51.586533739 +0100 @@ -22,7 +22,7 @@ %define baseversionminus1 1.21 Name: kubernetes%{baseversion} -Version: 1.22.2 +Version: 1.22.4 Release: 0 Summary: Container Scheduling and Management License: Apache-2.0 @@ -68,9 +68,14 @@ It groups containers that make up an application into logical units for management and discovery. +<<<<<<< .mine -# packages to build containerized control plane +======= + +>>>>>>> .new + +# packages to build containerized control plane %package apiserver Summary: Kubernetes apiserver for container image Group: System/Management ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ogXYFH/_old 2021-12-16 21:19:51.678533775 +0100 +++ /var/tmp/diff_new_pack.ogXYFH/_new 2021-12-16 21:19:51.682533776 +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.22.2</param> + <param name="revision">v1.22.4</param> <param name="changesgenerate">enable</param> </service> <service name="tar" mode="disabled"/> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ogXYFH/_old 2021-12-16 21:19:51.698533783 +0100 +++ /var/tmp/diff_new_pack.ogXYFH/_new 2021-12-16 21:19:51.702533784 +0100 @@ -1,6 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubernetes/kubernetes.git</param> - <param name="changesrevision">4193f7fe6b30bca6cf30741a6460c6c532c2dc42</param></service></servicedata> -(No newline at EOF) + <param name="changesrevision">714321c6b1b5f8b7964b9eb17d48f2746545f615</param></service></servicedata> ++++++ kubernetes-1.22.2.tar.xz -> kubernetes-1.22.4.tar.xz ++++++ /work/SRC/openSUSE:Factory/kubernetes1.22/kubernetes-1.22.2.tar.xz /work/SRC/openSUSE:Factory/.kubernetes1.22.new.2520/kubernetes-1.22.4.tar.xz differ: char 15, line 1 ++++++ kubernetes.obsinfo ++++++ --- /var/tmp/diff_new_pack.ogXYFH/_old 2021-12-16 21:19:51.814533826 +0100 +++ /var/tmp/diff_new_pack.ogXYFH/_new 2021-12-16 21:19:51.818533828 +0100 @@ -1,6 +1,5 @@ name: kubernetes -version: 1.22.2 -mtime: 1631741492 -commit: 8b5a19147530eaac9476b0ab82980b4088bbc1b2 - +version: 1.22.4 +mtime: 1637163702 +commit: b695d79d4f967c403a96986f1750a35eb75e75f1