diff --git a/hack/vendor.sh b/hack/vendor.sh index 4c5646fbfd..a751092c7c 100755 --- a/hack/vendor.sh +++ b/hack/vendor.sh @@ -29,7 +29,7 @@ clone git github.com/RackSec/srslog 259aed10dfa74ea2961eddd1d9847619f6e98837 clone git github.com/imdario/mergo 0.2.1 #get libnetwork packages -clone git github.com/docker/libnetwork v0.7.0-dev.7 +clone git github.com/docker/libnetwork v0.7.0-dev.8 clone git github.com/armon/go-metrics eb0af217e5e9747e41dd5303755356b62d28e3ec clone git github.com/hashicorp/go-msgpack 71c2886f5a673a35f909803f38ece5810165097b clone git github.com/hashicorp/memberlist 9a1e242e454d2443df330bdd51a436d5a9058fc4 diff --git a/vendor/src/github.com/docker/libnetwork/CHANGELOG.md b/vendor/src/github.com/docker/libnetwork/CHANGELOG.md index 60d403e881..a2bb0121a2 100644 --- a/vendor/src/github.com/docker/libnetwork/CHANGELOG.md +++ b/vendor/src/github.com/docker/libnetwork/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.7.0-dev.8 (2016-03-16) +- Windows driver to respect user set MAC address. +- Fix possible nil pointer reference in ServeDNS() with concurrent go routines. +- Fix netns path setting from hook (for containerd integration) +- Clear cached udp connections on resolver Stop() +- Avoid network/endpoint count inconsistences and remove stale networks after ungraceful shutdown +- Fix possible endpoint count inconsistency after ungraceful shutdown +- Reject a null v4 IPAM slice in exp vlan drivers +- Removed experimental drivers modprobe check + ## 0.7.0-dev.7 (2016-03-11) - Bumped up the minimum kernel version for ipvlan to 4.2 - Removed modprobe from macvlan/ipvlan drivers to resolve docker IT failures diff --git a/vendor/src/github.com/docker/libnetwork/Vagrantfile b/vendor/src/github.com/docker/libnetwork/Vagrantfile new file mode 100644 index 0000000000..da09602d9d --- /dev/null +++ b/vendor/src/github.com/docker/libnetwork/Vagrantfile @@ -0,0 +1,58 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! +VAGRANTFILE_API_VERSION = "2" + +$consul=<