forked from pool/kubernetes1.20
Accepting request 864584 from home:dirkmueller:branches: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 * etcd version for 1.19 is 3.4.13 for cve fixes * Flush FibreChannel devices before deleting * Fix FibreChannel volume plugin corrupting filesystem on detach * vendor: update cAdvisor to v0.38.6 * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.0 * Revert "iAdd host IP to etcd listen client URLs." * fix migration logic * Add AcceleratorStats to cri_stats_provider - Update to version 1.20.1: * Revert "Use host IP instead of localhost for control plane component kubeconfig files." OBS-URL: https://build.opensuse.org/request/show/864584 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.20?expand=0&rev=10
This commit is contained in:
parent
9652ab354e
commit
726c575550
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.1</param>
|
<param name="revision">v1.20.2</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">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
|
name: kubernetes
|
||||||
version: 1.20.1
|
version: 1.20.2
|
||||||
mtime: 1608292789
|
mtime: 1610543941
|
||||||
commit: c4d752765b3bbac2237bf87cf0b1c2e307844666
|
commit: faecb196815e248d3ecfb03c680a4507229c2a56
|
||||||
|
|
||||||
|
@ -1,6 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Jan 05 12:02:26 UTC 2021 - rbrown@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.20.1:
|
||||||
|
* Revert "Use host IP instead of localhost for control plane component kubeconfig files."
|
||||||
|
* etcd version for 1.19 is 3.4.13 for cve fixes
|
||||||
|
* Flush FibreChannel devices before deleting
|
||||||
|
* Fix FibreChannel volume plugin corrupting filesystem on detach
|
||||||
|
* vendor: update cAdvisor to v0.38.6
|
||||||
|
* Update CHANGELOG/CHANGELOG-1.20.md for v1.20.0
|
||||||
|
* Revert "iAdd host IP to etcd listen client URLs."
|
||||||
|
* fix migration logic
|
||||||
|
* Add AcceleratorStats to cri_stats_provider
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 22 09:20:29 UTC 2020 - dmueller@suse.com
|
||||||
|
|
||||||
- Update to version 1.20.1:
|
- Update to version 1.20.1:
|
||||||
* Revert "Use host IP instead of localhost for control plane component kubeconfig files."
|
* Revert "Use host IP instead of localhost for control plane component kubeconfig files."
|
||||||
* etcd version for 1.19 is 3.4.13 for cve fixes
|
* etcd version for 1.19 is 3.4.13 for cve fixes
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define baseversionminus1 1.19
|
%define baseversionminus1 1.19
|
||||||
|
|
||||||
Name: kubernetes%{baseversion}
|
Name: kubernetes%{baseversion}
|
||||||
Version: 1.20.1
|
Version: 1.20.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container Scheduling and Management
|
Summary: Container Scheduling and Management
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user