[ubuntu/noble-proposed] netplan.io 1.0.1-1ubuntu2~24.04.1 (Accepted)

Danilo Egea Gondolfo danilo.egea.gondolfo at canonical.com
Wed Aug 14 10:10:39 UTC 2024


netplan.io (1.0.1-1ubuntu2~24.04.1) noble; urgency=medium

  * Backport netplan.io 1.0.1-1ubuntu2 to 24.04 (LP: #2074197):
    - sriov: accept setting the eswitch mode without VFs (LP: 2020409)
    - cli/sriov: refactoring
    - tests: use proper 0o600 file permissions in more places
    - doc: Adding missing 'watchfiles' dependency for Sphinx
    - doc: Minor fixes in lang. and mark-up in YAML reference
    - doc: Tutorial reorg & lang. + formatting improvements
    - networkd: add wait-online enumeration utils
    - generate: enable systemd-networkd-wait-online for non-optional interfaces
    - CLI:utils: Do not ask for daemon-reload password interactively
    - CLI:generate: call daemon-reload after (re-)generating services
    - wait-online: Do not block on loopback interface
    - generate: Do not touch wait-online, if we don't have any networkd NetDefs
    - wait-online: wait for existing interfaces only and downgrade operational
      state for interfaces without IP configuration
    - wait-online: account for DHCPv4/v6 addresses
    - wait-online: do not require virtual devices to be created already
    - wait-online: recognize that bridge/bond members will never gain
      link-local addresses
    - networkd:apply: Drop handling of legacy wpa@ instance units
    - wait-online: disabled wait-online for stable 1.0
    - test:integration: Try to improve test flakyness
    - autopkgtest: More fixes for flaky 'ethernets' test
    - Increase some test timeouts to account for slow (riscv64) buildds
    SECURITY UPDATE:
    - libnetplan: use more restrictive file permissions
      (Closes: #1072789, LP: 2065738, LP: 1987842)
    - CVE-2022-4968
    - libnetplan: escape control characters
    - backends: escape file paths
    - backends: escape semicolons in service units (LP: 2066258)
    Bug fixes:
    - cli: Fix logging setup when python-rich is not present
    - CI: fix DebCI case for no-change rebuilds
    - CI: adopt autopkgtest for 1.0-1 on 22.04
    - doc: Update README, move CODE_OF_CONDUCT
    - doc: fix en_GB spelling
    - CI: adopt snapd.patch for autopkgtest SRU (LP: 2051939)
    - parse-nm: add a workaround for the DoT DNS option  (LP: 2055148)
    - CI: Install netplan-ci PPA
    - parse: don't remove datalist items during iteration
    - ATTN: parse/bonds: handle same primary in multiple bonds
    - parse/bonds: don't fail on primary reassignment
    - cli/sriov: set eswitch regardless of pcidev.vfs
    - doc: Fix wrong bonds.parameters.mode syntax in example
    - parse: fix redefinition of gateway(4|6)
    - doc:tutorial: fix whitespace formatting
    - util: fix potential NULL pointer assert
    - python: elements of __all__ must be strings
    - tests: fix diff test with iproute2 6.8
    - cli/generate: skip daemon_reload with --mapping
    - test: cleanup after wait_online test to fix DebCI
    - CI: fork spread to get !179 fixes
    - doc: Fix netplan-generate.md formatting !483
    - emitter: allow unicode characters in the emitter (LP: 2071652)
    - parse: do not escape all non-ascii bytes
  * d/t/control: 'diff' autopkgtest is not flaky anymore
  * d/patches: Drop patches, applied upstream
  * d/p/0002-CLI-apply-call-udevadm-trigger-using-action-add-Clos.patch:
    Update 'udevadm trigger' patch, using MOVE action (LP: 2071363)
  * d/p/0003-Revert-wait-online-disabled-wait-online-for-stable-1.patch:
    Fix wait-online via s-n-wait-online.service.d/10-netplan.
  * debian/netplan-generator.postinst: Add a postinst maintainer script to call
    the generator, so the file permissions fixes will be applied automatically.
  * d/libnetplan1.symbols:
    - Update for new internal wait-online symbol
    - Update for new (private) symbol
  * d/copyright: Update for 2024

Date: Wed, 17 Jul 2024 18:12:26 +0100
Changed-By: Danilo Egea Gondolfo <danilo.egea.gondolfo at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Lukas Märdian <lukas.maerdian at canonical.com>
https://launchpad.net/ubuntu/+source/netplan.io/1.0.1-1ubuntu2~24.04.1
-------------- next part --------------
Format: 1.8
Date: Wed, 17 Jul 2024 18:12:26 +0100
Source: netplan.io
Built-For-Profiles: noudeb
Architecture: source
Version: 1.0.1-1ubuntu2~24.04.1
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Danilo Egea Gondolfo <danilo.egea.gondolfo at canonical.com>
Closes: 1072789
Launchpad-Bugs-Fixed: 2074197
Changes:
 netplan.io (1.0.1-1ubuntu2~24.04.1) noble; urgency=medium
 .
   * Backport netplan.io 1.0.1-1ubuntu2 to 24.04 (LP: #2074197):
     - sriov: accept setting the eswitch mode without VFs (LP: 2020409)
     - cli/sriov: refactoring
     - tests: use proper 0o600 file permissions in more places
     - doc: Adding missing 'watchfiles' dependency for Sphinx
     - doc: Minor fixes in lang. and mark-up in YAML reference
     - doc: Tutorial reorg & lang. + formatting improvements
     - networkd: add wait-online enumeration utils
     - generate: enable systemd-networkd-wait-online for non-optional interfaces
     - CLI:utils: Do not ask for daemon-reload password interactively
     - CLI:generate: call daemon-reload after (re-)generating services
     - wait-online: Do not block on loopback interface
     - generate: Do not touch wait-online, if we don't have any networkd NetDefs
     - wait-online: wait for existing interfaces only and downgrade operational
       state for interfaces without IP configuration
     - wait-online: account for DHCPv4/v6 addresses
     - wait-online: do not require virtual devices to be created already
     - wait-online: recognize that bridge/bond members will never gain
       link-local addresses
     - networkd:apply: Drop handling of legacy wpa@ instance units
     - wait-online: disabled wait-online for stable 1.0
     - test:integration: Try to improve test flakyness
     - autopkgtest: More fixes for flaky 'ethernets' test
     - Increase some test timeouts to account for slow (riscv64) buildds
     SECURITY UPDATE:
     - libnetplan: use more restrictive file permissions
       (Closes: #1072789, LP: 2065738, LP: 1987842)
     - CVE-2022-4968
     - libnetplan: escape control characters
     - backends: escape file paths
     - backends: escape semicolons in service units (LP: 2066258)
     Bug fixes:
     - cli: Fix logging setup when python-rich is not present
     - CI: fix DebCI case for no-change rebuilds
     - CI: adopt autopkgtest for 1.0-1 on 22.04
     - doc: Update README, move CODE_OF_CONDUCT
     - doc: fix en_GB spelling
     - CI: adopt snapd.patch for autopkgtest SRU (LP: 2051939)
     - parse-nm: add a workaround for the DoT DNS option  (LP: 2055148)
     - CI: Install netplan-ci PPA
     - parse: don't remove datalist items during iteration
     - ATTN: parse/bonds: handle same primary in multiple bonds
     - parse/bonds: don't fail on primary reassignment
     - cli/sriov: set eswitch regardless of pcidev.vfs
     - doc: Fix wrong bonds.parameters.mode syntax in example
     - parse: fix redefinition of gateway(4|6)
     - doc:tutorial: fix whitespace formatting
     - util: fix potential NULL pointer assert
     - python: elements of __all__ must be strings
     - tests: fix diff test with iproute2 6.8
     - cli/generate: skip daemon_reload with --mapping
     - test: cleanup after wait_online test to fix DebCI
     - CI: fork spread to get !179 fixes
     - doc: Fix netplan-generate.md formatting !483
     - emitter: allow unicode characters in the emitter (LP: 2071652)
     - parse: do not escape all non-ascii bytes
   * d/t/control: 'diff' autopkgtest is not flaky anymore
   * d/patches: Drop patches, applied upstream
   * d/p/0002-CLI-apply-call-udevadm-trigger-using-action-add-Clos.patch:
     Update 'udevadm trigger' patch, using MOVE action (LP: 2071363)
   * d/p/0003-Revert-wait-online-disabled-wait-online-for-stable-1.patch:
     Fix wait-online via s-n-wait-online.service.d/10-netplan.
   * debian/netplan-generator.postinst: Add a postinst maintainer script to call
     the generator, so the file permissions fixes will be applied automatically.
   * d/libnetplan1.symbols:
     - Update for new internal wait-online symbol
     - Update for new (private) symbol
   * d/copyright: Update for 2024
Checksums-Sha1:
 81cf305c55763bce90c83c56d6f4b9d45bb04458 3168 netplan.io_1.0.1-1ubuntu2~24.04.1.dsc
 d37d9de0e2de77265483699d6a520f2333fc5a74 481426 netplan.io_1.0.1.orig.tar.gz
 4d0e5d4a1eab1ce9f7b86c6c596fa00827d7e7d0 21728 netplan.io_1.0.1-1ubuntu2~24.04.1.debian.tar.xz
 07e8170ed1fb1b5728482d56acdd564c752f624c 12741 netplan.io_1.0.1-1ubuntu2~24.04.1_source.buildinfo
Checksums-Sha256:
 146e1c1dd402a1707f145a2d80629a52ab5b8465ededc877cfd50b9bd72d9698 3168 netplan.io_1.0.1-1ubuntu2~24.04.1.dsc
 7dfdcfc8134eca71af04c4e786a926a474ea95d4ebe86f7cab2efe9460c5d81e 481426 netplan.io_1.0.1.orig.tar.gz
 2e7276ba091b31a5cbd6286a93f1b9f9d650c0e123247549ed69d00d74638f46 21728 netplan.io_1.0.1-1ubuntu2~24.04.1.debian.tar.xz
 3e8c98b5d70e9e3933a2c7759190666ae1cd79a231550b76e3c652cfdbf67476 12741 netplan.io_1.0.1-1ubuntu2~24.04.1_source.buildinfo
Files:
 810633916f4c60f54822359eda54d09b 3168 net optional netplan.io_1.0.1-1ubuntu2~24.04.1.dsc
 0f67745a00c55ffd26dc67708bf53157 481426 net optional netplan.io_1.0.1.orig.tar.gz
 c0a4f109d7151ad7d468f26217902864 21728 net optional netplan.io_1.0.1-1ubuntu2~24.04.1.debian.tar.xz
 323f107ef7defa6f3cde11860b02a161 12741 net optional netplan.io_1.0.1-1ubuntu2~24.04.1_source.buildinfo
Original-Maintainer: Debian Netplan Maintainers <team+netplan at tracker.debian.org>


More information about the noble-changes mailing list