Activity log for bug #1964481

Date Who What changed Old value New value Message
2022-03-10 14:23:12 Lukas Märdian bug added bug
2022-03-10 14:23:23 Lukas Märdian nominated for series Ubuntu Impish
2022-03-10 14:23:23 Lukas Märdian bug task added netplan.io (Ubuntu Impish)
2022-03-10 14:23:23 Lukas Märdian nominated for series Ubuntu Focal
2022-03-10 14:23:23 Lukas Märdian bug task added netplan.io (Ubuntu Focal)
2022-03-11 11:12:11 Lukas Märdian description TBD [Impact] This release contains both bug-fixes and new features and we would like to make sure all of our supported customers have access to those improvements. The most notable changes (besides usual bug-fixes) incoming in 0.104: - Enable 'embedded-switch-mode' setting on SmartNICs - Permit multiple patterns for the driver globs in match (LP: #1918421) - Improve routing capabilities (LP: #1892272, LP: #1805038) - Support additional link offload options for networkd (LP: #1771740) - Handle differing 'ip6-privacy' default value for NetworkManager - YAML state tracking for DBus API and 'netplan try' (LP: #1943120) - Support ConfigureWithoutCarrier ('ignore-carrier') for networkd - Cleanup Makefile, install only public headers - Netplan 'get' to use the libnetplan parser - libnetplan consolidation of YAML parsing into the library ATTENTION: - We restricted the symbols export to a determined public API starting with v0.104 - libnetplan 0.104 is still fully API & ABI compatible with any consumers that we are aware of in Ubuntu - We dropped some internal symbols from the API (public headers and binary) that we know have no external consumers: => From 0.103: _serialize_yaml, contains_netdef_type, tmp, validate_default_route_consistency => From 0.102: cur_filename, netplan_netdef_new => From 0.100: address_option_handlers, is_hostname, validate_ovs_target, wireguard_peer_handlers => From 0.99: current_file, is_ip4_address, is_ip6_address, missing_id, missing_ids_found, parser_error, validate_backend_rules, validate_netdef_grammar, yaml_error See the changelog entry below for a full list of changes and bugs. [Test Plan] The following development and SRU process was followed: https://wiki.ubuntu.com/NetplanUpdates Netplan contains an extensive integration test suite that is run using the SRU package for each release. This test suite's results are available here: http://autopkgtest.ubuntu.com/packages/n/netplan.io A successful run is required before the -proposed netplan.io package can be let into -updates. In addition to the autopkgtests, we want to make sure that on Focal/Core20 the NetworkManager netplan integration plugin (binary) keeps working using this new version of libnetplan and also can be compiled against the new headers without changes required. We want to use `nmcli con add type etherent && netplan get` to check if new connections can still be created via NetworkManager, and run `make check` to execute NM's unit-tests. The netplan team will be in charge of attaching the artifacts and console output of the appropriate run to the bug. Netplan team members will not mark ‘verification-done’ until this has happened. [Where problems could occur] Netplan being a core package, it could impact the whole networking stack of the operating system up to the point where servers would not be reachable anymore after a reboot, due to broken network config being generated by netplan at bootup. In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug: Impish: TBD Focal: TBD [Other Info] The integration test logs will be attached to this bug, once the package has been accepted into -proposed and the tests have been executed on the real infrastructure. [Changelog] a4b70e7 cli:apply: fix potential race with rename/creation of netdevs and start networkd if off (LP: #1962095) (#260) 3e522b7 nm:parse-nm: handle differing ip6-privacy default value (#263) 7030ca9 Makefile: install public headers only 1f1e921 doc: avoid super long line in netplan-dbus.md 2e8fa56 Drop unused legacy/compat API (#262) 4d74e2e tests:integration:ethernets: improve eth_dhcp6_off stability ef56b3a sriov: generate rebind systemd service if needed 57fb971 cli: add sriov rebind method 24a08f6 test:sriov: add eswitch_mode test 508ecac test:sriov: add get_pci_slot_name & PCIDevice unit tests 12fcbf9 test:sriov: fix tests when using libnetplan parser 4c6e430 cli:sriov: Allow setting of eswitch mode on SmartNICs 806a463 parse:netplan: handle 'embedded-switch-mode' & 'delay-virtual-functions-rebind' 6408aea doc: add sriov eswitch mode field descriptions 27a129c test:sriov: update _prepare_sysfs_dir_structure() to make it create PF/VF mocks dynamically 6d77a02 test:sriov: virtfns should be starting at index 0 ed7550d Fix removal of defunct vlan interfaces (LP #1959147) (#256) ba88341 Have ConfigManager cleanup its temporary directory on destruction (LP #1959729) (#259) 49e5583 util: fix dump_yaml_subtree to not insert NULL at the actual end (#258) 9336443 parse: fix the handle_match_driver type a42eb78 Permit multiple patterns for the driver globs in match (LP: #1918421) (#202) 331ca01 netplan:cli:get: remove the PyYAML dependency 9a036cc lib:netplan: output all the dirty fields in the YAML dump 0979b0c lib:parser: track which fields are dirty 2b24916 lib:parser: use a more flexible structure for the mapping handlers 0917c59 YAML consolidation prelude: new YAML dump APIs (FR-702) (#251) d3f81b3 YAML consolidation prelude: High-level libnetplan bindings (FR-702) (#250) 095710a Improve routing capabilities (LP: #1892272) (LP: #1805038) (#248) 3e3c371 YAML consolidation prelude: OVS handling (FR-702) (#249) 519fb50 Consolidate the YAML parsing into libnetplan: low-hanging fruits (FR-702) (#241) e0a07bc keyfile: do not try to write out unvalidated YAML (LP: #1952967) (#247) 2190567 Add basic integration test (autopkgtest) GA workflow 64e381e Disable temporary address generation when renderer is NetworkManager (LP: #1948027) – change in behavior (#244) 5361619 get/set: ignore empty YAML hints and delete files on "set network=null" (LP: #1946957) (#246) e19441c dbus: wait for 'netplan try' to be ready (LP: #1949893) (#245) c6ad8e6 test:bridge:base: give bridge some more time to reach 'state UP' 9a4c2e1 Makefile: fix warning about pandoc title 5a34a7e doc: fix WireGuard writing 9c448f1 Fix ethernets test with network-manage 1.32.10 715cb2c lib: use an explicit parser context (#233) 15c98fe generate:dbus:util: glib 2.70 compat (#235) 930d2a4 tests:regressions: make netplan_try autopkgtest more reliable 53c5a27 Makefile: 'which' is deprecated a6e8366 cli:apply: initialize self.state (LP: #1949104) (#243) 15de777 Reset offload options (#242) d4c713d networkd:wpa_supplicant: driver fallback to nl80211 and/or wext (LP: #1814012) (#240) 87c5b04 libnetplan: expose coherent generator APIs (#239) fd1b3c7 parser: fix some error handling code (#234) 9531dad lib: introduce the notion of NetplanState (#232) e205f06 parse-nm: Handle missing gateway in keyfile routes, keep dns-search fallback (#238) bc6eb0b netplan: set: make it possible to unset a whole devtype subtree (LP: #1942930) (FR-1685) (#236) 467e88a API/ABI: restrict the symbol export to a determined public API (#227) 76ae706 Add support for additional `Link` options (#225) (LP: #1771740) 23cb913 lib: unify how constant names are exposed and used (#230) 730fbbd Implement YAML state tracking and use it in the DBus API and netplan-try (LP: #1943120) (FR-1745) (#231) 85ef928 tests: normalize multiple keys on a single dict (#229) 17d3848 parse: add 'default-routes' feature-flag 73d4024 NetDefinition: ownership and cleanup (FR-786) (#228) d4884cf Add support for networkd ConfigureWithoutCarrier (ignore-carrier) option on interfaces (#215) e533ddf clarify requirements for a link local route (#226) c6613b5 Add `.editorconfig` for convenience (#224) d909f5a GH actions: migrate master -> main ee0d5df parse: cleaup whitespace 2f0ff65 parse-nm: fix 32bit format string
2022-03-17 10:29:02 Łukasz Zemczak netplan.io (Ubuntu Impish): status New Incomplete
2022-03-17 10:29:05 Łukasz Zemczak netplan.io (Ubuntu): status New Fix Released
2022-03-17 10:53:14 Łukasz Zemczak netplan.io (Ubuntu Impish): status Incomplete Fix Committed
2022-03-17 10:53:15 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2022-03-17 10:53:16 Łukasz Zemczak bug added subscriber SRU Verification
2022-03-17 10:53:18 Łukasz Zemczak tags verification-needed verification-needed-impish
2022-03-17 11:00:56 Łukasz Zemczak netplan.io (Ubuntu Focal): status New Fix Committed
2022-03-17 11:00:59 Łukasz Zemczak tags verification-needed verification-needed-impish verification-needed verification-needed-focal verification-needed-impish
2022-03-18 16:30:33 Lukas Märdian description [Impact] This release contains both bug-fixes and new features and we would like to make sure all of our supported customers have access to those improvements. The most notable changes (besides usual bug-fixes) incoming in 0.104: - Enable 'embedded-switch-mode' setting on SmartNICs - Permit multiple patterns for the driver globs in match (LP: #1918421) - Improve routing capabilities (LP: #1892272, LP: #1805038) - Support additional link offload options for networkd (LP: #1771740) - Handle differing 'ip6-privacy' default value for NetworkManager - YAML state tracking for DBus API and 'netplan try' (LP: #1943120) - Support ConfigureWithoutCarrier ('ignore-carrier') for networkd - Cleanup Makefile, install only public headers - Netplan 'get' to use the libnetplan parser - libnetplan consolidation of YAML parsing into the library ATTENTION: - We restricted the symbols export to a determined public API starting with v0.104 - libnetplan 0.104 is still fully API & ABI compatible with any consumers that we are aware of in Ubuntu - We dropped some internal symbols from the API (public headers and binary) that we know have no external consumers: => From 0.103: _serialize_yaml, contains_netdef_type, tmp, validate_default_route_consistency => From 0.102: cur_filename, netplan_netdef_new => From 0.100: address_option_handlers, is_hostname, validate_ovs_target, wireguard_peer_handlers => From 0.99: current_file, is_ip4_address, is_ip6_address, missing_id, missing_ids_found, parser_error, validate_backend_rules, validate_netdef_grammar, yaml_error See the changelog entry below for a full list of changes and bugs. [Test Plan] The following development and SRU process was followed: https://wiki.ubuntu.com/NetplanUpdates Netplan contains an extensive integration test suite that is run using the SRU package for each release. This test suite's results are available here: http://autopkgtest.ubuntu.com/packages/n/netplan.io A successful run is required before the -proposed netplan.io package can be let into -updates. In addition to the autopkgtests, we want to make sure that on Focal/Core20 the NetworkManager netplan integration plugin (binary) keeps working using this new version of libnetplan and also can be compiled against the new headers without changes required. We want to use `nmcli con add type etherent && netplan get` to check if new connections can still be created via NetworkManager, and run `make check` to execute NM's unit-tests. The netplan team will be in charge of attaching the artifacts and console output of the appropriate run to the bug. Netplan team members will not mark ‘verification-done’ until this has happened. [Where problems could occur] Netplan being a core package, it could impact the whole networking stack of the operating system up to the point where servers would not be reachable anymore after a reboot, due to broken network config being generated by netplan at bootup. In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug: Impish: TBD Focal: TBD [Other Info] The integration test logs will be attached to this bug, once the package has been accepted into -proposed and the tests have been executed on the real infrastructure. [Changelog] a4b70e7 cli:apply: fix potential race with rename/creation of netdevs and start networkd if off (LP: #1962095) (#260) 3e522b7 nm:parse-nm: handle differing ip6-privacy default value (#263) 7030ca9 Makefile: install public headers only 1f1e921 doc: avoid super long line in netplan-dbus.md 2e8fa56 Drop unused legacy/compat API (#262) 4d74e2e tests:integration:ethernets: improve eth_dhcp6_off stability ef56b3a sriov: generate rebind systemd service if needed 57fb971 cli: add sriov rebind method 24a08f6 test:sriov: add eswitch_mode test 508ecac test:sriov: add get_pci_slot_name & PCIDevice unit tests 12fcbf9 test:sriov: fix tests when using libnetplan parser 4c6e430 cli:sriov: Allow setting of eswitch mode on SmartNICs 806a463 parse:netplan: handle 'embedded-switch-mode' & 'delay-virtual-functions-rebind' 6408aea doc: add sriov eswitch mode field descriptions 27a129c test:sriov: update _prepare_sysfs_dir_structure() to make it create PF/VF mocks dynamically 6d77a02 test:sriov: virtfns should be starting at index 0 ed7550d Fix removal of defunct vlan interfaces (LP #1959147) (#256) ba88341 Have ConfigManager cleanup its temporary directory on destruction (LP #1959729) (#259) 49e5583 util: fix dump_yaml_subtree to not insert NULL at the actual end (#258) 9336443 parse: fix the handle_match_driver type a42eb78 Permit multiple patterns for the driver globs in match (LP: #1918421) (#202) 331ca01 netplan:cli:get: remove the PyYAML dependency 9a036cc lib:netplan: output all the dirty fields in the YAML dump 0979b0c lib:parser: track which fields are dirty 2b24916 lib:parser: use a more flexible structure for the mapping handlers 0917c59 YAML consolidation prelude: new YAML dump APIs (FR-702) (#251) d3f81b3 YAML consolidation prelude: High-level libnetplan bindings (FR-702) (#250) 095710a Improve routing capabilities (LP: #1892272) (LP: #1805038) (#248) 3e3c371 YAML consolidation prelude: OVS handling (FR-702) (#249) 519fb50 Consolidate the YAML parsing into libnetplan: low-hanging fruits (FR-702) (#241) e0a07bc keyfile: do not try to write out unvalidated YAML (LP: #1952967) (#247) 2190567 Add basic integration test (autopkgtest) GA workflow 64e381e Disable temporary address generation when renderer is NetworkManager (LP: #1948027) – change in behavior (#244) 5361619 get/set: ignore empty YAML hints and delete files on "set network=null" (LP: #1946957) (#246) e19441c dbus: wait for 'netplan try' to be ready (LP: #1949893) (#245) c6ad8e6 test:bridge:base: give bridge some more time to reach 'state UP' 9a4c2e1 Makefile: fix warning about pandoc title 5a34a7e doc: fix WireGuard writing 9c448f1 Fix ethernets test with network-manage 1.32.10 715cb2c lib: use an explicit parser context (#233) 15c98fe generate:dbus:util: glib 2.70 compat (#235) 930d2a4 tests:regressions: make netplan_try autopkgtest more reliable 53c5a27 Makefile: 'which' is deprecated a6e8366 cli:apply: initialize self.state (LP: #1949104) (#243) 15de777 Reset offload options (#242) d4c713d networkd:wpa_supplicant: driver fallback to nl80211 and/or wext (LP: #1814012) (#240) 87c5b04 libnetplan: expose coherent generator APIs (#239) fd1b3c7 parser: fix some error handling code (#234) 9531dad lib: introduce the notion of NetplanState (#232) e205f06 parse-nm: Handle missing gateway in keyfile routes, keep dns-search fallback (#238) bc6eb0b netplan: set: make it possible to unset a whole devtype subtree (LP: #1942930) (FR-1685) (#236) 467e88a API/ABI: restrict the symbol export to a determined public API (#227) 76ae706 Add support for additional `Link` options (#225) (LP: #1771740) 23cb913 lib: unify how constant names are exposed and used (#230) 730fbbd Implement YAML state tracking and use it in the DBus API and netplan-try (LP: #1943120) (FR-1745) (#231) 85ef928 tests: normalize multiple keys on a single dict (#229) 17d3848 parse: add 'default-routes' feature-flag 73d4024 NetDefinition: ownership and cleanup (FR-786) (#228) d4884cf Add support for networkd ConfigureWithoutCarrier (ignore-carrier) option on interfaces (#215) e533ddf clarify requirements for a link local route (#226) c6613b5 Add `.editorconfig` for convenience (#224) d909f5a GH actions: migrate master -> main ee0d5df parse: cleaup whitespace 2f0ff65 parse-nm: fix 32bit format string [Impact] This release contains both bug-fixes and new features and we would like to make sure all of our supported customers have access to those improvements. The most notable changes (besides usual bug-fixes) incoming in 0.104: - Enable 'embedded-switch-mode' setting on SmartNICs - Permit multiple patterns for the driver globs in match (LP: #1918421) - Improve routing capabilities (LP: #1892272, LP: #1805038) - Support additional link offload options for networkd (LP: #1771740) - Handle differing 'ip6-privacy' default value for NetworkManager - YAML state tracking for DBus API and 'netplan try' (LP: #1943120) - Support ConfigureWithoutCarrier ('ignore-carrier') for networkd - Cleanup Makefile, install only public headers - Netplan 'get' to use the libnetplan parser - libnetplan consolidation of YAML parsing into the library ATTENTION: - We restricted the symbols export to a determined public API starting with v0.104 - libnetplan 0.104 is still fully API & ABI compatible with any consumers that we are aware of in Ubuntu - We dropped some internal symbols from the API (public headers and binary) that we know have no external consumers: => From 0.103: _serialize_yaml, contains_netdef_type, tmp, validate_default_route_consistency => From 0.102: cur_filename, netplan_netdef_new => From 0.100: address_option_handlers, is_hostname, validate_ovs_target, wireguard_peer_handlers => From 0.99: current_file, is_ip4_address, is_ip6_address, missing_id, missing_ids_found, parser_error, validate_backend_rules, validate_netdef_grammar, yaml_error See the changelog entry below for a full list of changes and bugs. [Test Plan] The following development and SRU process was followed: https://wiki.ubuntu.com/NetplanUpdates Netplan contains an extensive integration test suite that is run using the SRU package for each release. This test suite's results are available here: http://autopkgtest.ubuntu.com/packages/n/netplan.io A successful run is required before the -proposed netplan.io package can be let into -updates. In addition to the autopkgtests, we want to make sure that on Focal/Core20 the NetworkManager netplan integration plugin (binary) keeps working using this new version of libnetplan and also can be compiled against the new headers without changes required. We want to use `nmcli con add type etherent && netplan get` to check if new connections can still be created via NetworkManager, and run `make check` to execute NM's unit-tests. The netplan team will be in charge of attaching the artifacts and console output of the appropriate run to the bug. Netplan team members will not mark ‘verification-done’ until this has happened. [Where problems could occur] Netplan being a core package, it could impact the whole networking stack of the operating system up to the point where servers would not be reachable anymore after a reboot, due to broken network config being generated by netplan at bootup. In order to mitigate the regression potential, the results of the aforementioned integration tests are attached to this bug: Impish: https://git.launchpad.net/~slyon/+git/files/plain/LP1964481/impish_amd64.log https://git.launchpad.net/~slyon/+git/files/plain/LP1964481/impish_arm64.log https://git.launchpad.net/~slyon/+git/files/plain/LP1964481/impish_armhf.log https://git.launchpad.net/~slyon/+git/files/plain/LP1964481/impish_ppc64el.log https://git.launchpad.net/~slyon/+git/files/plain/LP1964481/impish_s390x.log Focal: https://git.launchpad.net/~slyon/+git/files/plain/LP1964481/focal_amd64.log https://git.launchpad.net/~slyon/+git/files/plain/LP1964481/focal_arm64.log https://git.launchpad.net/~slyon/+git/files/plain/LP1964481/focal_armhf.log https://git.launchpad.net/~slyon/+git/files/plain/LP1964481/focal_ppc64el.log https://git.launchpad.net/~slyon/+git/files/plain/LP1964481/focal_s390x.log [Other Info] The integration test logs will be attached to this bug, once the package has been accepted into -proposed and the tests have been executed on the real infrastructure. [Changelog] a4b70e7 cli:apply: fix potential race with rename/creation of netdevs and start networkd if off (LP: #1962095) (#260) 3e522b7 nm:parse-nm: handle differing ip6-privacy default value (#263) 7030ca9 Makefile: install public headers only 1f1e921 doc: avoid super long line in netplan-dbus.md 2e8fa56 Drop unused legacy/compat API (#262) 4d74e2e tests:integration:ethernets: improve eth_dhcp6_off stability ef56b3a sriov: generate rebind systemd service if needed 57fb971 cli: add sriov rebind method 24a08f6 test:sriov: add eswitch_mode test 508ecac test:sriov: add get_pci_slot_name & PCIDevice unit tests 12fcbf9 test:sriov: fix tests when using libnetplan parser 4c6e430 cli:sriov: Allow setting of eswitch mode on SmartNICs 806a463 parse:netplan: handle 'embedded-switch-mode' & 'delay-virtual-functions-rebind' 6408aea doc: add sriov eswitch mode field descriptions 27a129c test:sriov: update _prepare_sysfs_dir_structure() to make it create PF/VF mocks dynamically 6d77a02 test:sriov: virtfns should be starting at index 0 ed7550d Fix removal of defunct vlan interfaces (LP #1959147) (#256) ba88341 Have ConfigManager cleanup its temporary directory on destruction (LP #1959729) (#259) 49e5583 util: fix dump_yaml_subtree to not insert NULL at the actual end (#258) 9336443 parse: fix the handle_match_driver type a42eb78 Permit multiple patterns for the driver globs in match (LP: #1918421) (#202) 331ca01 netplan:cli:get: remove the PyYAML dependency 9a036cc lib:netplan: output all the dirty fields in the YAML dump 0979b0c lib:parser: track which fields are dirty 2b24916 lib:parser: use a more flexible structure for the mapping handlers 0917c59 YAML consolidation prelude: new YAML dump APIs (FR-702) (#251) d3f81b3 YAML consolidation prelude: High-level libnetplan bindings (FR-702) (#250) 095710a Improve routing capabilities (LP: #1892272) (LP: #1805038) (#248) 3e3c371 YAML consolidation prelude: OVS handling (FR-702) (#249) 519fb50 Consolidate the YAML parsing into libnetplan: low-hanging fruits (FR-702) (#241) e0a07bc keyfile: do not try to write out unvalidated YAML (LP: #1952967) (#247) 2190567 Add basic integration test (autopkgtest) GA workflow 64e381e Disable temporary address generation when renderer is NetworkManager (LP: #1948027) – change in behavior (#244) 5361619 get/set: ignore empty YAML hints and delete files on "set network=null" (LP: #1946957) (#246) e19441c dbus: wait for 'netplan try' to be ready (LP: #1949893) (#245) c6ad8e6 test:bridge:base: give bridge some more time to reach 'state UP' 9a4c2e1 Makefile: fix warning about pandoc title 5a34a7e doc: fix WireGuard writing 9c448f1 Fix ethernets test with network-manage 1.32.10 715cb2c lib: use an explicit parser context (#233) 15c98fe generate:dbus:util: glib 2.70 compat (#235) 930d2a4 tests:regressions: make netplan_try autopkgtest more reliable 53c5a27 Makefile: 'which' is deprecated a6e8366 cli:apply: initialize self.state (LP: #1949104) (#243) 15de777 Reset offload options (#242) d4c713d networkd:wpa_supplicant: driver fallback to nl80211 and/or wext (LP: #1814012) (#240) 87c5b04 libnetplan: expose coherent generator APIs (#239) fd1b3c7 parser: fix some error handling code (#234) 9531dad lib: introduce the notion of NetplanState (#232) e205f06 parse-nm: Handle missing gateway in keyfile routes, keep dns-search fallback (#238) bc6eb0b netplan: set: make it possible to unset a whole devtype subtree (LP: #1942930) (FR-1685) (#236) 467e88a API/ABI: restrict the symbol export to a determined public API (#227) 76ae706 Add support for additional `Link` options (#225) (LP: #1771740) 23cb913 lib: unify how constant names are exposed and used (#230) 730fbbd Implement YAML state tracking and use it in the DBus API and netplan-try (LP: #1943120) (FR-1745) (#231) 85ef928 tests: normalize multiple keys on a single dict (#229) 17d3848 parse: add 'default-routes' feature-flag 73d4024 NetDefinition: ownership and cleanup (FR-786) (#228) d4884cf Add support for networkd ConfigureWithoutCarrier (ignore-carrier) option on interfaces (#215) e533ddf clarify requirements for a link local route (#226) c6613b5 Add `.editorconfig` for convenience (#224) d909f5a GH actions: migrate master -> main ee0d5df parse: cleaup whitespace 2f0ff65 parse-nm: fix 32bit format string
2022-03-21 09:23:30 Lukas Märdian tags verification-needed verification-needed-focal verification-needed-impish verification-done-impish verification-needed verification-needed-focal
2022-03-21 20:53:08 andrew bezella bug added subscriber andrew bezella
2022-03-23 12:14:12 Lukas Märdian tags verification-done-impish verification-needed verification-needed-focal verification-done-focal verification-done-impish verification-needed
2022-03-29 18:21:51 Launchpad Janitor netplan.io (Ubuntu Impish): status Fix Committed Fix Released
2022-03-29 18:21:54 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2022-03-29 18:22:33 Launchpad Janitor netplan.io (Ubuntu Focal): status Fix Committed Fix Released
2022-04-06 06:33:35 Haw Loeung bug added subscriber Haw Loeung