forked from pool/kubernetes1.20
- Update to version 1.20.11:
* Fix a small regression in Service updates * Service: Fix semantics for Update wrt allocations * Fix buckets initialization * fix: ensure InstanceShutdownByProviderID return false for creating Azure VMs * fix: skip case sensitivity when checking Azure NSG rules * Keep MakeMountArgSensitive and add a new signature that receives flags * Update the unit tests to handle mountFlags * Add missing interface method in mount_unsupported.go * Pass additional flags to subpath mount to avoid flakes in certain conditions * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.10 * Copy golang license to staging copies * delete stale UDP conntrack entries for loadbalancer IPs * job controller: don't mutate shared cache object * Set idle and readheader timeouts OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.20?expand=0&rev=29
This commit is contained in:
parent
6d1926ea5f
commit
0c62fc0824
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">v1.20.10</param>
|
<param name="revision">v1.20.11</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="disabled"/>
|
<service name="tar" mode="disabled"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
|
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
|
||||||
<param name="changesrevision">cf1001207eeb4d2e3a569d213191b063434f3b1d</param></service></servicedata>
|
<param name="changesrevision">60b6c132c86f35a1891a864859c363350b3ef859</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2108eb15a738f4a658b4e5c77f63e1021ad69a38e0f591a251d6f02b1bd39ac2
|
|
||||||
size 20403940
|
|
3
kubernetes-1.20.11.tar.xz
Normal file
3
kubernetes-1.20.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7b306858c3b5fac977880134f14c8b1f03e039eb8a84ca188dc5417bff2e3d0
|
||||||
|
size 20412028
|
@ -1,5 +1,5 @@
|
|||||||
name: kubernetes
|
name: kubernetes
|
||||||
version: 1.20.10
|
version: 1.20.11
|
||||||
mtime: 1628704774
|
mtime: 1631733326
|
||||||
commit: 8152330a2b6ca3621196e62966ef761b8f5a61bb
|
commit: 27522a29febbcc4badac257763044d0d90c11abd
|
||||||
|
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 16 11:28:40 UTC 2021 - rbrown@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.20.11:
|
||||||
|
* Fix a small regression in Service updates
|
||||||
|
* Service: Fix semantics for Update wrt allocations
|
||||||
|
* Fix buckets initialization
|
||||||
|
* fix: ensure InstanceShutdownByProviderID return false for creating Azure VMs
|
||||||
|
* fix: skip case sensitivity when checking Azure NSG rules
|
||||||
|
* Keep MakeMountArgSensitive and add a new signature that receives flags
|
||||||
|
* Update the unit tests to handle mountFlags
|
||||||
|
* Add missing interface method in mount_unsupported.go
|
||||||
|
* Pass additional flags to subpath mount to avoid flakes in certain conditions
|
||||||
|
* Update CHANGELOG/CHANGELOG-1.20.md for v1.20.10
|
||||||
|
* Copy golang license to staging copies
|
||||||
|
* delete stale UDP conntrack entries for loadbalancer IPs
|
||||||
|
* job controller: don't mutate shared cache object
|
||||||
|
* Set idle and readheader timeouts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 25 11:29:41 UTC 2021 - rbrown@suse.com
|
Wed Aug 25 11:29:41 UTC 2021 - rbrown@suse.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define baseversionminus1 1.19
|
%define baseversionminus1 1.19
|
||||||
|
|
||||||
Name: kubernetes%{baseversion}
|
Name: kubernetes%{baseversion}
|
||||||
Version: 1.20.10
|
Version: 1.20.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container Scheduling and Management
|
Summary: Container Scheduling and Management
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -70,6 +70,7 @@ for management and discovery.
|
|||||||
|
|
||||||
|
|
||||||
# packages to build containerized control plane
|
# packages to build containerized control plane
|
||||||
|
|
||||||
%package apiserver
|
%package apiserver
|
||||||
Summary: Kubernetes apiserver for container image
|
Summary: Kubernetes apiserver for container image
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
|
Loading…
x
Reference in New Issue
Block a user