Accepting request 560101 from devel:CaaSP:Head:ControllerNode

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/560101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flannel?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2017-12-29 17:51:22 +00:00 committed by Git OBS Bridge
parent 9249add344
commit 04348f7cc2
5 changed files with 21 additions and 7 deletions

View File

@ -4,8 +4,8 @@
<param name="url">git@github.com:coreos/flannel.git</param>
<param name="exclude">.git</param>
<param name="filename">flannel</param>
<param name="versionformat">0.8.0</param>
<param name="revision">v0.8.0</param>
<param name="versionformat">0.9.1</param>
<param name="revision">v0.9.1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

View File

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

3
flannel-0.9.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Nov 27 09:28:36 UTC 2017 - opensuse-packaging@opensuse.org
- Update to version 0.9.1:
* kube: Update manifests to v0.9.1
* network/iptables: Add iptables rules to FORWARD chain
* kube-flannel.yml: Update to v0.9.0 and improve docs
* Update README.md
* Fix horrendous README typo
* Always ensure iptables masquerade rules are installed
* Makefile: Stop pulling the unused lib from kube-cross
* subnet/*: Remove unused reservations code
* use init container to install cni on flannel daemonset
-------------------------------------------------------------------
Thu Nov 23 13:48:19 UTC 2017 - rbrown@suse.com

View File

@ -22,7 +22,7 @@
%endif
Name: flannel
Version: 0.8.0
Version: 0.9.1
Release: 0
Summary: An etcd backed network fabric for containers
License: Apache-2.0
@ -36,7 +36,7 @@ Source4: flannel-tmpfiles.conf
BuildRequires: golang-packaging
BuildRequires: systemd
BuildRequires: xz
BuildRequires: golang(API) = 1.8
BuildRequires: golang(API) >= 1.8
Requires(post): %fillup_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_nostrip}