netplan.io 0.106.1-1 source package in Ubuntu
Changelog
netplan.io (0.106.1-1) unstable; urgency=medium * New upstream release: 0.106.1 - CI: make use of the canonical/setup-lxd action - Netplan docs rework (Part 2) - Add new spread based snapd integration test - Netplan docs rework - Add some integration tests for DBus by - Add all the commands to the bash completion file (LP: #1749869) - Add a short netplan-everywhere howto - Add Ubuntu Code of Conduct 2.0 Bug fixes: - CI: update canonical/setup-lxd to v0.1.1 - parse-nm: fix eap_method handling (LP: #2016625) - rtd: set the OS and Python versions explicitly - 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) - docs: fix bridge parameters types and add examples - 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' - Makefile: fully cleanup coverage data - 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 - spread.yaml: restore /etc/netplan for each test - 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) - tests: Don't use duplicated DNS entries (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() - parser: demote the new lacp-rate check to warning - ATTN: parser: validate lacp-rate properly (LP: #1745648) - rpm: Refresh packaging for 0.106 and sync from Fedora - meson: Enable finding pycoverage on RPM based distributions * Update symbols file for 0.106.1 * d/patches/: Drop patches, applied upstream * d/patches/lp2016473: Keyfile parsing for all tunnel types, LP: #2016473 * d/p/lp2021884: WireGuard: auto append prefix to allowed IPs, LP: #2021884 * debian/tests: Enforce more strict integration tests. Also, resolve the systemd-resolved issue in ethernets test. * Refresh patches. * Add d/p/0012-meson-Increase-test-timeout-for-slow-architectures.patch To fix FTBFS due to test timeouts on mipsel, alpha, riscv64, sparc64 * d/control: Cleanup list of Uploaders. -- Lukas Märdian <email address hidden> Tue, 20 Jun 2023 12:54:23 +0200
Upload details
- Uploaded by:
- Debian netplan Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian netplan Maintainers
- Architectures:
- linux-any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
netplan.io_0.106.1-1.dsc | 2.7 KiB | abd43f14e9638afbeb13fdf727a3b4a1730e4a153b6884392df3caebeaa869ea |
netplan.io_0.106.1.orig.tar.gz | 375.9 KiB | 5ef72b603936ab25189da6cf6b4fe1c7c053072f7b396f18a670ebe359c8c3bf |
netplan.io_0.106.1-1.debian.tar.xz | 23.2 KiB | 4b6953ad303af8fcb29b6d8512ddf5249d4910a927f4a45a00165e9f7ea76aaa |
Available diffs
No changes file available.
Binary packages built by this source
- libnetplan-dev: Development files for netplan's libnetplan runtime library
netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
.
Currently supported backends are networkd and NetworkManager.
.
This package contains development files for developers wanting to use
libnetplan in their applications.
- libnetplan0: YAML network configuration abstraction runtime library
netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
.
Currently supported backends are networkd and NetworkManager.
.
This package contains the necessary runtime library files.
- libnetplan0-dbgsym: debug symbols for libnetplan0
- netplan.io: YAML network configuration abstraction for various backends
netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
.
Currently supported backends are networkd and NetworkManager.
- netplan.io-dbgsym: debug symbols for netplan.io