Skip to content

Commit

Permalink
More updates to 1.5 CHANGELOG for recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Mar 24, 2016
1 parent f4866d4 commit 4de30d6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,41 +21,45 @@

**Router**

* Return Weave network to same state after a reboot, avoiding potential leaks of addresses or hanging, by persisting IP allocations to peers and containers to disk #678/#894/#901/#1971/#1973/#2012
* Return Weave network to same state after a reboot, avoiding potential leaks of addresses or hanging, by persisting IP allocations to peers and containers to disk #678/#894/#901/#1971/#1973/#2012/#2046/#2051
* Retain identity of peers across reboots and `weave reset`, by deriving the peer name from Linux `product_uuid` or hypervisor uuid #1866/#1888/#2021/#2037
* Containers will now get the same IP address if the container is restarted #1047/#1179/#1191
* Re-form dynamically expanded mesh on reboot, by persisting list of peers that we connect to #1972
* Eliminate uncertainty about how network will form when the overall number of nodes is not known, by marking most nodes as non-electing via `--observer` flag #1743/#1990
* Ability to bypass consensus step for fixed network configurations, by specifying initial IPAM state #1998
* New command to force IPAM consensus on a node, to ensure network is in a consistent state #1994/#1997
* Simplify router by always running in host network namespace #1746/#1930
* `rmpeer` command can now take a list of peers to remove #2044/#2075
* make 'rmpeer' report on size of transferred range, and not return an error code if the peer has already gone #2058/#2066
* Simplify router by always running in host network namespace #1746/#1930/#2055
* Improve peer-to-peer gossip: don't stall other connections when one is blocked #1826/#1855/#1856
* Make error messages clearer in certain irrecoverable IPAM conditions #1957
* New undocumented `weave attach-bridge` feature to replace undocumented `create-bridge` #1955/#1964
* Improve error message when `weave launch` command has malformed peer address #1892/#1924
* Improve error checking on IPAM command-line options #2078

**Proxy**

* Proxy now retries attaching containers after restarting, in case router was not ready yet #1561/#1556/#1588/#1880

**Plugin**

* New CNI plugin
* New CNI plugin #1991/#1992/#2030
* Allow specification of a specific IP address when using the plugin #1734/#1916
* Support specifying the subnet and IP range on `docker network create` #1806/#1915
* Support custom docker args for weave-plugin #2095
* Check if plugin has exited immediately, to improve visibility of startup problems #1873/#1941
* Move creation and removal of default `weave` network into a separate utility #1897/#1901
* Removed unused 'nameserver' option from plugin #1777

**Efficiency**

* Do some network configuration by calling the kernel directly rather than via external commands #1944/#1951
* Do some network configuration by calling the kernel directly rather than via external commands #1944/#1951/#2059/#2062
* Removed an unnecessary check in the IPAM start-up code #1948
* Defer route calculation to when needed, to reduce CPU load #1761/#1773

**Docs**

* Reorganization of docs for WordPress #2015
* Reorganization of docs and move to host inside WordPress #2015/#2038
* Document vendored dependency management commands #1902
* Update statement about the size of the Weave container #1114

Expand All @@ -66,6 +70,7 @@
* Move smoke-test dependencies from 'all' to 'testrunner' target #1893/#1920
* Fix smoke-tests for docker 1.10 #1913
* Fix occasional failure in IPAM unit tests caused by race condition #1651/#1862
* Use `misspell` utility to find spelling errors #2093
* Improve robustness of CI creating and destroying VMs #864/#1857
* Reduce footprint by combining several script utilities into a single binary #1613/#1847
* Improve build times on CircleCI #1896
Expand Down

0 comments on commit 4de30d6

Please sign in to comment.