[ubuntu/cosmic-proposed] netplan.io 0.96-0ubuntu0.18.10.3 (Accepted)
Mathieu Trudel-Lapierre
cyphermox at ubuntu.com
Tue Apr 30 21:02:24 UTC 2019
netplan.io (0.96-0ubuntu0.18.10.3) cosmic; urgency=medium
* debian/patches/git_revert_explicit_renderer_def_ebc212a.patch: revert
commit ebc212a: make renderer values explicit at the end of each parsing
pass; it breaks "default" renderer behavior when multiple files may set
a global renderer and expect the last to take effect globally.
(LP: #1825206)
* debian/patches/git_reorg_netdef_validation_181b583.patch: correct the
fallout from the above change: validate netdefs in a single pass at the
very end of parsing, once we know which is the applicable renderer. This
makes sure tunnels get validated correctly.
netplan.io (0.96-0ubuntu0.18.10.2) cosmic; urgency=medium
* d/p/0001-Partially-revert-the-change-for-enabling-systemd-net.patch:
Partially revert changes to networkd jobs ordering: leave systemd-networkd
enabled in multi-user.target instead of network-online.target, as in some
minimal setups there might be no job requiring network-online.target,
whereas the natural target to reach for booting is multi-user.target.
(LP: #1821867)
netplan.io (0.96-0ubuntu0.18.10.1) cosmic; urgency=medium
* Backport netplan.io 0.96 to 18.10.
* debian/patches/glib_changes.patch: Patch tests to work again on older GLib.
* debian/control: adjust Depends for cosmic / re-add nplan package.
netplan.io (0.96-0ubuntu1) disco; urgency=medium
* New upstream release 0.96.
- Moved netplan-wpa@ services to earlier at boot (LP: #1819014)
- Restart services when unconfiguring (LP: #1811868)
- Use the .nmconnection extension for NM keyfiles (LP: #1817655)
- Fixed integration tests runner to correctly report failures
- Enforce integrity for use-routes in networkd backend.
- Ensure terminal state at end of test (LP: #1817660)
- Various small test fixes.
- Fix typos in documentation.
* debian/control: Update Maintainer for ubuntu upload.
netplan.io (0.95-2) unstable; urgency=medium
* Set Priority to optional (Closes: #920327).
netplan.io (0.95-1) unstable; urgency=medium
* New upstream release.
* Update autopkgtests from the upstream.
* Add debian/watch following GitHub releases.
* Add Homepage (Closes: #917233).
netplan.io (0.95) disco; urgency=medium
* New upstream release:
- Added support for WPA Enterprise / 802.1x authentication (LP: #1739578)
- Added support for setting up IP tunnels; supporting the types: ipip,
gretap, VTI, ISATAP (NetworkManager only), sit, gre, ipip6 and ip6ip6.
+ Fixes sit (ipv6) tunnels using Hurricane Electric (LP: #1799487)
- Add support to override networkd UseMTU setting (LP: #1807273)
- Generate output files in dependency order
- Refactored unit and integration tests, along with various cleanups.
- Add DHCP overrides to control route usage and default metric for DHCP
routes. (LP: #1776228)
- Mitigate against bad matching on devices behind bonds then they share
the same MAC from a physical interface. (LP: #1804861)
- Added snapcraft.yaml.
netplan.io (0.90.1) disco; urgency=medium
* Do not assume /etc/network exists in postinst, as netbase 5.5 no longer
creates it.
* netplan/cli/commands/ip.py: fix a flake.
netplan.io (0.90) disco; urgency=medium
* New upstream release:
- build: fixes for building on RPM-based distros
- build: code prettiness changes (make indentation consistent)
- Fix device name-changes detection (LP: #1770082)
- Add support for IPv6 Privacy Extensions (LP: #1750392)
- Add dhcp{4,6}-overrides to control DNS, NTP, hostname updates via DHCP
(LP: #1759014)
- Clarify MAC and MTU setting requirements (LP: #1800668)
- Various documentation fixes (LP: #1800669)
- Improve error reporting to give clearer messages and context
(LP: #1800670)
- Skip non-physical/bond interfaces when applying renames (LP: #1802322)
Date: Fri, 26 Apr 2019 15:19:19 -0400
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.96-0ubuntu0.18.10.3
-------------- next part --------------
Format: 1.8
Date: Fri, 26 Apr 2019 15:19:19 -0400
Source: netplan.io
Architecture: source
Version: 0.96-0ubuntu0.18.10.3
Distribution: cosmic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mathieu Trudel-Lapierre <cyphermox at ubuntu.com>
Closes: 917233 920327
Launchpad-Bugs-Fixed: 1739578 1750392 1759014 1770082 1776228 1799487 1800668 1800669 1800670 1802322 1804861 1807273 1811868 1817655 1817660 1819014 1821867 1825206
Changes:
netplan.io (0.96-0ubuntu0.18.10.3) cosmic; urgency=medium
.
* debian/patches/git_revert_explicit_renderer_def_ebc212a.patch: revert
commit ebc212a: make renderer values explicit at the end of each parsing
pass; it breaks "default" renderer behavior when multiple files may set
a global renderer and expect the last to take effect globally.
(LP: #1825206)
* debian/patches/git_reorg_netdef_validation_181b583.patch: correct the
fallout from the above change: validate netdefs in a single pass at the
very end of parsing, once we know which is the applicable renderer. This
makes sure tunnels get validated correctly.
.
netplan.io (0.96-0ubuntu0.18.10.2) cosmic; urgency=medium
.
* d/p/0001-Partially-revert-the-change-for-enabling-systemd-net.patch:
Partially revert changes to networkd jobs ordering: leave systemd-networkd
enabled in multi-user.target instead of network-online.target, as in some
minimal setups there might be no job requiring network-online.target,
whereas the natural target to reach for booting is multi-user.target.
(LP: #1821867)
.
netplan.io (0.96-0ubuntu0.18.10.1) cosmic; urgency=medium
.
* Backport netplan.io 0.96 to 18.10.
* debian/patches/glib_changes.patch: Patch tests to work again on older GLib.
* debian/control: adjust Depends for cosmic / re-add nplan package.
.
netplan.io (0.96-0ubuntu1) disco; urgency=medium
.
* New upstream release 0.96.
- Moved netplan-wpa@ services to earlier at boot (LP: #1819014)
- Restart services when unconfiguring (LP: #1811868)
- Use the .nmconnection extension for NM keyfiles (LP: #1817655)
- Fixed integration tests runner to correctly report failures
- Enforce integrity for use-routes in networkd backend.
- Ensure terminal state at end of test (LP: #1817660)
- Various small test fixes.
- Fix typos in documentation.
* debian/control: Update Maintainer for ubuntu upload.
.
netplan.io (0.95-2) unstable; urgency=medium
.
* Set Priority to optional (Closes: #920327).
.
netplan.io (0.95-1) unstable; urgency=medium
.
* New upstream release.
* Update autopkgtests from the upstream.
* Add debian/watch following GitHub releases.
* Add Homepage (Closes: #917233).
.
netplan.io (0.95) disco; urgency=medium
.
* New upstream release:
- Added support for WPA Enterprise / 802.1x authentication (LP: #1739578)
- Added support for setting up IP tunnels; supporting the types: ipip,
gretap, VTI, ISATAP (NetworkManager only), sit, gre, ipip6 and ip6ip6.
+ Fixes sit (ipv6) tunnels using Hurricane Electric (LP: #1799487)
- Add support to override networkd UseMTU setting (LP: #1807273)
- Generate output files in dependency order
- Refactored unit and integration tests, along with various cleanups.
- Add DHCP overrides to control route usage and default metric for DHCP
routes. (LP: #1776228)
- Mitigate against bad matching on devices behind bonds then they share
the same MAC from a physical interface. (LP: #1804861)
- Added snapcraft.yaml.
.
netplan.io (0.90.1) disco; urgency=medium
.
* Do not assume /etc/network exists in postinst, as netbase 5.5 no longer
creates it.
* netplan/cli/commands/ip.py: fix a flake.
.
netplan.io (0.90) disco; urgency=medium
.
* New upstream release:
- build: fixes for building on RPM-based distros
- build: code prettiness changes (make indentation consistent)
- Fix device name-changes detection (LP: #1770082)
- Add support for IPv6 Privacy Extensions (LP: #1750392)
- Add dhcp{4,6}-overrides to control DNS, NTP, hostname updates via DHCP
(LP: #1759014)
- Clarify MAC and MTU setting requirements (LP: #1800668)
- Various documentation fixes (LP: #1800669)
- Improve error reporting to give clearer messages and context
(LP: #1800670)
- Skip non-physical/bond interfaces when applying renames (LP: #1802322)
Checksums-Sha1:
de04239a19fae993b0cf98c4c22aa20935b1d956 2464 netplan.io_0.96-0ubuntu0.18.10.3.dsc
2823b9790bce3aca04892bd5467fed86fd63a9e1 14764 netplan.io_0.96-0ubuntu0.18.10.3.debian.tar.xz
655888f5762d01fd6c302af24295aebe297f99eb 7992 netplan.io_0.96-0ubuntu0.18.10.3_source.buildinfo
Checksums-Sha256:
5dcabeb5d107502edb767ee5939a883a7769f86e3c9bccfff2448986c2d611bf 2464 netplan.io_0.96-0ubuntu0.18.10.3.dsc
38c2d3e78ab037e844da8ede772eee15afebb9c237343da5e103071c89f419ca 14764 netplan.io_0.96-0ubuntu0.18.10.3.debian.tar.xz
8402b5e37d91105958dac5f07d2b120ca8a19e30a143013f130d6893a1926e36 7992 netplan.io_0.96-0ubuntu0.18.10.3_source.buildinfo
Files:
bae78249194f53e2c5a3c96a17637494 2464 net optional netplan.io_0.96-0ubuntu0.18.10.3.dsc
930a0da75853cdc89afa05dc5ba95205 14764 net optional netplan.io_0.96-0ubuntu0.18.10.3.debian.tar.xz
baaa68ed9a3197a260c1f278c91a8dda 7992 net optional netplan.io_0.96-0ubuntu0.18.10.3_source.buildinfo
Original-Maintainer: Debian netplan Maintainers <team+netplan at tracker.debian.org>
More information about the Cosmic-changes
mailing list