[ubuntu/noble-proposed] netplan.io 1.1.1-1~ubuntu24.04.1 (Accepted)

Lukas Märdian slyon at ubuntu.com
Fri Dec 13 10:40:49 UTC 2024


netplan.io (1.1.1-1~ubuntu24.04.1) noble; urgency=medium

  * Backport netplan.io 1.1.1-1 to 24.04 (LP: #2077011)
    - NM: add support for stable-ssid MAC option !524 (LP:2084234)
    - wpa_supplicant: add ExecReload to the service unit !523
    - Create snippet files for single-sourcing repetitive instructions !505
    - doc: Add initial 'Cryptography' section !517
    - Several code cleanup & fixes for TiCS !507
    - tests: ethernets: Add ipv6-address-generation integration tests !509
    - cli: drop python-netifaces !503 (LP:2065870, LP:2017585)
    - parse-nm: account for veth and dummy when checking for virtual types !513
    - Avoid dependency on dbus-python !511
    - tests: Improve vrf/wireguard modprobe check inside containers !510
    - tests:ethernets: avoid flaky test_ip6_eui64 results !514
    - ovs: quote external-ids and other-config values !512 (LP:2070318)
    - Handle implicit conversions !496
    - Use more permissive umask for .service units !516 (LP:2072486)
    - Revert "apply: make sure that networkd is restarted when needed" !518
      (LP:2078009)
    - Handling encoding issues on netplan status !521 (LP:2079975)
    - include: fix apidoc warnings about undocumented parameters
    Upstream v1.1:
    - CI: adopt autopkgtest for 1.0-1 on 22.04
    - tools/keyfile_to_yaml: display the generated YAML
    - tests: import the config fuzzing tests
    - ATTN: parse/bonds: handle same primary in multiple bonds
    - sriov: accept setting the eswitch mode without VFs (LP:2020409)
    - Custom systemd-networkd-wait-online override to wait on interfaces.
      (Closes: #1008995) (LP:2060311)
    - Ignore bad NetDefs and files via parser flags
    - networkd:apply: Drop handling of legacy wpa@ instance units
    - migrate: support aliases
    - networkd: add ipv6 ra overrides (LP:1973222)
    - netplan status --diff fixes and improvements
    - apply: make sure that networkd is restarted when needed
    - Don't escape certain non-ascii characters
    - networkd: make s-n-wait-online wait for at least one routable interface
    - networkd: Implement ipv6-address-generation: stable-privacy
    - Implementing advmss ip route option
    - meson: Add 'testing' option
    - Add a scheduled workflow to run TICS
    - ci: migrate to Ubuntu 24.04
    - Prepare Netplan v1.1
    Documentation:
    - Fix wrong syntax in example
    - Tutorial improvements
    - added guide for contributing to the netplan documentation
    - Add initial SECURITY.md policy
    - Create single-nic-vm-host.md
    - Create single-nic-vm-host-with-vlans.md
    - Create multi-nic-vm-host-with-bonds-and-vlans.md
    - bullet point removal
    - Add netplan try to netplan tutorial
    - Update the docs checks runner to ubuntu-latest
    - Add spelling exceptions
    Bug fixes:
    - Fix logging setup when python-rich is not present
    - parse-nm: add a workaround for the DoT DNS option (LP:2055148)
    - parse: don't remove datalist items during iteration
    - parse: fix redefinition of gateway(4|6)
    - python: elements of all must be strings
    - CI: Fix DebCI check, using newer 'meson' from unstable
    - tests: fix diff test with iproute2 6.8
    - cli/generate: skip daemon_reload with --mapping
    - CI: fork spread to get snapcore/spread#179 fixes
    - ctests: fix a memory leak in a unit test
    - nm/nd: fix a couple of crashes
    - test:integration: Try to improve test flakyness (Closes: #1069871)
    - Security fixes (CVE-2022-4968)
    - emitter: allow unicode characters in the emitter (LP:2071652)
    - CLI:apply: call udevadm trigger, using --action=move
      (Closes: #1071220) (LP:2066344, LP:2071363)
    - CI: fix CodeQL permissions
    - ci: run meson tests with unbuffer
    - ci/tics: install "expect" as a dependency
    - generate: avoid calling 'udevadm control --reload' (LP:1999178)
    - netplan ignores NetworkManager ipv4.route-metric (LP:2076172)
    - Change default umask when creating directories (LP:2076319)
  * d/libnetplan1.symbols: Update symbols file for v1.1
  * d/t/control: Add breaks-testbed for more robust CI
  * d/t/control: Add python3-packaging test dependency for 'routing.py'
  * d/rules: Handle improved 'nocheck' option (Closes: #1071599)
  * d/{rules,control}: Utilize dh-python
  * d/control:
    + Change Maintainer to Networking team
    + Mark udev as a (test-)dependency
    + Drop python3-{dbus,netifaces} dependencies, not needed anymore
    + Add ethtool dependency, needed as of 1.1.1
    + Mark libcmocka-dev as a test-dependency
    + Clarify package description (Closes: #1076445)

Date: Tue, 22 Oct 2024 15:54:21 +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/1.1.1-1~ubuntu24.04.1
-------------- next part --------------
Format: 1.8
Date: Tue, 22 Oct 2024 15:54:21 +0200
Source: netplan.io
Built-For-Profiles: noudeb
Architecture: source
Version: 1.1.1-1~ubuntu24.04.1
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Lukas Märdian <slyon at ubuntu.com>
Closes: 1008995 1069871 1071220 1071599 1076445
Launchpad-Bugs-Fixed: 2077011
Changes:
 netplan.io (1.1.1-1~ubuntu24.04.1) noble; urgency=medium
 .
   * Backport netplan.io 1.1.1-1 to 24.04 (LP: #2077011)
     - NM: add support for stable-ssid MAC option !524 (LP:2084234)
     - wpa_supplicant: add ExecReload to the service unit !523
     - Create snippet files for single-sourcing repetitive instructions !505
     - doc: Add initial 'Cryptography' section !517
     - Several code cleanup & fixes for TiCS !507
     - tests: ethernets: Add ipv6-address-generation integration tests !509
     - cli: drop python-netifaces !503 (LP:2065870, LP:2017585)
     - parse-nm: account for veth and dummy when checking for virtual types !513
     - Avoid dependency on dbus-python !511
     - tests: Improve vrf/wireguard modprobe check inside containers !510
     - tests:ethernets: avoid flaky test_ip6_eui64 results !514
     - ovs: quote external-ids and other-config values !512 (LP:2070318)
     - Handle implicit conversions !496
     - Use more permissive umask for .service units !516 (LP:2072486)
     - Revert "apply: make sure that networkd is restarted when needed" !518
       (LP:2078009)
     - Handling encoding issues on netplan status !521 (LP:2079975)
     - include: fix apidoc warnings about undocumented parameters
     Upstream v1.1:
     - CI: adopt autopkgtest for 1.0-1 on 22.04
     - tools/keyfile_to_yaml: display the generated YAML
     - tests: import the config fuzzing tests
     - ATTN: parse/bonds: handle same primary in multiple bonds
     - sriov: accept setting the eswitch mode without VFs (LP:2020409)
     - Custom systemd-networkd-wait-online override to wait on interfaces.
       (Closes: #1008995) (LP:2060311)
     - Ignore bad NetDefs and files via parser flags
     - networkd:apply: Drop handling of legacy wpa@ instance units
     - migrate: support aliases
     - networkd: add ipv6 ra overrides (LP:1973222)
     - netplan status --diff fixes and improvements
     - apply: make sure that networkd is restarted when needed
     - Don't escape certain non-ascii characters
     - networkd: make s-n-wait-online wait for at least one routable interface
     - networkd: Implement ipv6-address-generation: stable-privacy
     - Implementing advmss ip route option
     - meson: Add 'testing' option
     - Add a scheduled workflow to run TICS
     - ci: migrate to Ubuntu 24.04
     - Prepare Netplan v1.1
     Documentation:
     - Fix wrong syntax in example
     - Tutorial improvements
     - added guide for contributing to the netplan documentation
     - Add initial SECURITY.md policy
     - Create single-nic-vm-host.md
     - Create single-nic-vm-host-with-vlans.md
     - Create multi-nic-vm-host-with-bonds-and-vlans.md
     - bullet point removal
     - Add netplan try to netplan tutorial
     - Update the docs checks runner to ubuntu-latest
     - Add spelling exceptions
     Bug fixes:
     - Fix logging setup when python-rich is not present
     - parse-nm: add a workaround for the DoT DNS option (LP:2055148)
     - parse: don't remove datalist items during iteration
     - parse: fix redefinition of gateway(4|6)
     - python: elements of all must be strings
     - CI: Fix DebCI check, using newer 'meson' from unstable
     - tests: fix diff test with iproute2 6.8
     - cli/generate: skip daemon_reload with --mapping
     - CI: fork spread to get snapcore/spread#179 fixes
     - ctests: fix a memory leak in a unit test
     - nm/nd: fix a couple of crashes
     - test:integration: Try to improve test flakyness (Closes: #1069871)
     - Security fixes (CVE-2022-4968)
     - emitter: allow unicode characters in the emitter (LP:2071652)
     - CLI:apply: call udevadm trigger, using --action=move
       (Closes: #1071220) (LP:2066344, LP:2071363)
     - CI: fix CodeQL permissions
     - ci: run meson tests with unbuffer
     - ci/tics: install "expect" as a dependency
     - generate: avoid calling 'udevadm control --reload' (LP:1999178)
     - netplan ignores NetworkManager ipv4.route-metric (LP:2076172)
     - Change default umask when creating directories (LP:2076319)
   * d/libnetplan1.symbols: Update symbols file for v1.1
   * d/t/control: Add breaks-testbed for more robust CI
   * d/t/control: Add python3-packaging test dependency for 'routing.py'
   * d/rules: Handle improved 'nocheck' option (Closes: #1071599)
   * d/{rules,control}: Utilize dh-python
   * d/control:
     + Change Maintainer to Networking team
     + Mark udev as a (test-)dependency
     + Drop python3-{dbus,netifaces} dependencies, not needed anymore
     + Add ethtool dependency, needed as of 1.1.1
     + Mark libcmocka-dev as a test-dependency
     + Clarify package description (Closes: #1076445)
Checksums-Sha1:
 21e313abebc450c71c70863791cfc881757f3a8f 3149 netplan.io_1.1.1-1~ubuntu24.04.1.dsc
 69b94dd54fd827f9ee69179d1c885a2a497f37c7 516669 netplan.io_1.1.1.orig.tar.gz
 25d50dd11e43ab152e0f9ecc284e3d074a40d58f 20624 netplan.io_1.1.1-1~ubuntu24.04.1.debian.tar.xz
 5d0afac4689e0f8e901be3f6adf19785a329de74 12875 netplan.io_1.1.1-1~ubuntu24.04.1_source.buildinfo
Checksums-Sha256:
 4d592da71373a5f045967fb20c79703950ac2a408d9bd504926b86fb2f30daf5 3149 netplan.io_1.1.1-1~ubuntu24.04.1.dsc
 05c1c1214b3cc7d7f6360305555a159f08132dad407e8c41f69df8bb11c37c99 516669 netplan.io_1.1.1.orig.tar.gz
 add65e3843a79294035b770ab9607e6a3ec48bb643cea9827f8de2d45fd70ca6 20624 netplan.io_1.1.1-1~ubuntu24.04.1.debian.tar.xz
 a0ca8af05a3b1b293f1bc2f21e701e8b711a22f230346d1df5ffb542550d951e 12875 netplan.io_1.1.1-1~ubuntu24.04.1_source.buildinfo
Files:
 bfb7e6fdabcfd483ab24df432b285d6f 3149 net optional netplan.io_1.1.1-1~ubuntu24.04.1.dsc
 9fdfa23b84343f40372138170bd777f5 516669 net optional netplan.io_1.1.1.orig.tar.gz
 cba19106adea51c8a5319f34906c85d3 20624 net optional netplan.io_1.1.1-1~ubuntu24.04.1.debian.tar.xz
 36dc47c9654c13e3f865dcf9ae757bee 12875 net optional netplan.io_1.1.1-1~ubuntu24.04.1_source.buildinfo
Original-Maintainer: Debian Networking Team <team+networking at tracker.debian.org>


More information about the noble-changes mailing list