[ubuntu/lunar-proposed] netplan.io 0.106.1-7ubuntu0.23.04.1 (Accepted)
Lukas Märdian
slyon at ubuntu.com
Wed Aug 30 07:55:34 UTC 2023
netplan.io (0.106.1-7ubuntu0.23.04.1) lunar; urgency=medium
* Backport netplan.io 0.106.1-7 to 23.04 (LP: #2025519)
- Add all the commands to the bash completion file (LP: 1749869)
- parse-nm: fix eap_method handling (LP: 2016625)
- ovs: don't allow peers with the same name
- parse: validate NM backend settings usage
- nm: check the passthrough config format
- wireguard: plug a memory leak
- validate: drop the YAML node parameter
- parse: don't point to the wrong node on validation
- parse: set the backend on nm-devices to NM by default
- parse: plug a memory leak
- nm: return if write_routes() fails
- libnetplan: don't try to read from a NULL file
- networkd: plug a memory leak
- vrfs: skip policies parsing if list is NULL (LP: 2016427)
- parse: use "--" with systemd-escape
- netplan: adjust the maximum buffer size to 1MB
- cli:status: improve networkctl parameter passing
- cli:test: use 'text' alias instead of 'universal_newlines'
- cli:apply: use shutil.rmtree instead of 'rm -rf'
- Use controlled execution environment, to avoid failure if PATH is unset
(LP: 1959570)
- meson: fix installation of legacy /lib/netplan/generate symlink
- dbus: Use the error set by _copy_yaml_state()
- dbus: Build the copy path correctly (LP: 1997467)
- parse:ovs: Ignore deprecated OpenFlow1.6 protocol (LP: 1963735)
- parser: Don't duplicate OVS configuration (LP: 2007682)
- parser: Don't add DNS entries duplicates (LP: 2007682)
- parser: handle duplicated routing rules (LP: 2007682)
- netplan: cli: fix typo from 'unkown' to 'unknown'
- meson: cli:utils: drop legacy generator path, use libexec instead
- meson: use meson_make_symlink.sh helper instead of install_symlink()
- ATTN: parser: validate lacp-rate properly (LP: 1745648)
- parser: demote the new lacp-rate check to warning
- Don't drop files with just global values on 'set' (LP: 2027584)
d/p/0020-netplan.c-Don-t-drop-files-with-just-global-values-o.patch
- Add parser support for WPA3 Personal (LP: 2023238)
- d/patches/lp2016473: Keyfile parsing for all tunnel types, LP: 2016473
- d/p/lp2021884: WireGuard: auto append prefix to allowed IPs, LP: 2021884
- d/p/lp1997467: Improve DEP-3 headers
[CI]
- CI: make use of the canonical/setup-lxd action
- Add new spread based snapd integration test
- Add some integration tests for DBus
- CI: update canonical/setup-lxd to v0.1.1
- Makefile: fully cleanup coverage data
- spread.yaml: restore /etc/netplan for each test
- tests: Don't use duplicated DNS entries (LP: 2007682)
- rpm: Refresh packaging for 0.106 and sync from Fedora
- meson: Enable finding pycoverage on RPM based distributions
- Fix ethernets,vlans,scenarios autopkgtests on systemd 254
- Fix NetworkManager interaction with systemd v253
- Fix tunnels tests with iproute 6.4, using JSON interface
- d/t/prep-testbed.sh: stop NetworkManager, to start with a common state
- autopkgtest:regressions: Simplify assertions to avoid buffering races
d/p/0018-tests-regressions-simplify-assertions-to-avoid-buffe.patch
- Increase test timeouts to fix FTBFS on mips64el and riscv64
d/p/0012-meson-Increase-test-timeout-for-slow-architectures.patch
- debian/tests: Enforce more strict integration tests.
Also, resolve the systemd-resolved issue in ethernets test.
- Add d/p/0012-meson-Increase-test-timeout-for-slow-architectures.patch
To fix FTBFS due to test timeouts on mipsel, alpha, riscv64, sparc64
- debian/tests: Fix testbed timeout with systemd v253 (Closes: #1033265)
[Docs]
- Netplan docs rework (Part 2)
- Netplan docs rework
- Add a short netplan-everywhere howto
- Add Ubuntu Code of Conduct 2.0
- rtd: set the OS and Python versions explicitly
- docs: fix bridge parameters types and add examples
* d/patches/: Drop patches, applied upstream
* d/control: Cleanup list of Uploaders.
* d/control: Update Lukas' DD email address
* Revert usrmerge packaging changes for stable series
* Add patches for SRU backwards compatbility
d/p/sru-compat/cli-status-Make-rich-pretty-printing-optional-388.patch
d/p/sru-compat/validation-avoid-new-yaml_error-in-SRU.patch
d/p/sru-compat/Avoid-unnecessary-export-of-API.patch
d/p/sru-compat/Revert-ovs-don-t-allow-peers-with-the-same-name.patch
d/p/sru-compat/parse-add-comment-about-OpenFlow16-deprecation.patch
Date: Wed, 23 Aug 2023 17:41:14 +0200
Changed-By: Lukas Märdian <slyon at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/netplan.io/0.106.1-7ubuntu0.23.04.1
-------------- next part --------------
Format: 1.8
Date: Wed, 23 Aug 2023 17:41:14 +0200
Source: netplan.io
Built-For-Profiles: noudeb
Architecture: source
Version: 0.106.1-7ubuntu0.23.04.1
Distribution: lunar
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Lukas Märdian <slyon at ubuntu.com>
Closes: 1033265
Launchpad-Bugs-Fixed: 2025519
Changes:
netplan.io (0.106.1-7ubuntu0.23.04.1) lunar; urgency=medium
.
* Backport netplan.io 0.106.1-7 to 23.04 (LP: #2025519)
- Add all the commands to the bash completion file (LP: 1749869)
- parse-nm: fix eap_method handling (LP: 2016625)
- ovs: don't allow peers with the same name
- parse: validate NM backend settings usage
- nm: check the passthrough config format
- wireguard: plug a memory leak
- validate: drop the YAML node parameter
- parse: don't point to the wrong node on validation
- parse: set the backend on nm-devices to NM by default
- parse: plug a memory leak
- nm: return if write_routes() fails
- libnetplan: don't try to read from a NULL file
- networkd: plug a memory leak
- vrfs: skip policies parsing if list is NULL (LP: 2016427)
- parse: use "--" with systemd-escape
- netplan: adjust the maximum buffer size to 1MB
- cli:status: improve networkctl parameter passing
- cli:test: use 'text' alias instead of 'universal_newlines'
- cli:apply: use shutil.rmtree instead of 'rm -rf'
- Use controlled execution environment, to avoid failure if PATH is unset
(LP: 1959570)
- meson: fix installation of legacy /lib/netplan/generate symlink
- dbus: Use the error set by _copy_yaml_state()
- dbus: Build the copy path correctly (LP: 1997467)
- parse:ovs: Ignore deprecated OpenFlow1.6 protocol (LP: 1963735)
- parser: Don't duplicate OVS configuration (LP: 2007682)
- parser: Don't add DNS entries duplicates (LP: 2007682)
- parser: handle duplicated routing rules (LP: 2007682)
- netplan: cli: fix typo from 'unkown' to 'unknown'
- meson: cli:utils: drop legacy generator path, use libexec instead
- meson: use meson_make_symlink.sh helper instead of install_symlink()
- ATTN: parser: validate lacp-rate properly (LP: 1745648)
- parser: demote the new lacp-rate check to warning
- Don't drop files with just global values on 'set' (LP: 2027584)
d/p/0020-netplan.c-Don-t-drop-files-with-just-global-values-o.patch
- Add parser support for WPA3 Personal (LP: 2023238)
- d/patches/lp2016473: Keyfile parsing for all tunnel types, LP: 2016473
- d/p/lp2021884: WireGuard: auto append prefix to allowed IPs, LP: 2021884
- d/p/lp1997467: Improve DEP-3 headers
[CI]
- CI: make use of the canonical/setup-lxd action
- Add new spread based snapd integration test
- Add some integration tests for DBus
- CI: update canonical/setup-lxd to v0.1.1
- Makefile: fully cleanup coverage data
- spread.yaml: restore /etc/netplan for each test
- tests: Don't use duplicated DNS entries (LP: 2007682)
- rpm: Refresh packaging for 0.106 and sync from Fedora
- meson: Enable finding pycoverage on RPM based distributions
- Fix ethernets,vlans,scenarios autopkgtests on systemd 254
- Fix NetworkManager interaction with systemd v253
- Fix tunnels tests with iproute 6.4, using JSON interface
- d/t/prep-testbed.sh: stop NetworkManager, to start with a common state
- autopkgtest:regressions: Simplify assertions to avoid buffering races
d/p/0018-tests-regressions-simplify-assertions-to-avoid-buffe.patch
- Increase test timeouts to fix FTBFS on mips64el and riscv64
d/p/0012-meson-Increase-test-timeout-for-slow-architectures.patch
- debian/tests: Enforce more strict integration tests.
Also, resolve the systemd-resolved issue in ethernets test.
- Add d/p/0012-meson-Increase-test-timeout-for-slow-architectures.patch
To fix FTBFS due to test timeouts on mipsel, alpha, riscv64, sparc64
- debian/tests: Fix testbed timeout with systemd v253 (Closes: #1033265)
[Docs]
- Netplan docs rework (Part 2)
- Netplan docs rework
- Add a short netplan-everywhere howto
- Add Ubuntu Code of Conduct 2.0
- rtd: set the OS and Python versions explicitly
- docs: fix bridge parameters types and add examples
* d/patches/: Drop patches, applied upstream
* d/control: Cleanup list of Uploaders.
* d/control: Update Lukas' DD email address
* Revert usrmerge packaging changes for stable series
* Add patches for SRU backwards compatbility
d/p/sru-compat/cli-status-Make-rich-pretty-printing-optional-388.patch
d/p/sru-compat/validation-avoid-new-yaml_error-in-SRU.patch
d/p/sru-compat/Avoid-unnecessary-export-of-API.patch
d/p/sru-compat/Revert-ovs-don-t-allow-peers-with-the-same-name.patch
d/p/sru-compat/parse-add-comment-about-OpenFlow16-deprecation.patch
Checksums-Sha1:
76373121f9f5329398b47df192d694a8e0f366d6 2926 netplan.io_0.106.1-7ubuntu0.23.04.1.dsc
8fd7d67c214e4d7ae908467fb5afd7aa15ce8a93 384958 netplan.io_0.106.1.orig.tar.gz
5df884078e0e17b4e97cfc48eb1644ef5fcb8f02 39660 netplan.io_0.106.1-7ubuntu0.23.04.1.debian.tar.xz
ada0f93899cb9016e9711d1922e2f3f7e028a008 12451 netplan.io_0.106.1-7ubuntu0.23.04.1_source.buildinfo
Checksums-Sha256:
4e7636a88c2bdfd2d514ba507349184baf9366716be9c604078f7e04597b9bc0 2926 netplan.io_0.106.1-7ubuntu0.23.04.1.dsc
5ef72b603936ab25189da6cf6b4fe1c7c053072f7b396f18a670ebe359c8c3bf 384958 netplan.io_0.106.1.orig.tar.gz
7e1787f4f05607db5a7207b971d06ca2cf1a89335c72bfb244c4e66c1c2efa4c 39660 netplan.io_0.106.1-7ubuntu0.23.04.1.debian.tar.xz
7fd8beb450010e92edc3bb0850a258dffef942fa3702bdf14d6cf8cbc0af1c50 12451 netplan.io_0.106.1-7ubuntu0.23.04.1_source.buildinfo
Files:
b1f68981119e9e1401cd4c4b972b3b00 2926 net optional netplan.io_0.106.1-7ubuntu0.23.04.1.dsc
bf1a8a2ef0b94ab28f89238520295502 384958 net optional netplan.io_0.106.1.orig.tar.gz
ea31813938ee43bdcedf2d36a3a7ea4b 39660 net optional netplan.io_0.106.1-7ubuntu0.23.04.1.debian.tar.xz
3b2c8e9f74be399fc12f55d5f6ca11e1 12451 net optional netplan.io_0.106.1-7ubuntu0.23.04.1_source.buildinfo
Original-Maintainer: Debian Netplan Maintainers <team+netplan at tracker.debian.org>
More information about the lunar-changes
mailing list