Hello community, here is the log from the commit of package flannel for openSUSE:Factory checked in at 2017-02-05 15:47:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flannel (Old) and /work/SRC/openSUSE:Factory/.flannel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flannel" Changes: -------- --- /work/SRC/openSUSE:Factory/flannel/flannel.changes 2017-01-22 00:27:20.674391303 +0100 +++ /work/SRC/openSUSE:Factory/.flannel.new/flannel.changes 2017-02-05 16:32:47.262748665 +0100 @@ -1,0 +2,124 @@ +Fri Jan 20 15:53:14 UTC 2017 - [email protected] + +- Update to version 0.7.0: + * version: bump to v0.5.3+git + * subnet: add infrastructure and tests for network watches + * Refactoring: single ctx and pull out LeaseRenewer + * Bug fix: remote mode errors out with bad backend type + * Use a map for backend lookups + * Split backend Init operation into New/Init and AddNetwork + * Fix etcd implementation of getNetworks() + * vendor: update etcd/client + * aws-vpc: migrate to official AWS SDK + * aws-vpc: use SDK to get metadata + * Add network package to testing + * Add/remove networks when registry changes + * bug fix: no specified networks still led to multi-network path + * Fix running multiple networks + * Fix network watches when subnets change + * Better handling of Ctrl+C + * Add UnregisterNetwork backend method + * Notify systemd service when server is ready to listen + * Fix/improve docs + * Masquerade host to flannel traffic. + * Change copyright from CoreOS to flannel authors + * remote: close response body during watch() + * Refactor the backend interfaces for multi-networks + * Go 1.5 compat change + * test: add license header check + missing headers + * travis: add logo to README, switch to go 1.4/1.5 + * build: use `git describe` output in version + * file rename as separate commit for better diffs + * Use jonboulle/clockwork + * Have registry deal with subnet and not etcd types + * Actually track backends in the active map + * Fix subnet watch key creation + * Periodically retry getting initial networks + * Version embedding for Go 1.4 and 1.5 + * Ability to revoke lease + * Add reservations to admin control subnet allocs + * Revendor netlink library + * Add mock etcd and etcd-backed registry testcases + * tests: fix bug due to random numbers being used + * Fixes a number of races + * backend/udp: bind to the advertised interface + * Add cli args for etcd basic auth + * MAINTAINERS: remove eyakubovich; add tomdee, philips, steveej + * DOCS: Add note to AWS docs about why it might be used + * BUILDS: Use vendor directory instead of Godeps + * Updating code.google.com/p/... dependencies + * Add glide file + * Add glide.lock and update GCE dependencies + * Support quorum read option + * vendor: bump netlink to latest master + * network/ipmasq: RETURN instead of ACCEPT to allowe other rules + * vendor: coreos/pkg: -> v2 + * vendor: bump netlink to latest + * vxlan: support group-based policy + * scripts/build: compat header + * hostgw: Check existence of and compare routes before attempting to add/update them + * backend/hostgw: don't filter by LinkIndex + * BUILDS: Replace some shell scripts with Makefile + * deps: Update go-iptables version + * mk-docker-opts.sh: replace with busybox shell compatible version + * BUILDS: Overhaul build process + * vxlan: error on sysctl fail + * Fix a typo in format error. + * Makefile: Disable static builds of flanneld + * Makefile: Make the ARCH part of the tag name not the image name + * Builds: Insert libpthread into busybox images + * The docker daemon syntax change addressed + * Makefile: gzip the dist tar.gz file + * Add functional (end-to-end) testing + * README: Update build instructions + * Makefile: Push "latest" to flannel-git on quay.io + * Run e2e tests on travis + * glide: cfg change + * glide: add k8s deps + * fixup after etcd client update + * add kube backed subnet manager + * Update aws-vpc-backend.md + * README: Kubernetes rename + * Documentation: Fix sample kube-flannel config + * backend: do not log in Register + * Makefile: Push tags to flannel-git for all builds + * Makefile: clean before flannel-git build + * Makefile: Also push :latest for flannel-git + * Fixed #521: flanneld hang on at initialEvtsBatch := <-evts because of empty batch list in WatchLeases of subnet/watch.go + * Make the flannel daemonset multiarch + * aws-vpc: Fix crash when route has vpc-endpoints + * aws-vpc: remove "blackholes" + * deps: update aws-sdk version to latest stable + * backend: fixes and cleanups in awsvpc backend + * vxlan: user verbose logging macros + * subnet/kube: Use informer callbacks for lease events + * subnet/kube: wait for cache sync before using subnet manager + * network manager: Improve logging + * subnet/kube: modify a copy of node object, rather than the cached object + * Fix a typo in backend/vxlan/network.go + * Documention: Add information on leases and reservations + * e2e: Allow the backend list to be overridden + * backend/vxlan: Improve the comments and logging + * backend/vxlan: Set the netmask of the IP used for the vxlan device + * Add a flag to configure the subnet lease renewal margin. (#559) + * Replacing the user id with group id. + * Removing the -it flag from the docker build commands. + * Update kube-flannel.yaml + * Add note to readme about -kube-subnet-mgr + +------------------------------------------------------------------- +Fri Nov 18 08:53:01 UTC 2016 - [email protected] + +- Update to version 0.5.5: + * Remove code dup and use coreos/pkg/flagutil + * version: bump to v0.5.3 + * aws-vpc: migrate to official AWS SDK + * aws-vpc: use SDK to get metadata + * Notify systemd service when server is ready to listen + * Masquerade host to flannel traffic. + * remote: close response body during watch() + * version: bump to v0.5.4 + * Bug fix: running out of memory with vxlan+bonding + * version: bump to v0.5.5 + +------------------------------------------------------------------- Old: ---- flannel-0.6.1.tar.xz New: ---- flannel-0.7.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flannel.spec ++++++ --- /var/tmp/diff_new_pack.hcTQPO/_old 2017-02-05 16:32:47.730682653 +0100 +++ /var/tmp/diff_new_pack.hcTQPO/_new 2017-02-05 16:32:47.730682653 +0100 @@ -17,7 +17,7 @@ Name: flannel -Version: 0.6.1 +Version: 0.7.0 Release: 0 Summary: An etcd backed network fabric for containers License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.hcTQPO/_old 2017-02-05 16:32:47.778675882 +0100 +++ /var/tmp/diff_new_pack.hcTQPO/_new 2017-02-05 16:32:47.782675318 +0100 @@ -4,8 +4,8 @@ <param name="url">[email protected]:coreos/flannel.git</param> <param name="exclude">.git</param> <param name="filename">flannel</param> - <param name="versionformat">0.6.1</param> - <param name="revision">v0.6.1</param> + <param name="versionformat">0.7.0</param> + <param name="revision">v0.7.0</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> ++++++ flannel-0.6.1.tar.xz -> flannel-0.7.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/flannel/flannel-0.6.1.tar.xz /work/SRC/openSUSE:Factory/.flannel.new/flannel-0.7.0.tar.xz differ: char 25, line 1
