[ubuntu/yakkety-proposed] nplan 0.23~16.10.1 (Accepted)

Mathieu Trudel-Lapierre cyphermox at ubuntu.com
Tue Jun 13 18:34:39 UTC 2017


nplan (0.23~16.10.1) yakkety; urgency=medium

  * Backport netplan 0.23 to 16.10. (LP: #1688632)

nplan (0.23) artful; urgency=medium

  * Do not unbind brcmfmac, interface will be gone. (LP: #1696162)

nplan (0.22) artful; urgency=medium

  * Add support for setting a custom MAC address on all device types.
    (LP: #1690388)
  * Improved MAC/vlan integration tests; thanks for Dimitri John Ledkov for the
    changes.

nplan (0.21) artful; urgency=medium

  [ Ryan Harper ]
  * Add support for setting MTU on a device. (LP: #1668693)

  [ Mathieu Trudel-Lapierre ]
  * Don't rebind Atheros AR9271; it would confuse the driver. (LP: #1672740)
  * debian/control: Add Conflicts: against netplan; the network 'plan' daemon.
    Both ship the same /usr/sbin/netplan. (LP: #1665842)

nplan (0.20) zesty; urgency=medium

  * tests/integration.py: increase timeout for integration tests (networkd and
    NetworkManager "wait-online" checks) to account for longer bring-up times
    when dealing with stacked virtual devices.

nplan (0.19) zesty; urgency=medium

  * Add support for unordered definition of network devices: you can now
    specify a virtual devices before their member devices. (LP: #1670495)
  * Allow setting up the STP state for a bridge. (LP: #1665088)
  * Document bond/bridge parameters support. (LP: #1664702)

nplan (0.18) zesty; urgency=medium

  * debian/tests/integration.py: in some cases 'iw reg get' may qualify the
    reg domain results with 'global'; we must not let that trip up tests when
    they are run on Ubuntu infrastructure vs. local tests.

nplan (0.17) zesty; urgency=medium

  * New release:
    - Add support for configuring bonds.
    - Add support for configuring bridges.

nplan (0.16) zesty; urgency=medium

  [ Martin Pitt ]
  * doc/example-config: Adjust "routes:" example.
    It does not make sense to make "routes:" a global thing, they should be
    tied to an interface so that the route is only set when the corresponding
    interface exists and is up, and the config is not split in two parts.
  * doc/netplan.md: Point out that NM does not support globbing (LP: #1631018)

  [ Mathieu Trudel-Lapierre ]
  * Fix coverage for src/netplan to be 100%, and fail if coverage falls below
    that mark again.
  * Add support for specifying routes.

nplan (0.15) zesty; urgency=medium

  * tests/generate.py: Fix PEP-8 error (newly detected by -proposed
    pycodestyle).

nplan (0.14) zesty; urgency=medium

  * tests/generate.py: Introduce macros for commonly expected networkd output
  * networkd: Use NetworkManager compatible DHCP route metrics (LP: #1639754)
  * doc/netplan.md: Fix wrong wifi reference in "br0" example
  * doc/netplan.md: Clarify introduction
  * tests/integration.py: Fix race condition with waiting for networkd

nplan (0.13) zesty; urgency=medium

  [ Jonathan Cave ]
  * Blacklist mwifiex_pcie from rebinds (work around LP: #1630285)

  [ Martin Pitt ]
  * Add support for nameservers (LP: #1626617)

Date: Tue, 06 Jun 2017 17:25:57 -0700
Changed-By: Mathieu Trudel-Lapierre <cyphermox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/nplan/0.23~16.10.1
-------------- next part --------------
Format: 1.8
Date: Tue, 06 Jun 2017 17:25:57 -0700
Source: nplan
Binary: nplan
Architecture: source
Version: 0.23~16.10.1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mathieu Trudel-Lapierre <cyphermox at ubuntu.com>
Description:
 nplan      - YAML network configuration abstraction for various backends
Launchpad-Bugs-Fixed: 1626617 1630285 1631018 1639754 1664702 1665088 1665842 1668693 1670495 1672740 1688632 1690388 1696162
Changes:
 nplan (0.23~16.10.1) yakkety; urgency=medium
 .
   * Backport netplan 0.23 to 16.10. (LP: #1688632)
 .
 nplan (0.23) artful; urgency=medium
 .
   * Do not unbind brcmfmac, interface will be gone. (LP: #1696162)
 .
 nplan (0.22) artful; urgency=medium
 .
   * Add support for setting a custom MAC address on all device types.
     (LP: #1690388)
   * Improved MAC/vlan integration tests; thanks for Dimitri John Ledkov for the
     changes.
 .
 nplan (0.21) artful; urgency=medium
 .
   [ Ryan Harper ]
   * Add support for setting MTU on a device. (LP: #1668693)
 .
   [ Mathieu Trudel-Lapierre ]
   * Don't rebind Atheros AR9271; it would confuse the driver. (LP: #1672740)
   * debian/control: Add Conflicts: against netplan; the network 'plan' daemon.
     Both ship the same /usr/sbin/netplan. (LP: #1665842)
 .
 nplan (0.20) zesty; urgency=medium
 .
   * tests/integration.py: increase timeout for integration tests (networkd and
     NetworkManager "wait-online" checks) to account for longer bring-up times
     when dealing with stacked virtual devices.
 .
 nplan (0.19) zesty; urgency=medium
 .
   * Add support for unordered definition of network devices: you can now
     specify a virtual devices before their member devices. (LP: #1670495)
   * Allow setting up the STP state for a bridge. (LP: #1665088)
   * Document bond/bridge parameters support. (LP: #1664702)
 .
 nplan (0.18) zesty; urgency=medium
 .
   * debian/tests/integration.py: in some cases 'iw reg get' may qualify the
     reg domain results with 'global'; we must not let that trip up tests when
     they are run on Ubuntu infrastructure vs. local tests.
 .
 nplan (0.17) zesty; urgency=medium
 .
   * New release:
     - Add support for configuring bonds.
     - Add support for configuring bridges.
 .
 nplan (0.16) zesty; urgency=medium
 .
   [ Martin Pitt ]
   * doc/example-config: Adjust "routes:" example.
     It does not make sense to make "routes:" a global thing, they should be
     tied to an interface so that the route is only set when the corresponding
     interface exists and is up, and the config is not split in two parts.
   * doc/netplan.md: Point out that NM does not support globbing (LP: #1631018)
 .
   [ Mathieu Trudel-Lapierre ]
   * Fix coverage for src/netplan to be 100%, and fail if coverage falls below
     that mark again.
   * Add support for specifying routes.
 .
 nplan (0.15) zesty; urgency=medium
 .
   * tests/generate.py: Fix PEP-8 error (newly detected by -proposed
     pycodestyle).
 .
 nplan (0.14) zesty; urgency=medium
 .
   * tests/generate.py: Introduce macros for commonly expected networkd output
   * networkd: Use NetworkManager compatible DHCP route metrics (LP: #1639754)
   * doc/netplan.md: Fix wrong wifi reference in "br0" example
   * doc/netplan.md: Clarify introduction
   * tests/integration.py: Fix race condition with waiting for networkd
 .
 nplan (0.13) zesty; urgency=medium
 .
   [ Jonathan Cave ]
   * Blacklist mwifiex_pcie from rebinds (work around LP: #1630285)
 .
   [ Martin Pitt ]
   * Add support for nameservers (LP: #1626617)
Checksums-Sha1:
 f62ab6ced09e8a4ac62092ac49d30eb64f054c5d 1754 nplan_0.23~16.10.1.dsc
 1e8c0a75dd110f998a7c354c7508bbe25ab6e793 69424 nplan_0.23~16.10.1.tar.gz
 555c8b42214c68c169997c4ca94d8fbdda19ba30 7852 nplan_0.23~16.10.1_source.buildinfo
Checksums-Sha256:
 f3889f76d3a58fc92d870fe9de752c2279025bfb28e2d27373ea0f917a1aaff4 1754 nplan_0.23~16.10.1.dsc
 209f534c6f0fe409732d31529be39fc09b8ae8a06fb5cc098fc174393ed33928 69424 nplan_0.23~16.10.1.tar.gz
 ae1bfca76d916c055f5ee0e1449b2d79d0f9e429e7a8a8956a466c44e41e7b0d 7852 nplan_0.23~16.10.1_source.buildinfo
Files:
 9b2bca861e26002f87a489510663e5ef 1754 net standard nplan_0.23~16.10.1.dsc
 4b94b6fe4d5bbb39868116db5170ac07 69424 net standard nplan_0.23~16.10.1.tar.gz
 d65da0020e2f4a1d86212cd0332912b0 7852 net standard nplan_0.23~16.10.1_source.buildinfo


More information about the Yakkety-changes mailing list