1
0

Accepting request 936735 from devel:kubic

- 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/request/show/936735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubernetes1.20?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2021-12-16 20:19:07 +00:00 committed by Git OBS Bridge
commit e1b97400df
7 changed files with 57 additions and 10 deletions

View File

@ -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.20.11</param>
<param name="revision">v1.20.13</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="disabled"/>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
<param name="changesrevision">60b6c132c86f35a1891a864859c363350b3ef859</param></service></servicedata>
<param name="changesrevision">47a2215f98d511a74ae01ab23899937b4cf8b6ec</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7b306858c3b5fac977880134f14c8b1f03e039eb8a84ca188dc5417bff2e3d0
size 20412028

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8882e5bac75a0413460b2b049e92718aeee24a46772fdace5dbbc4ca525b3784
size 20420920

View File

@ -1,5 +1,5 @@
name: kubernetes
version: 1.20.11
mtime: 1631733326
commit: 27522a29febbcc4badac257763044d0d90c11abd
version: 1.20.13
mtime: 1637153970
commit: 2444b3347a2c45eb965b182fb836e1f51dc61b70

View File

@ -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

View File

@ -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