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-07-21 11:33:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubernetes1.23 (Old) and /work/SRC/openSUSE:Factory/.kubernetes1.23.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubernetes1.23" Thu Jul 21 11:33:33 2022 rev:5 rq:990348 version:1.23.9 Changes: -------- --- /work/SRC/openSUSE:Factory/kubernetes1.23/kubernetes1.23.changes 2022-03-18 16:41:37.613159449 +0100 +++ /work/SRC/openSUSE:Factory/.kubernetes1.23.new.1523/kubernetes1.23.changes 2022-07-21 11:34:03.814987390 +0200 @@ -1,0 +2,155 @@ +Tue Jul 19 05:05:54 UTC 2022 - [email protected] + +- Update to version 1.23.9: + * Do not skip job requeue in conflict error + * kubeadm: fix the bug that configurable KubernetesVersion not respected during kubeadm join + * Bump cAdvisor to v0.43.1 + * Fix: filter out unsatisfied nodes when calling AddPod in PodTopologySpread + * kubeadm: fix the bug that configurable KubernetesVersion not respected during kubeadm join + * GIT-110239: fix activeDeadlineSeconds enforcement bug + * fix: --chunk-size with selector returns missing result + * Fixed winkernel proxy failing to query v1 endpoints created by dockershim CNIs + * Winkernel proxier cache HNS data to improve syncProxyRules performance + * Update CHANGELOG/CHANGELOG-1.23.md for v1.23.8 + * apiserver: printers should use int64 + * add missing error handling steps + * add missing error handling steps + * fix image pulling failure when IMDS is unavailalbe in kubelet startup + * fix: exclude non-ready nodes and deleted nodes from azure load balancers + * Avoid updating Services with stale specs Fix the bug that service specs in servicesToUpdate may have been updated by clients. +- Require only BuildRequires: golang(API) = 1.17 pinned Go major version. + Remove potentially conflicting BuildRequires: go >= x.y.z. + The plan for future updates is BuildRequires: golang(API) >= 1.17 + minimum Go major version. + +------------------------------------------------------------------- +Tue Jul 19 04:39:46 UTC 2022 - [email protected] + +- Update to version 1.23.8: + * Revert "Automated cherry pick of #109124: Winkernel proxier cache HNS data to improve syncProxyRules" + * test: update graceful node shutdown e2e with watch + * move the ignore logic higher up to the reconciler + * Ignore EndpointSlices that are already marked for deletion + * kubelet: Mark ready condition as false explicitly for terminal pods + * agnhost: bump version 2.39 + * Update Go to 1.17.11 + * add service e2e tests + * kubelet: add e2e test to verify probe readiness + * kubelet: only shutdown probes for pods that are terminated + * kubelet: Pod probes should be handled by pod worker + * Enable resize feature + * Reject proxy requests to 0.0.0.0 as well + * ipvs: fix prevent concurrent map read and map write for 1.23 + * cpu manager policy set to none, no one remove container id from container map, lead memory leak + * fix audit union loop variables in closures + * Updating e2e test to check EndpointSlices and Endpoints as well + * e2e: services with evicted pods doesn't have endpoints + * e2e test for evicted pods + * endpoints controller: don't consider terminal endpoints + * endpointslices: terminal pods doesn't receive enpoints + * add pod util to verify pod is terminal + * Update CHANGELOG/CHANGELOG-1.23.md for v1.23.7 + * Add test for checking ephemeral volume expansion + * Fix resizing of ephemeral volumes + * untangle fix with healthCheck feature + * Winkernel proxier cache HNS data to improve syncProxyRules performance + * Skip updating Endpoints and EndpointSlice if no relevant fields change + +------------------------------------------------------------------- +Tue Jul 19 03:51:42 UTC 2022 - [email protected] + +- Update to version 1.23.7: + * Fix requests scope classification + * Update Go to 1.17.10 + * authn: fix cache mutation by AuthenticatedGroupAdder + * GCE: skip updating and deleting external loadbalancers if service is managed outside of service controller + * Wait for cache to sync in job's TestWatchOrphanPods + * Fix OpenAPI loading error caused by empty APIService + * Test Foreground deletion in job integration + * Fix removing finalizer from finished jobs + * Don't mark job as failed until expectations are satisfied + * Integration test for backoff limit and finalizers + * component-base: replace url in rest client metrics + * fix broken find command + * Allow KUBE_TEST_REPO_LIST to be a remote url as well + * Disable JobTrackingWithFinalizers due to unresolved bug + * Update CHANGELOG/CHANGELOG-1.23.md for v1.23.6 + * Correct event registration for multiple scheduler plugins. + * kubelet: rename closeAllConns to onHeartbeatFailure + * kubelet apiserver: be gentle closing connections on heartbeat failures + * fix: race detected in TestErrConnKilled + * Replace hardcoded kubectl with kubectl.Name() + * kubectl: fix hard-coded value in zsh completion + * kubeadm: add etcd flag for member data consistency + * Fix a bug that out-of-tree plugin is misplaced when using scheduler v1beta3 config + * ipvs: remove port opener + * iptables: remove port opener + * azure_file: try to get secret namespace from ClaimRef + * azure_file: add namespace tests for InTree to CSI conversion + +------------------------------------------------------------------- +Tue Jul 19 02:20:39 UTC 2022 - [email protected] + +- Update to version 1.23.6: + * Update Go to 1.17.9 + * Fix: abort nominating a pod that was already scheduled to a node + * Fix the overestimated cost of deletaged API requests in P&F + * omit enums from static openapi snapshots used to generate clients + * Drop enum tag from certificate request condition + * Addresses the issue which caused #109115 + * Add test for indexer with multiple values + * Reduce number of pods in Job+GC tests + * Adjust validation checks to pass for both client-side and server-side validation + * Remove finalizer when orphaned + * Fix: Clean job tracking finalizer from orphan pods + * Add test for Background delete propagation + * Add integration test for orphan pods when there is GC + * Copy request in timeout handler + * kube-up: use registry.k8s.io for containerd-related jobs + * kubelet: If the container status is created, we are waiting + * e2e: Wait only for the service account + * e2e: Wait for kube-root-ca.crt to be created + * client-go: update generated + * default kubernetes agent for generated clients + * Include pod UID in secret/configmap cache key + * Move kubelet secret and configmap manager calls to sync_Pod functions + * test: Verify that nodes do not transition to Failed while ready + * test: Add E2E for job completions with cpu reservation + * test: Add E2E for init container pod deletion + * kubelet: Delay writing a terminal phase until the pod is terminated + * Update CHANGELOG/CHANGELOG-1.23.md for v1.23.5 + * generated: make update + * polish comments of non-enum values. + * unmark non-validated types as enums. + +------------------------------------------------------------------- +Tue Jul 19 01:41:18 UTC 2022 - [email protected] + +- Update to version 1.23.5: + * Remove apf_fd from httplog + * Update Go to 1.17.8 + * cluster/gce: update konnectivity image tags to v0.0.30 + * bump sigs.k8s.io/apiserver-network-proxy/[email protected] + * fix dryrun when ca file exists + * fix regression introduced by PR 100320 + * Add unit tests + * Fix nodes volumesAttached status not updated + * Fix default config flags + * test/e2e/framework: include the new control plane taint + * kubelet: Clean up a static pod that has been terminated before starting + * Add an e2e test for updating a static pod while it restarts + * cronjob_controllerv2: do not filter jobs to be reconciled by labels + * kube-proxy: fix duplicate port opening + * increase Azure ACR credential provider timeout + * Updating EndpointSlice strategy to retain node name in topology until field is set + * fix: do not return early in the node informer when there is no change of the topology label. + * /test/e2e_kubeadm: adjust label checks for 1.23 + * Ignore container notfound error while getPodstatuses + * Update CHANGELOG/CHANGELOG-1.23.md for v1.23.4 + * Add PDB selector patch integration test + * Revert v1beta1 PodDisruptionBudget select patchStrategy + * test/e2e_kubeadm: fix matching UnversionedKubeletConfigMap defaults + * kubeadm: fix the bug that 'kubeadm init --dry-run --upload-certs' command failed with 'secret not found' error + * wrap error from RunCordonOrUncordon + +------------------------------------------------------------------- Old: ---- kubernetes-1.23.4.tar.xz New: ---- kubernetes-1.23.9.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubernetes1.23.spec ++++++ --- /var/tmp/diff_new_pack.2LeBRY/_old 2022-07-21 11:34:04.506988072 +0200 +++ /var/tmp/diff_new_pack.2LeBRY/_new 2022-07-21 11:34:04.510988077 +0200 @@ -22,7 +22,7 @@ %define baseversionminus1 1.22 Name: kubernetes%{baseversion} -Version: 1.23.4 +Version: 1.23.9 Release: 0 Summary: Container Scheduling and Management License: Apache-2.0 @@ -52,7 +52,6 @@ BuildRequires: bash-completion BuildRequires: fdupes BuildRequires: git -BuildRequires: go >= 1.17.7 BuildRequires: go-go-md2man BuildRequires: golang-packaging BuildRequires: rsync @@ -69,8 +68,6 @@ for management and discovery. - - # packages to build containerized control plane %package apiserver ++++++ _service ++++++ --- /var/tmp/diff_new_pack.2LeBRY/_old 2022-07-21 11:34:04.566988131 +0200 +++ /var/tmp/diff_new_pack.2LeBRY/_new 2022-07-21 11:34:04.570988136 +0200 @@ -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.4</param> + <param name="revision">v1.23.9</param> <param name="changesgenerate">enable</param> </service> <service name="tar" mode="disabled"/> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.2LeBRY/_old 2022-07-21 11:34:04.586988152 +0200 +++ /var/tmp/diff_new_pack.2LeBRY/_new 2022-07-21 11:34:04.590988155 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kubernetes/kubernetes.git</param> - <param name="changesrevision">f9c79eb7e8929239ade47ebd99596650980c5d2f</param></service></servicedata> + <param name="changesrevision">b7085b602618fac12ea08feeed07c734a252c5db</param></service></servicedata> (No newline at EOF) ++++++ kubernetes-1.23.4.tar.xz -> kubernetes-1.23.9.tar.xz ++++++ /work/SRC/openSUSE:Factory/kubernetes1.23/kubernetes-1.23.4.tar.xz /work/SRC/openSUSE:Factory/.kubernetes1.23.new.1523/kubernetes-1.23.9.tar.xz differ: char 15, line 1 ++++++ kubernetes.obsinfo ++++++ --- /var/tmp/diff_new_pack.2LeBRY/_old 2022-07-21 11:34:04.686988249 +0200 +++ /var/tmp/diff_new_pack.2LeBRY/_new 2022-07-21 11:34:04.690988254 +0200 @@ -1,5 +1,5 @@ name: kubernetes -version: 1.23.4 -mtime: 1645014648 -commit: e6c093d87ea4cbb530a7b2ae91e54c0842d8308a +version: 1.23.9 +mtime: 1657721923 +commit: c1de2d70269039fe55efb98e737d9a29f9155246
