Skip to content

Commit 6d23f11

Browse files
committed
Merge pull request #1153 from aboch/clog
Changelog for 0.8.0-dev.2
2 parents 8da8142 + 834c1d1 commit 6d23f11

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 0.8.0-dev.2 (2016-05-07)
4+
- Fix an issue which may arise during sandbox cleanup (https://github.com/docker/libnetwork/pull/1157)
5+
- Fix cleanup logic in case of ipv6 allocation failure
6+
- Don't add /etc/hosts record if container's ip is empty (--net=none)
7+
- Fix default gw logic for internal networks
8+
- Error when updating IPv6 gateway (https://github.com/docker/libnetwork/issues/1142)
9+
- Fixes https://github.com/docker/libnetwork/issues/1113
10+
- Fixes https://github.com/docker/libnetwork/issues/1069
11+
- Fxies https://github.com/docker/libnetwork/issues/1117
12+
- Increase the concurrent query rate-limit count
13+
- Changes to build libnetwork in Solaris
14+
15+
## 0.8.0-dev.1 (2016-04-16)
16+
- Fixes docker/docker#16964
17+
- Added maximum egress bandwidth qos for Windows
18+
19+
## 0.7.0-rc.6 (2016-04-10)
20+
- Flush cached resolver socket on default gateway change
21+
22+
## 0.7.0-rc.5 (2016-04-08)
23+
- Persist ipam driver options
24+
- Fixes https://github.com/docker/libnetwork/issues/1087
25+
- Use go vet from go tool
26+
- Godep update to pick up latest docker/docker packages
27+
- Validate remote driver response using docker plugins package method.
28+
29+
## 0.7.0-rc.4 (2016-04-06)
30+
- Fix the handling for default gateway Endpoint join/leave.
31+
32+
## 0.7.0-rc.3 (2016-04-05)
33+
- Revert fix for default gateway endoint join/leave. Needs to be reworked.
34+
- Persist the network internal mode for bridge networks
35+
36+
## 0.7.0-rc.2 (2016-04-05)
37+
- Fixes https://github.com/docker/libnetwork/issues/1070
38+
- Move IPAM resource initialization out of init()
39+
- Initialize overlay driver before network delete
40+
- Fix the handling for default gateway Endpoint join/lean
41+
42+
## 0.7.0-rc.1 (2016-03-30)
43+
- Fixes https://github.com/docker/libnetwork/issues/985
44+
- Fixes https://github.com/docker/libnetwork/issues/945
45+
- Log time taken to set sandbox key
46+
- Limit number of concurrent DNS queries
47+
348
## 0.7.0-dev.10 (2016-03-21)
449
- Add IPv6 service discovery (AAAA records) in embedded DNS server
550
- Honor enableIPv6 flag in network create for the IP allocation

0 commit comments

Comments
 (0)