Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubernetes1.23 for openSUSE:Factory checked in at 2022-03-18 16:41:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubernetes1.23 (Old) and /work/SRC/openSUSE:Factory/.kubernetes1.23.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubernetes1.23" Fri Mar 18 16:41:31 2022 rev:4 rq:962176 version:1.23.4 Changes: -------- --- /work/SRC/openSUSE:Factory/kubernetes1.23/kubernetes1.23.changes 2022-02-10 23:11:34.076131090 +0100 +++ /work/SRC/openSUSE:Factory/.kubernetes1.23.new.25692/kubernetes1.23.changes 2022-03-18 16:41:37.613159449 +0100 @@ -1,0 +2,92 @@ +Wed Mar 16 12:29:58 UTC 2022 - rbr...@suse.com + +- Update to version 1.23.4: + * Update Go to 1.17.7 + * Use serializable struct for x-kubernetes-validations in openapi + * Make JSON schema round tripping test more strict + * ignore CRI PodSandboxNetworkStatus for host network pods + * set secondary address on host-network pods + * Deeply copy JSONSchemaProps.XValidations. + * Ensure the execHostnameTest() compares hostnames + * Revert "Fix comparison between FQDN and hostname" + * service REST: Call Decorator(old) on update path + * add namespace in azurefile volumeid + * fix: azurefile volumeid conflict in csi migration + * Mark device as uncertain if unmount device succeeds + * Update CHANGELOG/CHANGELOG-1.23.md for v1.23.3 + * kubelet: fix podstatus not containing pod full name + * Fix bug with node restriction blocking pvc.status.resizestatus change + * Fix regression pruning array fields with x-kubernetes-preserve-unknown-fields: true + * Set max results if its not set + * Update CHANGELOG/CHANGELOG-1.23.md for v1.23.2 + * Update k/utils to v0.0.0-20211116205334-6203023598ed + * [go] update to Go 1.17.6 + * fix: remove outdated ipv4 route when the corresponding node is deleted + * fix: delete non existing disk issue + * Revert "Automated cherry pick of #107554: Correct the feature gate string for RBD migration." + * fix containers order after applying + * generated: ./hack/update-vendor.sh + * upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1 + * Execute sync before taking the snapshot + * Correct the feature gate string for RBD migration. + * fix: azuredisk parameter lowercase translation issue + * removed unnecessary log line + * kubectl: add integration test for result reporting + * cli: let kubectl handle error printing + * cli: avoid logging command line errors in more cases + * Fix header mutation race in timeout filter + * clear pod's .status.nominatedNodeName when necessary + * use node informer to check volumes attachment status before backoff + * When volume is not marked in-use, do not backoff + * kubeadm: remove the restriction that the ca.crt can only contain one certificate + * flake fix: remove the error handler for cronjob integration test + * Fix the leak of vSphere client sessions + * fix nil pointer in create secret commands + * Fix order of commands in the snapshot tests for persistent volumes + * client-go: Clear the ResourceVersionMatch on paged list calls + * Improving performance of EndpointSlice controller metrics cache + * fix the error when cleaning up jobs for cronjob + * Update CHANGELOG to add missing release notes. + * apf: ensure exempt request notes the classification + * Enabling kube-proxy metrics on windows kernel mode + * Update CHANGELOG/CHANGELOG-1.23.md for v1.23.1 + * add gce loadbalancer no-op finalizer and existingFwdRule tests + * disable gce service handling if has rbs forwarding rule + * add ELBRbsFinalizer + * add gce elb rbs opt-in annotation + * cherry pick of knp 0.0.27 + * Remove JSON logging performance regression + * Re-introduce removed kubectl --dry-run values. + * Point flowcontrol users at v1beta2 + * [go1.17] Update to go1.17.5 + * dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63 + * mount-utils: Detect potential stale file handle + * Skip creating HNS loadbalancer with empty endpoints + * Add regression test for CPUManager distribute NUMA algorithm + * Add unit test for CPUManager distribute NUMA algorithm verifying fixes + * Fix accounting bug in CPUManager distribute NUMA policy + * Fix error handling in CPUManager distribute NUMA tests + * Add a sum() helper to the CPUManager cpuassignment logic + * Allow the map.Values() function in the CPUManager to take a set of keys + * Fix CPUManager algo to calculate min NUMA nodes needed for distribution + * Fix unit tests following bug fix in CPUManager for map functions (2/2) + * Fix unit tests following bug fix in CPUManager for map functions (1/2) + * Fix bug in CPUManager map.Keys() and map.Values() implementations + * Ensure we balance across *all* NUMA nodes in NUMA distribution algo + * Short-circuit CPUManager distribute NUMA algo for unusable cpuGroupSize + * Round the CPUManager mean and stddev calculations to the nearest 1000th + * updated deprecation messages from 1.23 to 1.24 + * kubelet: set failed phase during graceful shutdown + * kubeadm: avoid requiring a CA key during kubeconfig expiration checks + * kubeadm: print the CA of kubeconfig files in "check expiration" + * kubeadm: validate local etcd certficates during expiration checks + * publishing-bot/doc: add component-helpers to the readme + * publishing-bot/rules: remove non existing component-helpers branch 1.19 from the rules + * Changelog: mention kube-scheduler bits deprication + * rbd: initialize ceph monitors slice with an empty value. + * Direct v2betaX users to migrate to HPA v2 + * DelegateFSGroupToCSIDriver e2e: skip tests with chgrp + * Update CHANGELOG/CHANGELOG-1.23.md for v1.23.0 + * [go1.17] Update to go1.17.4 + +------------------------------------------------------------------- Old: ---- kubernetes-1.23.0.tar.xz New: ---- kubernetes-1.23.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubernetes1.23.spec ++++++ --- /var/tmp/diff_new_pack.IFkzCi/_old 2022-03-18 16:41:39.109160520 +0100 +++ /var/tmp/diff_new_pack.IFkzCi/_new 2022-03-18 16:41:39.113160523 +0100 @@ -22,7 +22,7 @@ %define baseversionminus1 1.22 Name: kubernetes%{baseversion} -Version: 1.23.0 +Version: 1.23.4 Release: 0 Summary: Container Scheduling and Management License: Apache-2.0 @@ -52,7 +52,7 @@ BuildRequires: bash-completion BuildRequires: fdupes BuildRequires: git -BuildRequires: go >= 1.17.3 +BuildRequires: go >= 1.17.7 BuildRequires: go-go-md2man BuildRequires: golang-packaging BuildRequires: rsync @@ -70,6 +70,7 @@ + # packages to build containerized control plane %package apiserver ++++++ _service ++++++ --- /var/tmp/diff_new_pack.IFkzCi/_old 2022-03-18 16:41:39.169160563 +0100 +++ /var/tmp/diff_new_pack.IFkzCi/_new 2022-03-18 16:41:39.173160566 +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.23.0</param> + <param name="revision">v1.23.4</param> <param name="changesgenerate">enable</param> </service> <service name="tar" mode="disabled"/> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.IFkzCi/_old 2022-03-18 16:41:39.189160577 +0100 +++ /var/tmp/diff_new_pack.IFkzCi/_new 2022-03-18 16:41:39.193160580 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubernetes/kubernetes.git</param> - <param name="changesrevision">532d2a36e39fb0e8122de2c55b82b10a6acc6764</param></service></servicedata> + <param name="changesrevision">f9c79eb7e8929239ade47ebd99596650980c5d2f</param></service></servicedata> (No newline at EOF) ++++++ kubernetes-1.23.0.tar.xz -> kubernetes-1.23.4.tar.xz ++++++ /work/SRC/openSUSE:Factory/kubernetes1.23/kubernetes-1.23.0.tar.xz /work/SRC/openSUSE:Factory/.kubernetes1.23.new.25692/kubernetes-1.23.4.tar.xz differ: char 15, line 1 ++++++ kubernetes.obsinfo ++++++ --- /var/tmp/diff_new_pack.IFkzCi/_old 2022-03-18 16:41:39.285160646 +0100 +++ /var/tmp/diff_new_pack.IFkzCi/_new 2022-03-18 16:41:39.285160646 +0100 @@ -1,6 +1,5 @@ name: kubernetes -version: 1.23.0 -mtime: 1638900519 -commit: ab69524f795c42094a6630298ff53f3c3ebab7f4 - +version: 1.23.4 +mtime: 1645014648 +commit: e6c093d87ea4cbb530a7b2ae91e54c0842d8308a