~ddstreet/ubuntu/+source/netplan.io:ubuntu/devel

Last commit made on 2020-04-23
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/~ddstreet/ubuntu/+source/netplan.io
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:~ddstreet/ubuntu/+source/netplan.io

Recent commits

9d327bf... by Łukasz Zemczak

Import patches-unapplied version 0.99-0ubuntu2 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: 07b3088f31ded225fee7f66213baf5f66baa813b

New changelog entries:
  [ Lukas Märdian ]
  * debian/patches/0001-Not-connect-to-WiFi-after-netplan-apply.patch:
    - Seems like the 'netplan apply' command was not properly adopted when
      wired wpa_supplicant support was introduced.

07b3088... by Łukasz Zemczak

Import patches-unapplied version 0.99-0ubuntu1 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: ac38544c065fa318d13278a13dcfb870f99cee07

New changelog entries:
  [ Łukasz 'sil2100' Zemczak ]
  * New upstream release: 0.99 (LP: #1871825)
    - Fixed setting MTUBytes= in .network files as well
    - Added "phase2" keyword to "auth" section
    - Allowing "critical" to be used without "dhcp4"/"dhcp6" enabled
    - Added support for GSM modems in the NetworkManager backend (with the
      "modems" keyword)
    - Added "emit-lldp" option for networkd backend (LP: #1862607)
    - Fixed netplan incorrectly generating WPA PSK hex (LP: #1867690)
    - Split out the netplan parser into a separate libnetplan library
    - Added "ipv6-address-generation" field for NM backend
    - Added WiFi flags for "bssid"/"band"/"channel"
    - Added support for SR-IOV network devices
  * debian/copyright: Change contact address as Matt is no longer available
    via the previous e-mail.
  * debian/control: Add new libnetplan packages
  * Drop d/p/0002-Adopt-integration-tests-for-NetworkManager-v1.22-foc.patch:
    included in upstream release
  [ Lukas Märdian ]
  * Drop d/p/workaround_tests_issues.patch:
    The problem was solved upstream and is integrated via
    d/p/0002-Adopt-integration-tests-for-NetworkManager-v1.22-foc.patch

ac38544... by Łukasz Zemczak

Import patches-unapplied version 0.98-0ubuntu4 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: 7e25893cad5af4d36792450681c9c895ddc42a85

New changelog entries:
  [ Lukas Märdian ]
  * d/p/0002-Adopt-integration-tests-for-NetworkManager-v1.22-foc.patch:
    Adopt integration tests for NetworkManager v1.22 (focal)
  * debian/tests/control: add new autopkgtest dependencies for the new
    integration tests.

7e25893... by Sebastien Bacher

Import patches-unapplied version 0.98-0ubuntu3 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: b5464c32c9862d424eb01426df187790ca82a38c

New changelog entries:
  * No change rebuild to get Testsuite-Triggers restored, the previous
    upload was built on an older serie/dpkg version which lead to the
    dsc to be missing the reference

b5464c3... by Sebastien Bacher

Import patches-unapplied version 0.98-0ubuntu2 to ubuntu/focal-proposed

Imported using git-ubuntu import.

Changelog parent: 9b765fd6542070e7a2f1cc97eb92c104ef873ea0

New changelog entries:
  * debian/patches/workaround_tests_issues.patch:
    - workaround a test issue, the default route seems to take a bit of
      time to be applied in n-m, wait for it before erroring out

9b765fd... by Mathieu Trudel-Lapierre

Import patches-unapplied version 0.98-0ubuntu1 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: da74c455a7b19afb7fbad59900360a0539b454be

New changelog entries:
  * New upstream release: 0.98 (LP: #1840832)
    - Added new "feature flags" to identify new features
    - Added support for "use-domains" for DHCP overrides
    - Added support for setting IPv6 MTU Bytes (LP: #1671951)
    - Added a DBus interface to query and run 'netplan apply' via other apps
    - Various build system fixes
    - Improved validation for bonding modes
    - Added support for "hash:" for hashed 802.1x passwords (LP: #1819831)
    - Tolerate devices without a /sys path (LP: #1810043)
    - Fix incorrect separator for networkd with ARP IP targets (LP: #1829264)
  * debian/control: Add Build-Depends on libsystemd-dev for DBus feature, and
    on dbus-x11 for dbus-launch used in tests.

da74c45... by Mathieu Trudel-Lapierre

Import patches-unapplied version 0.97-0ubuntu1 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: ff3bd82e6185267c49c86a47b1b5a72e9a9a4bd0

New changelog entries:
  * New upstream release: 0.97
    - networkd: force bringing up devices with no IP addresses (LP: #1763608)
    - Reworked renderer choosing to avoid regression in default renderer when
      multiple files specify it globally (LP: #1825206)
    - Fixed networkd activation. (LP: #1821867)
  * Drop all patches; they are included in the upstream release.

ff3bd82... by Mathieu Trudel-Lapierre

Import patches-unapplied version 0.96-0ubuntu5 to ubuntu/eoan-proposed

Imported using git-ubuntu import.

Changelog parent: b826ffaa2f2f8cdf21cd30e040dba443ffa328ef

New changelog entries:
  * 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.

b826ffa... by Mathieu Trudel-Lapierre

Import patches-unapplied version 0.96-0ubuntu4 to ubuntu/disco-proposed

Imported using git-ubuntu import.

Changelog parent: b9d1340ba15afb03dec748959d3b98795eed0cd3

New changelog entries:
  * d/p/0001-Partially-revert-the-change-for-enabling-systemd-net.patch:
    Also update tests to account for moving the systemd-networkd.service
    link.

b9d1340... by Mathieu Trudel-Lapierre

Import patches-unapplied version 0.96-0ubuntu3 to ubuntu/disco-proposed

Imported using git-ubuntu import.

Changelog parent: 1cedff79d99143d145df4ec3c6df0563ceaa224d

New changelog entries:
  * 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)