Accepting request 875312 from home:avicenzi:branches:devel:kubic
Update to 0.13.0 OBS-URL: https://build.opensuse.org/request/show/875312 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/flannel?expand=0&rev=12
This commit is contained in:
parent
cd617347b5
commit
6c61abe463
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 09:43:39 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
- update to 0.13.0:
|
||||
* Use multi-arch Docker images in the Kubernetes manifest
|
||||
* Accept existing XMRF policies and update them intead of raising errors
|
||||
* Add --no-sanity-check to iptables-wrapper-installer.sh for architectures other than amd64
|
||||
* Use "docker manifest" to publish multi-arch Docker images
|
||||
* Add NET_RAW capability to support cri-o
|
||||
* remove glide
|
||||
* switch to go modules
|
||||
* Add and implement iptables-wrapper-installer.sh from https://github.com/kubernetes-sigs/iptables-wrappers
|
||||
* documentation: set priorityClassName to system-node-critical
|
||||
* Added a hint for firewall rules
|
||||
* Disabling ipv6 accept_ra explicitely on the created interface
|
||||
* use alpine 3.12 everywhere
|
||||
* windows: replace old netsh (rakelkar/gonetsh) with powershell commands
|
||||
* fix CVE-2019-14697
|
||||
* Bugfix: VtepMac would be empty when lease re-acquire for windows
|
||||
* Use stable os and arch label for node
|
||||
* doc(awsvpc): correct the required permissions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 17:14:50 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define flannel_container_path registry.opensuse.org/kubic/flannel
|
||||
|
||||
Name: flannel
|
||||
Version: 0.12.0
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: An etcd backed network fabric for containers
|
||||
License: Apache-2.0
|
||||
@ -37,7 +37,7 @@ Requires: iproute2
|
||||
Requires: net-tools-deprecated
|
||||
Requires: iptables
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: golang(API) >= 1.12
|
||||
BuildRequires: golang(API) >= 1.16
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExcludeArch: s390
|
||||
%{go_nostrip}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7375318b288bcff733aabfe1a1007d478cb9091cdaffe68c8253ddd93bc070ed
|
||||
size 6107934
|
3
v0.13.0.tar.gz
Normal file
3
v0.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee519c58d1d1f3cc8e3ab2e21a6e30a024de16927961fe678a5453e70c16f557
|
||||
size 7229344
|
Loading…
Reference in New Issue
Block a user