[Bug 1871825] Re: [FFe] Update to netplan.io 0.99

Lukas Märdian lukas.maerdian at canonical.com
Wed May 13 07:39:50 UTC 2020


** Changed in: netplan
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to netplan.io in Ubuntu.
Matching subscriptions: foundations-bugs
https://bugs.launchpad.net/bugs/1871825

Title:
  [FFe] Update to netplan.io 0.99

Status in netplan:
  Fix Released
Status in netplan.io package in Ubuntu:
  Fix Released
Status in netplan.io source package in Bionic:
  Fix Released
Status in netplan.io source package in Eoan:
  Fix Released
Status in netplan.io source package in Focal:
  Fix Released

Bug description:
  [Freeze Exception Rationale]

  We would like to request a Feature Freeze exception for the new
  netplan 0.99 as this release will be carrying important roadmap
  features targeted for 20.04. Everything got drastically delayed due to
  not having a full-time netplan maintainer for most part of the cycle,
  but the features we want to deliver are still considered important. We
  are well aware of how late it is in the cycle, and in normal
  circumstances we would not request such an exception, but releasing
  the new netplan version will also unblock some of the other teams.
  Notably the generation of libnetplan will unblock other feature
  requests in packages like NetworkManager for uc20.

  === SRU ===
  [Impact]
  This release contains both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these improvements.

  The most notable changes (besides usual bug-fixes) incoming in 0.99:
   * Adding `phase2` keyword to `auth` section
   * Allowing `critical` to be used without `dhcp4`/`dhcp6` enabled
   * Support for GSM modems in the NetworkManager backend (with the `modems` keyword)
   * Adding `emit-lldp` option for networkd backend
   * Split out the netplan parser into a separate libnetplan library
   * Adding `ipv6-address-generation` field for NM backend
   * Adding WiFi flags for `bssid`/`band`/`channel`
   * Adding support for SR-IOV network devices
   * Fix not connecting to WiFi after 'netplan apply' (LP: #1874377)

  See the changelog entry below for a full list of changes and bugs.

  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/NetplanUpdates

  Netplan contains an extensive integration test suite that is ran using
  the SRU package for each releases. This test suite's results are available here:
  http://autopkgtest.ubuntu.com/packages/n/netplan.io

  A successful run is required before the proposed netplan package
  can be let into -updates.

  The netplan team will be in charge of attaching the artifacts and console
  output of the appropriate run to the bug.  Netplan team members will not
  mark ‘verification-done’ until this has happened.

  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.

  Focal:
  https://slyon.de/files/netplan/SRU-0.99/focal_amd64_log
  https://slyon.de/files/netplan/SRU-0.99/focal_arm64_log
  https://slyon.de/files/netplan/SRU-0.99/focal_armhf_log
  https://slyon.de/files/netplan/SRU-0.99/focal_ppc64el_log
  https://slyon.de/files/netplan/SRU-0.99/focal_s390x_log

  Eoan:
  https://slyon.de/files/netplan/SRU-0.99/eoan_amd64_log
  https://slyon.de/files/netplan/SRU-0.99/eoan_arm64_log
  https://slyon.de/files/netplan/SRU-0.99/eoan_armhf_log
  https://slyon.de/files/netplan/SRU-0.99/eoan_i386_log
  https://slyon.de/files/netplan/SRU-0.99/eoan_ppc64el_log
  https://slyon.de/files/netplan/SRU-0.99/eoan_s390x_log

  Bionic:
  https://slyon.de/files/netplan/SRU-0.99/bionic_amd64_log
  https://slyon.de/files/netplan/SRU-0.99/bionic_arm64_log
  https://slyon.de/files/netplan/SRU-0.99/bionic_armhf_log
  https://slyon.de/files/netplan/SRU-0.99/bionic_i386_log
  https://slyon.de/files/netplan/SRU-0.99/bionic_ppc64el_log
  https://slyon.de/files/netplan/SRU-0.99/bionic_s390x_log

  [Discussion]
  A bug fix for #1874377 was already part of 0.99-0ubuntu2. This SRU contains the proper fix, which was applied upstream (a9f138d) and handles additional edge cases. All the changes are completely backward-compatible and users should not notice any behavior changes if not using any of the new features.

  [Changelog]
  Distro-Patch:
  a9f138d Fix LP#1874377: Not connect to WiFi after 'netplan apply' (#133)
  v0.99:
  1ccf7e0 SR-IOV support for explicitly defining the VF count (#130)
  b7f1d9b SR-IOV support (#129)
  a5438a2 Implement WakeOnWLan for NM and networkd backends (#128)
  9a1633a Implement WiFi flags for bssid/band/channel (#125)
  0586a8d Add ipv6-address-generation field for NM backend (#126)
  39057cc Fix missing Require= in service unit (#123)
  ed63344 Rename gsms to modems and enable CDMA (#124)
  e9e7681 Makefile: fix symbolic link of libnetplan.so (#122)
  4ca70d1 Build libnetplan and initial parser for NetworkManager backend settings (#112)
  0c06743 Merge pull request #121 from CanonicalLtd/slyon/focal-integration-tests
  039e2c2 Merge branch 'master' into slyon/focal-integration-tests
  069e3d8 tests:integration:base: fix stylistic issue
  4a46cfd tests:integration:base: Adopt integration tests to NetworkManager v1.22
  2427ab2 Fix quotation of WPA PSK 64 hex-digit keys for networkd  (#120)
  df5fbf5 tests:integration:base: give NetworkManager some more time to settle
  261c379 Add option `emit-lldp` for networkd backend (#116)
  76aa65e Initial support for GSM modems for NetworkManager backend – 2 (#119)
  91c59c7 features: add feature flags for new supplicant and phase2 changes
  500121f tests: fix calls for yaml.load(): add an explicit Loader=
  72a09f7 Allow `critical` to be used without `dhcp4`/`dhcp6` enabled (#107)
  053f2cb Handled wired wpa_supplicant driver automatically (#109)
  50ac74f Add `phase2` keyword to `auth` section (#108)
  77fcd4d networkd: set MTUBytes= in .network files as well (#111)
  c40f70e Add example for a directly-connected gateway on IPv6. (#110)
  a5397e6 Honor LDFLAGS when building netplan-dbus (#105)
  43d80a6 Makefile: fix escaping in _features.h (#103)
  521a695 Refresh devices after restarting backends, some new devices might appear

To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/1871825/+subscriptions



More information about the foundations-bugs mailing list