forked from pool/kubernetes1.20
Accepting request 865038 from devel:kubic
- Update to version 1.20.2: * move all variables in sampleAndWaterMarkHistograms::innerSet * use default unkown sock for kubeadm cmd if cri detect is not needed * cherry-pick part of #97451: fix nodeport quota check failure during creating clusterip * Release reserved GCE IP address after ensure completes. * Ensure reproducible builds when build through docker * Fix cadvisor machine metrics * Create OWNERS for most of the API Priority and Fairness impl * fix the deadlock in priority and fairness config controller * Cherry pick 443 and 448 from cloud provider azure * Fix bug in CPUManager with race on map acccess * clean up executing request on panic * fix azure file secret not found issue * fix: azure file latency issue for metadata-heavy workload * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.1 * Add more logging for Mount error OBS-URL: https://build.opensuse.org/request/show/865038 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubernetes1.20?expand=0&rev=4
This commit is contained in:
2
_service
2
_service
@@ -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.1</param>
|
||||
<param name="revision">v1.20.2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="disabled"/>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
|
||||
<param name="changesrevision">6af63cd8ac4ed62c48b8abe511b7d9026f0a29c3</param></service></servicedata>
|
||||
<param name="changesrevision">6a61eae3621867b8a654901531718650b7e7dd12</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dcdee1c69d8a631cb02429f40d93e3b84746f8ae0d341adf6b95ca2eb3c1583b
|
||||
size 20335380
|
3
kubernetes-1.20.2.tar.xz
Normal file
3
kubernetes-1.20.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09c8c3466c54beb953ae57a5edd42ae07b4b9d0b91d9839d1f1e636505daf5b5
|
||||
size 20334852
|
@@ -1,5 +1,5 @@
|
||||
name: kubernetes
|
||||
version: 1.20.1
|
||||
mtime: 1608292789
|
||||
commit: c4d752765b3bbac2237bf87cf0b1c2e307844666
|
||||
version: 1.20.2
|
||||
mtime: 1610543941
|
||||
commit: faecb196815e248d3ecfb03c680a4507229c2a56
|
||||
|
||||
|
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 08:13:01 UTC 2021 - dmueller@suse.com
|
||||
|
||||
- Update to version 1.20.2:
|
||||
* move all variables in sampleAndWaterMarkHistograms::innerSet
|
||||
* use default unkown sock for kubeadm cmd if cri detect is not needed
|
||||
* cherry-pick part of #97451: fix nodeport quota check failure during creating clusterip
|
||||
* Release reserved GCE IP address after ensure completes.
|
||||
* Ensure reproducible builds when build through docker
|
||||
* Fix cadvisor machine metrics
|
||||
* Create OWNERS for most of the API Priority and Fairness impl
|
||||
* fix the deadlock in priority and fairness config controller
|
||||
* Cherry pick 443 and 448 from cloud provider azure
|
||||
* Fix bug in CPUManager with race on map acccess
|
||||
* clean up executing request on panic
|
||||
* fix azure file secret not found issue
|
||||
* fix: azure file latency issue for metadata-heavy workload
|
||||
* Update CHANGELOG/CHANGELOG-1.20.md for v1.20.1
|
||||
* Add more logging for Mount error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 05 12:02:26 UTC 2021 - rbrown@suse.com
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
%define baseversionminus1 1.19
|
||||
|
||||
Name: kubernetes%{baseversion}
|
||||
Version: 1.20.1
|
||||
Version: 1.20.2
|
||||
Release: 0
|
||||
Summary: Container Scheduling and Management
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user