Accepting request 518506 from Virtualization:containers
1 OBS-URL: https://build.opensuse.org/request/show/518506 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flannel?expand=0&rev=5
This commit is contained in:
parent
f7b68fed38
commit
3dd41b5481
4
_service
4
_service
@ -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.7.1</param>
|
||||
<param name="revision">v0.7.1</param>
|
||||
<param name="versionformat">0.8.0</param>
|
||||
<param name="revision">v0.8.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa3808d7ae3a281742c7280ca10867dab074024eb89f7b7f2ebb63366e507523
|
||||
size 19507596
|
3
flannel-0.8.0.tar.xz
Normal file
3
flannel-0.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a171ddf1cb3e93751578789c1b003c140b6d0cb6e0b3d5c9d2a37cc9c604594
|
||||
size 5113716
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 24 07:56:44 UTC 2017 - vrothberg@suse.com
|
||||
|
||||
- Update to version 0.8.0:
|
||||
* flannel reads from created subnet.env file on startup
|
||||
* Fix a bug with the iface-regex that always returned an error
|
||||
* Fix a bug where previously leased subnets would not update etcd leases
|
||||
* main.go: Fix logging options
|
||||
* Allow kube subnet manager to run outside of kubernetes
|
||||
* Added ability to specify multiple ifaces and iface regexes
|
||||
* Docs: Add kubernetes and troubleshooting info
|
||||
* Update manifest to v0.8.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 13:32:34 UTC 2017 - vrothberg@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: flannel
|
||||
Version: 0.7.1
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Summary: An etcd backed network fabric for containers
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user