Accepting request 489295 from Virtualization:containers
1 OBS-URL: https://build.opensuse.org/request/show/489295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flannel?expand=0&rev=3
This commit is contained in:
parent
672d5d07b9
commit
d13321d007
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">git@github.com:coreos/flannel.git</param>
|
<param name="url">git@github.com:coreos/flannel.git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="filename">flannel</param>
|
<param name="filename">flannel</param>
|
||||||
<param name="versionformat">0.7.0</param>
|
<param name="versionformat">0.7.1</param>
|
||||||
<param name="revision">v0.7.0</param>
|
<param name="revision">v0.7.1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6fa68e9296b83c36dcf19ac7ba473fedc25e8756e873487d1322ac7074568963
|
|
||||||
size 18806788
|
|
3
flannel-0.7.1.tar.xz
Normal file
3
flannel-0.7.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa3808d7ae3a281742c7280ca10867dab074024eb89f7b7f2ebb63366e507523
|
||||||
|
size 19507596
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 19 09:29:33 UTC 2017 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.7.1:
|
||||||
|
* Add Kubernetes RBAC support
|
||||||
|
* vendor: Revendor with more sensible pinnings
|
||||||
|
* vendor: Make code compatible again
|
||||||
|
* Simplify rbac creation process
|
||||||
|
* Tolerate flannel running on master nodes
|
||||||
|
* backend/vxlan: Don't recreate vxlan device on flanneld restart
|
||||||
|
* backend/hostgw: Fix memory leak
|
||||||
|
* Build tar.gz for ppc64le, arm and arm64 arch
|
||||||
|
* kube-flannel: Add namespace for compatibility with RBAC rules
|
||||||
|
* Explicitly state operator: Exists for master node toleration - as tolleration defaults to Equal by default which will result in the non scheduling of flannel on the master nodes
|
||||||
|
* switch kube subnet manager to PATCH
|
||||||
|
* Bump k8s manifest version to v0.7.1
|
||||||
|
* Correct the image in the k8s manifest files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 20 15:53:14 UTC 2017 - opensuse-packaging@opensuse.org
|
Fri Jan 20 15:53:14 UTC 2017 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package flannel
|
# spec file for package flannel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: flannel
|
Name: flannel
|
||||||
Version: 0.7.0
|
Version: 0.7.1
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user