1
0

Accepting request 860457 from devel:kubic

- 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

OBS-URL: https://build.opensuse.org/request/show/860457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubernetes1.20?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2021-01-06 18:56:05 +00:00 committed by Git OBS Bridge
commit 2265be1ed8
7 changed files with 24 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.0</param>
<param name="revision">v1.20.1</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">d1e54b9922b50e898b12cecf1433da816d976cd6</param></service></servicedata>
<param name="changesrevision">6af63cd8ac4ed62c48b8abe511b7d9026f0a29c3</param></service></servicedata>

View File

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

3
kubernetes-1.20.1.tar.xz Normal file
View File

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

View File

@ -1,5 +1,5 @@
name: kubernetes
version: 1.20.0
mtime: 1607118325
commit: af46c47ce925f4c4ad5cc8d1fca46c7b77d13b38
version: 1.20.1
mtime: 1608292789
commit: c4d752765b3bbac2237bf87cf0b1c2e307844666

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Dec 16 10:20:21 UTC 2020 - Richard Brown <rbrown@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package kubernetes1.20
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -22,7 +22,7 @@
%define baseversionminus1 1.19
Name: kubernetes%{baseversion}
Version: 1.20.0
Version: 1.20.1
Release: 0
Summary: Container Scheduling and Management
License: Apache-2.0