~snappy-hwe-team/snappy-hwe-snaps/+git/ci-build-639:snap-20

Last commit made on 2022-01-26
Get this branch:
git clone -b snap-20 https://git.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/ci-build-639
Members of Snappy HWE Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

c8592ce... by System Enablement CI Bot <email address hidden>

Update snapcraft.yaml to build from right repository

3da9cb7... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch other/add-remove-hook

d911617... by Alfonso Sanchez-Beato

remove hook: add clarifying comment

0e8fcdf... by Alfonso Sanchez-Beato

Add remove hook

Remove the netplan configuration that might have been created by the
snap on removal.

08b1ca1... by System Enablement CI Bot <email address hidden>

Open development for 1.22.10-10-dev

f0ace87... by System Enablement CI Bot <email address hidden>

Bump version to 1.22.10-9

ee50346... by System Enablement CI Bot <email address hidden>

Update manifests to 1.22.10-9

df4b068... by System Enablement CI Bot <email address hidden>

Update ChangeLog for 1.22.10-9

216bf7b... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch slyon/netplan-0103-compat

Merge-Proposal: https://code.launchpad.net/~slyon/snappy-hwe-snaps/+git/network-manager/+merge/409679

Author: Lukas Märdian <email address hidden>

Add a tiny bit of compatibility layer, so that the NetworkManager snap can handle all connection profiles generated by netplan v0.102 and netplan v0.103 (i.e. /run/NetworkManager/system-connections/netplan-<UUID>.nmconnection naming VS /run/NetworkManager/system-connections/netplan-<IFACE_NAME>.nmconnection naming for logical devices, such as bridges, bonds, vlans).
See: https://bugs.launchpad.net/netplan/+bug/1927350

Also, adopt the keyfile tests a bit to work with newer netplan releases and fix the vendorized netplan version inside the snap to the "applied/0.102-0ubuntu1_20.04.2" tag, so that we do not need to update those patches. We should soon be able to drop the vendorized netplan, that is once https://github.com/snapcore/snapd/pull/10212 is released.

d706ea8... by Lukas Märdian

netplan: v0.103 compatibility