Accepting request 875620 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/875620 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flannel?expand=0&rev=20
This commit is contained in:
commit
d1cb09b790
@ -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>
|
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
|
%define flannel_container_path registry.opensuse.org/kubic/flannel
|
||||||
|
|
||||||
Name: flannel
|
Name: flannel
|
||||||
Version: 0.12.0
|
Version: 0.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An etcd backed network fabric for containers
|
Summary: An etcd backed network fabric for containers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -37,7 +37,7 @@ Requires: iproute2
|
|||||||
Requires: net-tools-deprecated
|
Requires: net-tools-deprecated
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: golang(API) >= 1.12
|
BuildRequires: golang(API) >= 1.16
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExcludeArch: s390
|
ExcludeArch: s390
|
||||||
%{go_nostrip}
|
%{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