From 9defa3c0c848befdd993393d501980daaeb0dd54c9c9a42bf7262ee34e92af97 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Wed, 8 Dec 2021 16:26:53 +0000 Subject: [PATCH] - Update to version 1.20.13: * defer close the rotated log open * Add tests for checking bind mounts * Check subpath file * Add check for subpaths * Manual cherry pick of kube-openapi changes for release-1.20 Bump kube-openapi against kube-openapi/release-1.20 branch * Update bazel * Fixed unit test SELinux support * Add shortcut for SELinux detection * Don't guess SELinux support on error * Use separate pathSpec for local and remote to properly handle cleaning paths * support more than 100 disk mounts on Windows * Support cgroupv2 in node problem detector test * Update debian, debian-iptables images to pick up CVEs fixes * Fixing how EndpointSlice Mirroring handles Service selector transitions * Fix race condition in logging when request times out * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.12 * Run storage hostpath e2e test client pod as privileged * Ignore VMs in vmss delete backend pools * fix: skip not found nodes when reconciling LB backend address pools * fix: consolidate logs for instance not found error * Revert 102925: Fix Node Resources plugins score when there are pods with no requests * e2e scheduling priorities: do not reference control loop variable * tests: Wait for the network connectivity first * 'New' Event namespace validate failed * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.11 * 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 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.20?expand=0&rev=30 --- _service | 2 +- _servicedata | 2 +- kubernetes-1.20.11.tar.xz | 3 --- kubernetes-1.20.13.tar.xz | 3 +++ kubernetes.obsinfo | 6 ++--- kubernetes1.20.changes | 47 +++++++++++++++++++++++++++++++++++++++ kubernetes1.20.spec | 4 ++-- 7 files changed, 57 insertions(+), 10 deletions(-) delete mode 100644 kubernetes-1.20.11.tar.xz create mode 100644 kubernetes-1.20.13.tar.xz diff --git a/_service b/_service index 379bbc6..7b84055 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ .git @PARENT_TAG@ v(.*) - v1.20.11 + v1.20.13 enable diff --git a/_servicedata b/_servicedata index 6044358..5e91b15 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/kubernetes/kubernetes.git - 60b6c132c86f35a1891a864859c363350b3ef859 \ No newline at end of file + 47a2215f98d511a74ae01ab23899937b4cf8b6ec \ No newline at end of file diff --git a/kubernetes-1.20.11.tar.xz b/kubernetes-1.20.11.tar.xz deleted file mode 100644 index ef61670..0000000 --- a/kubernetes-1.20.11.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7b306858c3b5fac977880134f14c8b1f03e039eb8a84ca188dc5417bff2e3d0 -size 20412028 diff --git a/kubernetes-1.20.13.tar.xz b/kubernetes-1.20.13.tar.xz new file mode 100644 index 0000000..d29d75a --- /dev/null +++ b/kubernetes-1.20.13.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8882e5bac75a0413460b2b049e92718aeee24a46772fdace5dbbc4ca525b3784 +size 20420920 diff --git a/kubernetes.obsinfo b/kubernetes.obsinfo index a936339..2001820 100644 --- a/kubernetes.obsinfo +++ b/kubernetes.obsinfo @@ -1,5 +1,5 @@ name: kubernetes -version: 1.20.11 -mtime: 1631733326 -commit: 27522a29febbcc4badac257763044d0d90c11abd +version: 1.20.13 +mtime: 1637153970 +commit: 2444b3347a2c45eb965b182fb836e1f51dc61b70 diff --git a/kubernetes1.20.changes b/kubernetes1.20.changes index e2d0974..1328756 100644 --- a/kubernetes1.20.changes +++ b/kubernetes1.20.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Wed Dec 08 15:37:51 UTC 2021 - rbrown@suse.com + +- Update to version 1.20.13: + * defer close the rotated log open + * Add tests for checking bind mounts + * Check subpath file + * Add check for subpaths + * Manual cherry pick of kube-openapi changes for release-1.20 Bump kube-openapi against kube-openapi/release-1.20 branch + * Update bazel + * Fixed unit test SELinux support + * Add shortcut for SELinux detection + * Don't guess SELinux support on error + * Use separate pathSpec for local and remote to properly handle cleaning paths + * support more than 100 disk mounts on Windows + * Support cgroupv2 in node problem detector test + * Update debian, debian-iptables images to pick up CVEs fixes + * Fixing how EndpointSlice Mirroring handles Service selector transitions + * Fix race condition in logging when request times out + * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.12 + * Run storage hostpath e2e test client pod as privileged + * Ignore VMs in vmss delete backend pools + * fix: skip not found nodes when reconciling LB backend address pools + * fix: consolidate logs for instance not found error + * Revert 102925: Fix Node Resources plugins score when there are pods with no requests + * e2e scheduling priorities: do not reference control loop variable + * tests: Wait for the network connectivity first + * 'New' Event namespace validate failed + * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.11 + * 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 use variables in the loop in vsphere_util + * Address review comments + * Add docs about process of discovering disks from new nodes + * Fix unknown dangling volumes + * fix detach disk issue on deleting node + * fix: ignore the case when comparing azure tags in service annotation + * fix: ignore the case when updating tags + * backported PR#97721 from v1.21 ("fix slice controller logging for services ipfamily") + * remove listx from OWNERS, OWNERS_ALIASES + * Add explicit capability for online volume expansion + * Bump golang.org/x/text to v0.3.6 + ------------------------------------------------------------------- Thu Sep 16 11:28:40 UTC 2021 - rbrown@suse.com diff --git a/kubernetes1.20.spec b/kubernetes1.20.spec index a95fd7c..ea4bf5f 100644 --- a/kubernetes1.20.spec +++ b/kubernetes1.20.spec @@ -22,7 +22,7 @@ %define baseversionminus1 1.19 Name: kubernetes%{baseversion} -Version: 1.20.11 +Version: 1.20.13 Release: 0 Summary: Container Scheduling and Management License: Apache-2.0 @@ -69,8 +69,8 @@ for management and discovery. -# packages to build containerized control plane +# packages to build containerized control plane %package apiserver Summary: Kubernetes apiserver for container image Group: System/Management