Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Weave 1.0.3

Compare
Choose a tag to compare
@awh awh released this 03 Sep 14:18
· 4639 commits to master since this release

This release contains minor fixes for improved stability and robustness in addition to a bug fix to weaveDNS.

More details below and in the change log.

Follow the installation instructions to install this latest release of Weave. The release is fully compatible with other 1.0.x versions, so existing clusters can be upgraded
incrementally.

  • weaveDNS now exposes a TCP listener as well as UDP to support large answers. #1333/#1319
  • Compatibility with upstream changes to docker-py. #1366/#1367
  • Improved router/IPAM stability. #1329/#1330
  • Improved weave reset handling of error conditions. #1356/#1365
  • Don't allocated oversized buffers. #1340
  • Improved IPAM fuzz test robustness. #1336/#1342