~netplan-developers/netplan/+git/netplan:cosmic

Last commit made on 2018-11-21
Get this branch:
git clone -b cosmic https://git.launchpad.net/~netplan-developers/netplan/+git/netplan

Branch merges

Branch information

Recent commits

2a75a17... by Mathieu Trudel-Lapierre

releasing package netplan.io version 0.40.2.2

11ac1ce... by Mathieu Trudel-Lapierre

apply: skip non-physical and bond interfaces when applying name changes (LP: #1802322)

set-name applies only to physical interfaces. physical interfaces which
are part of a bond or bridge may undergo a mac address change due to how
composition works. Netplan cannot know if the current mac of the interface
is in fact the correct mac address and should instead skip renaming interfaces
that are part of a composite device.

Based on a patch by Ryan Harper, with added tests and fixups.

068d9fe... by Mathieu Trudel-Lapierre

releasing package netplan.io version 0.40.2.1

8f7e1c5... by Mathieu Trudel-Lapierre

Fix typo in matching which breaks rename. (LP: #1770082)

555a907... by Mathieu Trudel-Lapierre

releasing package netplan.io version 0.40.2

da431da... by Mathieu Trudel-Lapierre

Add changelog for bugfix 0.40.2

a4801fa... by Mathieu Trudel-Lapierre

Use r marker for regexed to pacify W605.

c5719e2... by Mathieu Trudel-Lapierre

releasing package netplan.io version 0.40.1

1f317bb... by Mathieu Trudel-Lapierre

Deal gracefully with empty files on 'netplan apply' (LP: #1795343)

0bf20a4... by Mathieu Trudel-Lapierre

tests/generate.py: use random.sample() instead of random.choices() to better support older pythons.