[ubuntu/bionic-proposed] netplan.io 0.40.1~18.04.3 (Accepted)

Mathieu Trudel-Lapierre cyphermox at ubuntu.com
Mon Nov 26 19:26:52 UTC 2018


netplan.io (0.40.1~18.04.3) bionic; urgency=medium

  * Fix idempotency in renaming: bond members should be exempt from rename, as
    they may all share a single MAC for the bond device. (LP: #1802322)
  * tests/integration.py: add test designed to catch the above regression.

netplan.io (0.40.1~18.04.2) bionic; urgency=medium

  * Fix typo breaking rename on 'netplan apply'. (LP: #1770082)

netplan.io (0.40.1~18.04.1) bionic; urgency=medium

  * Backport netplan 0.40.1 to 18.04. (LP: #1793309)

netplan.io (0.40.1) cosmic; urgency=medium

  * tests/generate.py: use random.sample() instead of random.choices() to
    better support older pythons.
  * Deal gracefully with empty files on 'netplan apply' (LP: #1795343)

netplan.io (0.40) cosmic; urgency=medium

  * New upstream release:
    - networkd: route source is PreferredSource= not From=
    - Improve NetworkManager error reporting on unrenderable routes.
    - Don't render ipv4 dns-search unless we have an ipv4 address.
      (LP: #1786726)
    - Set permissive umask on networkd .network, .link and .netdev files
      (LP: #1736965, LP: #1768560)
    - Fix support for link-scope routes. (LP: #1747455)
    - Update man pages for deletion of replug code.
    - Spell Gratuitous ARP correctly and make it work. (LP: #1756701)
    - Many typo fixes for documentation. (LP: #1783940)
    - Various build system fixes.
    - Fix integration tests:
      - iproute2 output changes for link-scope routes
      - fix stability of networkd igmp-resend test
      - fix manual_addresses test now that networkd lists ~. domain
    - Deduplicate code for parsing interface options
    - Add support for optional-addresses.

netplan.io (0.39) cosmic; urgency=medium

  * New upstream release:
    - Allow link-local addresses to be configured. (LP: #1771704)
    - Forces bridges with no addresses to be brought online. (LP: #1736975)

netplan.io (0.38) cosmic; urgency=medium

  * New upstream release:
    - Write udev .rules files to /run/udev/rules.d to enforce interface
      renaming. (LP: #1770082)
    - Don't traceback for 'netplan ip leases' when iface is not managed or
      doesn't DHCP (LP: #1768823)
    - Fix duplicate "/" path separator in error messages (LP: #1771440)
    - Fix incorrect terminal reset in 'netplan try' on Ctrl-C. (LP: #1768798)
    - Updated doc entries: mtu, fix fwmark->mark, cleanup optional.
      (LP: #1768783)
    - Added documentation validation at build.
    - Added configuration example for multi-ip interfaces.
  * tests/integration.py: fix test_eth_and_bridge autopkg test harder.
  * debian/control:
    - Add iproute2 to Depends.
    - Add python3-netifaces to Depends, Build-Depends.

Date: Wed, 21 Nov 2018 14:42:59 -0500
Changed-By: Mathieu Trudel-Lapierre <cyphermox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/netplan.io/0.40.1~18.04.3
-------------- next part --------------
Format: 1.8
Date: Wed, 21 Nov 2018 14:42:59 -0500
Source: netplan.io
Binary: netplan.io nplan
Architecture: source
Version: 0.40.1~18.04.3
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mathieu Trudel-Lapierre <cyphermox at ubuntu.com>
Description:
 netplan.io - YAML network configuration abstraction for various backends
 nplan      - YAML network configuration abstraction - transitional package
Launchpad-Bugs-Fixed: 1736965 1736975 1747455 1756701 1768560 1768783 1768798 1768823 1770082 1771440 1771704 1783940 1786726 1793309 1795343 1802322
Changes:
 netplan.io (0.40.1~18.04.3) bionic; urgency=medium
 .
   * Fix idempotency in renaming: bond members should be exempt from rename, as
     they may all share a single MAC for the bond device. (LP: #1802322)
   * tests/integration.py: add test designed to catch the above regression.
 .
 netplan.io (0.40.1~18.04.2) bionic; urgency=medium
 .
   * Fix typo breaking rename on 'netplan apply'. (LP: #1770082)
 .
 netplan.io (0.40.1~18.04.1) bionic; urgency=medium
 .
   * Backport netplan 0.40.1 to 18.04. (LP: #1793309)
 .
 netplan.io (0.40.1) cosmic; urgency=medium
 .
   * tests/generate.py: use random.sample() instead of random.choices() to
     better support older pythons.
   * Deal gracefully with empty files on 'netplan apply' (LP: #1795343)
 .
 netplan.io (0.40) cosmic; urgency=medium
 .
   * New upstream release:
     - networkd: route source is PreferredSource= not From=
     - Improve NetworkManager error reporting on unrenderable routes.
     - Don't render ipv4 dns-search unless we have an ipv4 address.
       (LP: #1786726)
     - Set permissive umask on networkd .network, .link and .netdev files
       (LP: #1736965, LP: #1768560)
     - Fix support for link-scope routes. (LP: #1747455)
     - Update man pages for deletion of replug code.
     - Spell Gratuitous ARP correctly and make it work. (LP: #1756701)
     - Many typo fixes for documentation. (LP: #1783940)
     - Various build system fixes.
     - Fix integration tests:
       - iproute2 output changes for link-scope routes
       - fix stability of networkd igmp-resend test
       - fix manual_addresses test now that networkd lists ~. domain
     - Deduplicate code for parsing interface options
     - Add support for optional-addresses.
 .
 netplan.io (0.39) cosmic; urgency=medium
 .
   * New upstream release:
     - Allow link-local addresses to be configured. (LP: #1771704)
     - Forces bridges with no addresses to be brought online. (LP: #1736975)
 .
 netplan.io (0.38) cosmic; urgency=medium
 .
   * New upstream release:
     - Write udev .rules files to /run/udev/rules.d to enforce interface
       renaming. (LP: #1770082)
     - Don't traceback for 'netplan ip leases' when iface is not managed or
       doesn't DHCP (LP: #1768823)
     - Fix duplicate "/" path separator in error messages (LP: #1771440)
     - Fix incorrect terminal reset in 'netplan try' on Ctrl-C. (LP: #1768798)
     - Updated doc entries: mtu, fix fwmark->mark, cleanup optional.
       (LP: #1768783)
     - Added documentation validation at build.
     - Added configuration example for multi-ip interfaces.
   * tests/integration.py: fix test_eth_and_bridge autopkg test harder.
   * debian/control:
     - Add iproute2 to Depends.
     - Add python3-netifaces to Depends, Build-Depends.
Checksums-Sha1:
 ebee67b75a4c0294faac74b539f3554bed9dd393 1934 netplan.io_0.40.1~18.04.3.dsc
 8f785af38e5c984a44f48ec656eded20d5c649b8 88768 netplan.io_0.40.1~18.04.3.tar.xz
 d62a1384af47db70c392a76884f2ab056b1bd0e6 7666 netplan.io_0.40.1~18.04.3_source.buildinfo
Checksums-Sha256:
 f8a9f4f731360d4a21e18f9979e9f06d062d65969d0c082bff21c52a7fc76d97 1934 netplan.io_0.40.1~18.04.3.dsc
 70a8ecdf9ea9953eb894055880c4f3c935760e1cd34e20579e00326a0665c80c 88768 netplan.io_0.40.1~18.04.3.tar.xz
 0f2b1a01a3c54a882dce6ebaad3781072209d6e75f746bca67ba0ad9f4afbecc 7666 netplan.io_0.40.1~18.04.3_source.buildinfo
Files:
 c6d492c68e45fdb7bb3ae046f45a70b2 1934 net important netplan.io_0.40.1~18.04.3.dsc
 4b8b59f5cb6f77c2337673baefde3d36 88768 net important netplan.io_0.40.1~18.04.3.tar.xz
 d1aac44ec7ff355db42da71e8610829b 7666 net important netplan.io_0.40.1~18.04.3_source.buildinfo


More information about the Bionic-changes mailing list