netplan.io 0.106.1-0ubuntu1 source package in Ubuntu

Changelog

netplan.io (0.106.1-0ubuntu1) mantic; urgency=medium

  * New upstream release: 0.106.1
    - CI: make use of the canonical/setup-lxd action
    - Netplan docs rework (Part 2) (#337)
    - Add new spread based snapd integration test
    - Netplan docs rework (#333)
    - Add some integration tests for DBus by
    - Add all the commands to the bash completion file (LP#1749869) (#326)
    - Add a short netplan-everywhere howto (#325)
    - Add Ubuntu Code of Conduct 2.0
    Bug fixes:
    - CI: update canonical/setup-lxd to v0.1.1 (#359)
    - 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 (#349)
    - parse: plug a memory leak (#348)
    - 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) (#341)
    - docs: fix bridge parameters types and add examples (#346)
    - 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) (#336)
    - 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 script instead of install_symlink()
    - parser: demote the new lacp-rate check to warning
    - ATTN: parser: validate lacp-rate properly (LP#1745648) (#324)
    - 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: Add keyfile parsing support for all tunnel types
    (LP: #lp2016473)

 -- Danilo Egea Gondolfo <email address hidden>  Wed, 24 May 2023 15:45:51 +0100

Upload details

Uploaded by:
Danilo Egea Gondolfo
Sponsored by:
Ɓukasz Zemczak
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
netplan.io_0.106.1.orig.tar.gz 375.9 KiB 5ef72b603936ab25189da6cf6b4fe1c7c053072f7b396f18a670ebe359c8c3bf
netplan.io_0.106.1-0ubuntu1.debian.tar.xz 26.3 KiB b704de2d4d287d646dd97c1a35a1f1fedb763706d011fa2988703153041b28fc
netplan.io_0.106.1-0ubuntu1.dsc 2.6 KiB 927431be98eb36fb9b4620b67133b5fee19ae71f7b5f3d3a2423730105fd48ce

View changes file

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