Skip to content

Commit 690ddcc

Browse files
committed
Merge pull request moby#1092 from sanimej/release/v0.7
Cherry-pick and changelog for v0.7.0-rc.5
2 parents 90a67d9 + 149ca7c commit 690ddcc

File tree

481 files changed

+104567
-26982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

481 files changed

+104567
-26982
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.7.0-rc.5 (2016-04-08)
4+
- Persist ipam driver options
5+
- Fixes https://github.com/docker/libnetwork/issues/1087
6+
- Use go vet from go tool
7+
- Godep update to pick up latest docker/docker packages
8+
- Validate remote driver response using docker plugins package method.
9+
310
## 0.7.0-rc.4 (2016-04-06)
411
- Fix the handling for default gateway Endpoint join/leave.
512

Dockerfile.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ RUN apt-get update && apt-get -y install iptables
33

44
RUN go get github.com/tools/godep \
55
github.com/golang/lint/golint \
6-
golang.org/x/tools/cmd/vet \
76
golang.org/x/tools/cmd/cover\
87
github.com/mattn/goveralls

0 commit comments

Comments
 (0)