[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2021-01-14 Thread Chad Smith
** Changed in: cloud-init (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 20.4-0ubuntu1~16.04.1

---
cloud-init (20.4-0ubuntu1~16.04.1) xenial; urgency=medium

  * refresh patches:
   + debian/patches/azure-apply-network-config-false.patch
   + debian/patches/ds-identify-behavior-xenial.patch
   + debian/patches/ec2-classic-dont-reapply-networking.patch
   + debian/patches/ec2-dont-apply-full-imds-network-config.patch
   + debian/patches/openstack-no-network-config.patch
   + debian/patches/renderer-do-not-prefer-netplan.patch
  * New upstream release. (LP: #1905599)
- Release 20.4 (#686) [James Falcon]
- tox: avoid tox testenv subsvars for xenial support (#684)
- Ensure proper root permissions in integration tests (#664) [James Falcon]
- LXD VM support in integration tests (#678) [James Falcon]
- Integration test for fallocate falling back to dd (#681) [James Falcon]
- .travis.yml: correctly integration test the built .deb (#683)
- Ability to hot-attach NICs to preprovisioned VMs before reprovisioning
  (#613) [aswinrajamannar]
- Support configuring SSH host certificates. (#660) [Jonathan Lung]
- add integration test for #1900837 (#679)
- cc_resizefs on FreeBSD: Fix _can_skip_ufs_resize (#655) [Mina Galić]
- DataSourceAzure: push dmesg log to KVP (#670) [Anh Vo]
- Make mount in place for tests work (#667) [James Falcon]
- integration_tests: restore emission of settings to log (#657)
- DataSourceAzure: update password for defuser if exists (#671) [Anh Vo]
- tox.ini: only select "ci" marked tests for CI runs (#677)
- Azure helper: Increase Azure Endpoint HTTP retries (#619) [Johnson Shi]
- DataSourceAzure: send failure signal on Azure datasource failure (#594)
  [Johnson Shi]
- test_persistence: simplify VersionIsPoppedFromState (#674)
- only run a subset of integration tests in CI (#672)
- cli: add --system param to allow validating system user-data on a
  machine (#575)
- test_persistence: add VersionIsPoppedFromState test (#673)
- introduce an upgrade framework and related testing (#659)
- add --no-tty option to gpg (#669) [Till Riedel]
- Pin pycloudlib to a working commit (#666) [James Falcon]
- DataSourceOpenNebula: exclude SRANDOM from context output (#665)
- cloud_tests: add hirsute release definition (#662)
- split integration and cloud_tests requirements (#652)
- faq.rst: add warning to answer that suggests running `clean` (#661)
- Fix stacktrace in DataSourceRbxCloud if no metadata disk is found (#632)
  [Scott Moser]
- Make wakeonlan Network Config v2 setting actually work (#626)
  [dermotbradley]
- HACKING.md: unify network-refactoring namespace (#658) [Mina Galić]
- replace usage of dmidecode with kenv on FreeBSD (#621) [Mina Galić]
- Prevent timeout on travis integration tests. (#651) [James Falcon]
- azure: enable pushing the log to KVP from the last pushed byte  (#614)
  [Moustafa Moustafa]
- Fix launch_kwargs bug in integration tests (#654) [James Falcon]
- split read_fs_info into linux & freebsd parts (#625) [Mina Galić]
- PULL_REQUEST_TEMPLATE.md: expand commit message section (#642)
- Make some language improvements in growpart documentation (#649)
  [Shane Frasier]
- Revert ".travis.yml: use a known-working version of lxd (#643)" (#650)
- Fix not sourcing default 50-cloud-init ENI file on Debian (#598)
  [WebSpider]
- remove unnecessary reboot from gpart resize (#646) [Mina Galić]
- cloudinit: move dmi functions out of util (#622) [Scott Moser]
- integration_tests: various launch improvements (#638)
- test_lp1886531: don't assume /etc/fstab exists (#639)
- Remove Ubuntu restriction from PR template (#648) [James Falcon]
- util: fix mounting of vfat on *BSD (#637) [Mina Galić]
- conftest: improve docstring for disable_subp_usage (#644)
- doc: add example query commands to debug Jinja templates (#645)
- Correct documentation and testcase data for some user-data YAML (#618)
  [dermotbradley]
- Hetzner: Fix instance_id / SMBIOS serial comparison (#640)
  [Markus Schade]
- .travis.yml: use a known-working version of lxd (#643)
- tools/build-on-freebsd: fix comment explaining purpose of the script
  (#635) [Mina Galić]
- Hetzner: initialize instance_id from system-serial-number (#630)
  [Markus Schade]
- Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)
  [Eduardo Otubo]
- get_interfaces: don't exclude Open vSwitch bridge/bond members (#608)
  [Lukas Märdian]
- Add config modules for controlling IBM PowerVM RMC. (#584) [Aman306]
- Update network config docs to clarify MAC address quoting (#623)
  [dermotbradley]
- gentoo: fix hostname rendering when value has a comment (#611)
  [Manuel Aguilera]
- refactor integration testing infrastructure (#610) [James Falcon]
- stages: don't reset 

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 20.4-0ubuntu1~18.04.1

---
cloud-init (20.4-0ubuntu1~18.04.1) bionic; urgency=medium

  * refresh patches:
   + debian/patches/ec2-dont-apply-full-imds-network-config.patch
   + debian/patches/openstack-no-network-config.patch
   + debian/patches/renderer-do-not-prefer-netplan.patch
  * New upstream release. (LP: #1905599)
- Release 20.4 (#686) [James Falcon]
- tox: avoid tox testenv subsvars for xenial support (#684)
- Ensure proper root permissions in integration tests (#664) [James Falcon]
- LXD VM support in integration tests (#678) [James Falcon]
- Integration test for fallocate falling back to dd (#681) [James Falcon]
- .travis.yml: correctly integration test the built .deb (#683)
- Ability to hot-attach NICs to preprovisioned VMs before reprovisioning
  (#613) [aswinrajamannar]
- Support configuring SSH host certificates. (#660) [Jonathan Lung]
- add integration test for #1900837 (#679)
- cc_resizefs on FreeBSD: Fix _can_skip_ufs_resize (#655) [Mina Galić]
- DataSourceAzure: push dmesg log to KVP (#670) [Anh Vo]
- Make mount in place for tests work (#667) [James Falcon]
- integration_tests: restore emission of settings to log (#657)
- DataSourceAzure: update password for defuser if exists (#671) [Anh Vo]
- tox.ini: only select "ci" marked tests for CI runs (#677)
- Azure helper: Increase Azure Endpoint HTTP retries (#619) [Johnson Shi]
- DataSourceAzure: send failure signal on Azure datasource failure (#594)
  [Johnson Shi]
- test_persistence: simplify VersionIsPoppedFromState (#674)
- only run a subset of integration tests in CI (#672)
- cli: add --system param to allow validating system user-data on a
  machine (#575)
- test_persistence: add VersionIsPoppedFromState test (#673)
- introduce an upgrade framework and related testing (#659)
- add --no-tty option to gpg (#669) [Till Riedel]
- Pin pycloudlib to a working commit (#666) [James Falcon]
- DataSourceOpenNebula: exclude SRANDOM from context output (#665)
- cloud_tests: add hirsute release definition (#662)
- split integration and cloud_tests requirements (#652)
- faq.rst: add warning to answer that suggests running `clean` (#661)
- Fix stacktrace in DataSourceRbxCloud if no metadata disk is found (#632)
  [Scott Moser]
- Make wakeonlan Network Config v2 setting actually work (#626)
  [dermotbradley]
- HACKING.md: unify network-refactoring namespace (#658) [Mina Galić]
- replace usage of dmidecode with kenv on FreeBSD (#621) [Mina Galić]
- Prevent timeout on travis integration tests. (#651) [James Falcon]
- azure: enable pushing the log to KVP from the last pushed byte  (#614)
  [Moustafa Moustafa]
- Fix launch_kwargs bug in integration tests (#654) [James Falcon]
- split read_fs_info into linux & freebsd parts (#625) [Mina Galić]
- PULL_REQUEST_TEMPLATE.md: expand commit message section (#642)
- Make some language improvements in growpart documentation (#649)
  [Shane Frasier]
- Revert ".travis.yml: use a known-working version of lxd (#643)" (#650)
- Fix not sourcing default 50-cloud-init ENI file on Debian (#598)
  [WebSpider]
- remove unnecessary reboot from gpart resize (#646) [Mina Galić]
- cloudinit: move dmi functions out of util (#622) [Scott Moser]
- integration_tests: various launch improvements (#638)
- test_lp1886531: don't assume /etc/fstab exists (#639)
- Remove Ubuntu restriction from PR template (#648) [James Falcon]
- util: fix mounting of vfat on *BSD (#637) [Mina Galić]
- conftest: improve docstring for disable_subp_usage (#644)
- doc: add example query commands to debug Jinja templates (#645)
- Correct documentation and testcase data for some user-data YAML (#618)
  [dermotbradley]
- Hetzner: Fix instance_id / SMBIOS serial comparison (#640)
  [Markus Schade]
- .travis.yml: use a known-working version of lxd (#643)
- tools/build-on-freebsd: fix comment explaining purpose of the script
  (#635) [Mina Galić]
- Hetzner: initialize instance_id from system-serial-number (#630)
  [Markus Schade]
- Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)
  [Eduardo Otubo]
- get_interfaces: don't exclude Open vSwitch bridge/bond members (#608)
  [Lukas Märdian]
- Add config modules for controlling IBM PowerVM RMC. (#584) [Aman306]
- Update network config docs to clarify MAC address quoting (#623)
  [dermotbradley]
- gentoo: fix hostname rendering when value has a comment (#611)
  [Manuel Aguilera]
- refactor integration testing infrastructure (#610) [James Falcon]
- stages: don't reset permissions of cloud-init.log every boot (#624)
- docs: Add how to use cloud-localds to boot qemu (#617) [Joshua Powers]
- Drop vestigial update_resolve_conf_file function 

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 20.4-0ubuntu1~20.04.1

---
cloud-init (20.4-0ubuntu1~20.04.1) focal; urgency=medium

  * New upstream release. (LP: #1905599)
- Release 20.4 (#686) [James Falcon]
- tox: avoid tox testenv subsvars for xenial support (#684)
- Ensure proper root permissions in integration tests (#664) [James Falcon]
- LXD VM support in integration tests (#678) [James Falcon]
- Integration test for fallocate falling back to dd (#681) [James Falcon]
- .travis.yml: correctly integration test the built .deb (#683)
- Ability to hot-attach NICs to preprovisioned VMs before reprovisioning
  (#613) [aswinrajamannar]
- Support configuring SSH host certificates. (#660) [Jonathan Lung]
- add integration test for #1900837 (#679)
- cc_resizefs on FreeBSD: Fix _can_skip_ufs_resize (#655) [Mina Galić]
- DataSourceAzure: push dmesg log to KVP (#670) [Anh Vo]
- Make mount in place for tests work (#667) [James Falcon]
- integration_tests: restore emission of settings to log (#657)
- DataSourceAzure: update password for defuser if exists (#671) [Anh Vo]
- tox.ini: only select "ci" marked tests for CI runs (#677)
- Azure helper: Increase Azure Endpoint HTTP retries (#619) [Johnson Shi]
- DataSourceAzure: send failure signal on Azure datasource failure (#594)
  [Johnson Shi]
- test_persistence: simplify VersionIsPoppedFromState (#674)
- only run a subset of integration tests in CI (#672)
- cli: add --system param to allow validating system user-data on a
  machine (#575)
- test_persistence: add VersionIsPoppedFromState test (#673)
- introduce an upgrade framework and related testing (#659)
- add --no-tty option to gpg (#669) [Till Riedel]
- Pin pycloudlib to a working commit (#666) [James Falcon]
- DataSourceOpenNebula: exclude SRANDOM from context output (#665)
- cloud_tests: add hirsute release definition (#662)
- split integration and cloud_tests requirements (#652)
- faq.rst: add warning to answer that suggests running `clean` (#661)
- Fix stacktrace in DataSourceRbxCloud if no metadata disk is found (#632)
  [Scott Moser]
- Make wakeonlan Network Config v2 setting actually work (#626)
  [dermotbradley]
- HACKING.md: unify network-refactoring namespace (#658) [Mina Galić]
- replace usage of dmidecode with kenv on FreeBSD (#621) [Mina Galić]
- Prevent timeout on travis integration tests. (#651) [James Falcon]
- azure: enable pushing the log to KVP from the last pushed byte  (#614)
  [Moustafa Moustafa]
- Fix launch_kwargs bug in integration tests (#654) [James Falcon]
- split read_fs_info into linux & freebsd parts (#625) [Mina Galić]
- PULL_REQUEST_TEMPLATE.md: expand commit message section (#642)
- Make some language improvements in growpart documentation (#649)
  [Shane Frasier]
- Revert ".travis.yml: use a known-working version of lxd (#643)" (#650)
- Fix not sourcing default 50-cloud-init ENI file on Debian (#598)
  [WebSpider]
- remove unnecessary reboot from gpart resize (#646) [Mina Galić]
- cloudinit: move dmi functions out of util (#622) [Scott Moser]
- integration_tests: various launch improvements (#638)
- test_lp1886531: don't assume /etc/fstab exists (#639)
- Remove Ubuntu restriction from PR template (#648) [James Falcon]
- util: fix mounting of vfat on *BSD (#637) [Mina Galić]
- conftest: improve docstring for disable_subp_usage (#644)
- doc: add example query commands to debug Jinja templates (#645)
- Correct documentation and testcase data for some user-data YAML (#618)
  [dermotbradley]
- Hetzner: Fix instance_id / SMBIOS serial comparison (#640)
  [Markus Schade]
- .travis.yml: use a known-working version of lxd (#643)
- tools/build-on-freebsd: fix comment explaining purpose of the script
  (#635) [Mina Galić]
- Hetzner: initialize instance_id from system-serial-number (#630)
  [Markus Schade]
- Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)
  [Eduardo Otubo]
- get_interfaces: don't exclude Open vSwitch bridge/bond members (#608)
  [Lukas Märdian]
- Add config modules for controlling IBM PowerVM RMC. (#584) [Aman306]
- Update network config docs to clarify MAC address quoting (#623)
  [dermotbradley]
- gentoo: fix hostname rendering when value has a comment (#611)
  [Manuel Aguilera]
- refactor integration testing infrastructure (#610) [James Falcon]
- stages: don't reset permissions of cloud-init.log every boot (#624)
- docs: Add how to use cloud-localds to boot qemu (#617) [Joshua Powers]
- Drop vestigial update_resolve_conf_file function (#620) [Scott Moser]
- cc_mounts: correctly fallback to dd if fallocate fails (#585)
- .travis.yml: add integration-tests to Travis matrix (#600)
- ssh_util: handle non-default 

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2021-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 20.4-0ubuntu1~20.10.1

---
cloud-init (20.4-0ubuntu1~20.10.1) groovy; urgency=medium

  * New upstream release. (LP: #1905599)
- Release 20.4 (#686) [James Falcon]
- tox: avoid tox testenv subsvars for xenial support (#684)
- Ensure proper root permissions in integration tests (#664) [James Falcon]
- LXD VM support in integration tests (#678) [James Falcon]
- Integration test for fallocate falling back to dd (#681) [James Falcon]
- .travis.yml: correctly integration test the built .deb (#683)
- Ability to hot-attach NICs to preprovisioned VMs before reprovisioning
  (#613) [aswinrajamannar]
- Support configuring SSH host certificates. (#660) [Jonathan Lung]
- add integration test for LP:1900837 (#679)
- cc_resizefs on FreeBSD: Fix _can_skip_ufs_resize (#655) [Mina Galić]
- DataSourceAzure: push dmesg log to KVP (#670) [Anh Vo]
- Make mount in place for tests work (#667) [James Falcon]
- integration_tests: restore emission of settings to log (#657)
- DataSourceAzure: update password for defuser if exists (#671) [Anh Vo]
- tox.ini: only select "ci" marked tests for CI runs (#677)
- Azure helper: Increase Azure Endpoint HTTP retries (#619) [Johnson Shi]
- DataSourceAzure: send failure signal on Azure datasource failure (#594)
  [Johnson Shi]
- test_persistence: simplify VersionIsPoppedFromState (#674)
- only run a subset of integration tests in CI (#672)
- cli: add --system param to allow validating system user-data on a
  machine (#575)
- test_persistence: add VersionIsPoppedFromState test (#673)
- introduce an upgrade framework and related testing (#659)
- add --no-tty option to gpg (#669) [Till Riedel]
- Pin pycloudlib to a working commit (#666) [James Falcon]
- DataSourceOpenNebula: exclude SRANDOM from context output (#665)
- cloud_tests: add hirsute release definition (#662)
- split integration and cloud_tests requirements (#652)
- faq.rst: add warning to answer that suggests running `clean` (#661)
- Fix stacktrace in DataSourceRbxCloud if no metadata disk is found (#632)
  [Scott Moser]
- Make wakeonlan Network Config v2 setting actually work (#626)
  [dermotbradley]
- HACKING.md: unify network-refactoring namespace (#658) [Mina Galić]
- replace usage of dmidecode with kenv on FreeBSD (#621) [Mina Galić]
- Prevent timeout on travis integration tests. (#651) [James Falcon]
- azure: enable pushing the log to KVP from the last pushed byte  (#614)
  [Moustafa Moustafa]
- Fix launch_kwargs bug in integration tests (#654) [James Falcon]
- split read_fs_info into linux & freebsd parts (#625) [Mina Galić]
- PULL_REQUEST_TEMPLATE.md: expand commit message section (#642)
- Make some language improvements in growpart documentation (#649)
  [Shane Frasier]
- Revert ".travis.yml: use a known-working version of lxd (#643)" (#650)
- Fix not sourcing default 50-cloud-init ENI file on Debian (#598)
  [WebSpider]
- remove unnecessary reboot from gpart resize (#646) [Mina Galić]
- cloudinit: move dmi functions out of util (#622) [Scott Moser]
- integration_tests: various launch improvements (#638)
- test_lp1886531: don't assume /etc/fstab exists (#639)
- Remove Ubuntu restriction from PR template (#648) [James Falcon]
- util: fix mounting of vfat on *BSD (#637) [Mina Galić]
- conftest: improve docstring for disable_subp_usage (#644)
- doc: add example query commands to debug Jinja templates (#645)
- Correct documentation and testcase data for some user-data YAML (#618)
  [dermotbradley]
- Hetzner: Fix instance_id / SMBIOS serial comparison (#640)
  [Markus Schade]
- .travis.yml: use a known-working version of lxd (#643)
- tools/build-on-freebsd: fix comment explaining purpose of the script
  (#635) [Mina Galić]
- Hetzner: initialize instance_id from system-serial-number (#630)
  [Markus Schade]
- Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)
  [Eduardo Otubo]
- get_interfaces: don't exclude Open vSwitch bridge/bond members (#608)
  [Lukas Märdian]
- Add config modules for controlling IBM PowerVM RMC. (#584) [Aman306]
- Update network config docs to clarify MAC address quoting (#623)
  [dermotbradley]
- gentoo: fix hostname rendering when value has a comment (#611)
  [Manuel Aguilera]
- refactor integration testing infrastructure (#610) [James Falcon]
- stages: don't reset permissions of cloud-init.log every boot (#624)
- docs: Add how to use cloud-localds to boot qemu (#617) [Joshua Powers]
- Drop vestigial update_resolve_conf_file function (#620) [Scott Moser]
- cc_mounts: correctly fallback to dd if fallocate fails (#585)
- .travis.yml: add integration-tests to Travis matrix (#600)
- ssh_util: handle non-default 

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2021-01-04 Thread Dan Watkins
Verification was completed before the holiday break; tags updated.

** Tags removed: verification-needed verification-needed-bionic 
verification-needed-focal verification-needed-groovy verification-needed-xenial
** Tags added: verification-done verification-done-bionic 
verification-done-focal verification-done-groovy verification-done-xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-17 Thread Dan Watkins
** Attachment added: "Verification logs for KVM"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444544/+files/nocloud-nocloud-kvm-sru-20.4.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-17 Thread Dan Watkins
** Attachment added: "Verification logs for LXD"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444543/+files/nocloud-lxd-sru-20.4.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-16 Thread Chad Smith
We've got good test runs with Openstack and Kubernetes; Canonical's
SolutionsQA is +1 on this cloud-init SRU.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-16 Thread James Falcon
MAAS test run

** Attachment added: "maas-sru-20.4.0.txt"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444311/+files/maas-sru-20.4.0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-16 Thread James Falcon
softlayer test run

** Attachment added: "softlayer-sru-20.4.0.txt"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444310/+files/softlayer-sru-20.4.0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-16 Thread James Falcon
Azure manual test run

** Attachment added: "azure-sru-20.4.0.txt"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444309/+files/azure-sru-20.4.0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-16 Thread James Falcon
Openstack manual run

** Attachment added: "openstack-sru-20.4.0.txt"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444258/+files/openstack-sru-20.4.0.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-16 Thread James Falcon
Upgrade test for Oracle.

Since Oracle tests have been recently automated, test run output is
provided at the root of the tarball, and then before and after logs for
each test run are provided in the subdirectory.

** Attachment added: "oracle-sru-20.4.0.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444261/+files/oracle-sru-20.4.0.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-16 Thread James Falcon
Upgrade test for gce.

Since gce tests have been recently automated, test run output is
provided at the root of the tarball, and then before and after logs for
each test run are provided in the subdirectory.

** Attachment added: "gce-sru-20.4.0.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444260/+files/gce-sru-20.4.0.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-16 Thread James Falcon
EC2 upgrade test.

Since ec2 upgrade tests have been recently automated, test run output is
provided at the root of the tarball, and then before and after logs for
each test run are provided in the subdirectory.

** Attachment added: "ec2-sru-20.4.0.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444259/+files/ec2-sru-20.4.0.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-16 Thread Dan Watkins
The attached are the logs of a curtin run with the -proposed cloud-init.
The only "failures", indicate that expected-to-fail tests instead passed
(because the underlying issues have since been addressed in Ubuntu).

** Attachment added: "curtin verification testing logs"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+attachment/5444216/+files/curtin-cloudinit-sru.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-08 Thread Chad Smith
** Changed in: cloud-init (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-08 Thread Markus Schade
Verified with xenial, bionic and focal images on Hetzner Cloud

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-01 Thread Brian Murray
Hello James, or anyone else affected,

Accepted cloud-init into focal-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/20.4-0ubuntu1~20.04.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: cloud-init (Ubuntu Focal)
   Status: New => Fix Committed

** Tags added: verification-needed-focal

** Changed in: cloud-init (Ubuntu Bionic)
   Status: New => Fix Committed

** Tags added: verification-needed-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-12-01 Thread Brian Murray
Hello James, or anyone else affected,

Accepted cloud-init into groovy-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/20.4-0ubuntu1~20.10.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
groovy to verification-done-groovy. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-groovy. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: cloud-init (Ubuntu Groovy)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-groovy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1905599

Title:
  sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and
  Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1905599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-11-25 Thread Chad Smith
** Description changed:

  == Begin SRU Template ==
  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
  
  - Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)
  [Eduardo Otubo]
  - get_interfaces: don't exclude Open vSwitch bridge/bond members (#608)
  [Lukas Märdian] (LP: #1898997)
  - stages: don't reset permissions of cloud-init.log every boot (#624)
  (LP: #1900837)
  - cc_mounts: correctly fallback to dd if fallocate fails (#585)
  (LP: #1897099)
  - ssh_util: handle non-default AuthorizedKeysFile config (#586)
  [Eduardo Otubo]
  - openstack: consider product_name as valid chassis tag (#580)
  [Adrian Vladu] (LP: #1895976)
  - net: add the ability to blacklist network interfaces based on driver
  during enumeration of physical network devices (#591) [Anh Vo]
  - Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570)
  [Johann Queuniet]
  - Hetzner: Fix instance_id / SMBIOS serial comparison (#640)
  [Markus Schade]
  - Hetzner: initialize instance_id from system-serial-number (#630)
  [Markus Schade] (LP: #1885527)
  - Fix not sourcing default 50-cloud-init ENI file on Debian (#598)
  [WebSpider]
  - DataSourceAzure: write marker file after report ready in preprovisioning
  (#590) [Johnson Shi]
  - Azure parse_network_config uses fallback cfg when generate IMDS network
  cfg fails (#549) [Johnson Shi]
  - Add config modules for controlling IBM PowerVM RMC. (#584)
  [Aman306] (LP: #1895979)
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/CloudinitUpdates
  
  The cloud-init team will be in charge of attaching the artifacts and
  console output of the appropriate run to the bug. cloud-init team
  members will not mark ‘verification-done’ until this has happened.
  
+ * Automated Test Results
+ 
+ 
+ 
+ 
+ 
+ * Manual Test Results
+ 
+ 
+ 
+ 
+ 
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.
  
  == End SRU Template ==
  
  == Changelog ==
+ - cla: add xnox (#692) [Dimitri John Ledkov]
+ - Collect logs from integration test runs (#675) [James Falcon]
  - Release 20.4 (#686) [James Falcon] (LP: #1905440)
  - tox: avoid tox testenv subsvars for xenial support (#684)
  - Ensure proper root permissions in integration tests (#664) [James 
Falcon]
  - LXD VM support in integration tests (#678) [James Falcon]
  - Integration test for fallocate falling back to dd (#681) [James Falcon]
  - .travis.yml: correctly integration test the built .deb (#683)
  - Ability to hot-attach NICs to preprovisioned VMs before reprovisioning
    (#613) [aswinrajamannar]
  - Support configuring SSH host certificates. (#660) [Jonathan Lung]
  - add integration test for LP: #1900837 (#679)
  - cc_resizefs on FreeBSD: Fix _can_skip_ufs_resize (#655)
    [Mina Galić] (LP: #1901958, #1901958)
  - DataSourceAzure: push dmesg log to KVP (#670) [Anh Vo]
  - Make mount in place for tests work (#667) [James Falcon]
  - integration_tests: restore emission of settings to log (#657)
  - DataSourceAzure: update password for defuser if exists (#671) [Anh Vo]
  - tox.ini: only select "ci" marked tests for CI runs (#677)
  - Azure helper: Increase Azure Endpoint HTTP retries (#619) [Johnson Shi]
  - DataSourceAzure: send failure signal on Azure datasource failure (#594)
    [Johnson Shi]
  - test_persistence: simplify VersionIsPoppedFromState (#674)
  - only run a subset of integration tests in CI (#672)
  - cli: add --system param to allow validating system user-data on a
    machine (#575)
  - test_persistence: add VersionIsPoppedFromState test (#673)
  - introduce an upgrade framework and related testing (#659)
  - add --no-tty option to gpg (#669) [Till Riedel] (LP: #1813396)
  - Pin pycloudlib to a working commit (#666) [James Falcon]
  - DataSourceOpenNebula: exclude SRANDOM from context output (#665)
  - cloud_tests: add hirsute release definition (#662)
  - split integration and cloud_tests requirements (#652)
  - faq.rst: add warning to answer that suggests running `clean` (#661)
  - Fix stacktrace in DataSourceRbxCloud if no metadata disk is found (#632)
    [Scott Moser]
  - Make wakeonlan Network Config v2 setting actually work (#626)
    [dermotbradley]
  - HACKING.md: unify network-refactoring namespace (#658) [Mina Galić]
  - replace usage of dmidecode with kenv on FreeBSD (#621) [Mina Galić]
  - Prevent timeout on travis integration tests. (#651) [James Falcon]
  - azure: enable pushing the log to KVP from the 

[Bug 1905599] Re: sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

2020-11-25 Thread James Falcon
** Summary changed:

- sru cloud-init (20.3-2 to 20.4-0) Xenial, Bionic, Focal, and Groovy
+ sru cloud-init (20.3-2 to 20.4-0ubuntu1) Xenial, Bionic, Focal, and Groovy

** Description changed:

  == Begin SRU Template ==
  [Impact]
  This release sports both bug-fixes and new features and we would like to
  make sure all of our supported customers have access to these
  improvements. The notable ones are:
  
- - Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634) 
- [Eduardo Otubo]
+ - Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)
+ [Eduardo Otubo]
  - get_interfaces: don't exclude Open vSwitch bridge/bond members (#608)
- [Lukas Märdian] (LP: #1898997)
+ [Lukas Märdian] (LP: #1898997)
  - stages: don't reset permissions of cloud-init.log every boot (#624)
- (LP: #1900837)
+ (LP: #1900837)
  - cc_mounts: correctly fallback to dd if fallocate fails (#585)
- (LP: #1897099)
+ (LP: #1897099)
  - ssh_util: handle non-default AuthorizedKeysFile config (#586)
- [Eduardo Otubo]
+ [Eduardo Otubo]
  - openstack: consider product_name as valid chassis tag (#580)
- [Adrian Vladu] (LP: #1895976)
+ [Adrian Vladu] (LP: #1895976)
  - net: add the ability to blacklist network interfaces based on driver
- during enumeration of physical network devices (#591) [Anh Vo]
+ during enumeration of physical network devices (#591) [Anh Vo]
  - Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570)
- [Johann Queuniet]
+ [Johann Queuniet]
  - Hetzner: Fix instance_id / SMBIOS serial comparison (#640)
- [Markus Schade]
+ [Markus Schade]
  - Hetzner: initialize instance_id from system-serial-number (#630)
- [Markus Schade] (LP: #1885527)
+ [Markus Schade] (LP: #1885527)
  - Fix not sourcing default 50-cloud-init ENI file on Debian (#598)
- [WebSpider]
+ [WebSpider]
  - DataSourceAzure: write marker file after report ready in preprovisioning
- (#590) [Johnson Shi]
+ (#590) [Johnson Shi]
  - Azure parse_network_config uses fallback cfg when generate IMDS network
- cfg fails (#549) [Johnson Shi]
+ cfg fails (#549) [Johnson Shi]
  - Add config modules for controlling IBM PowerVM RMC. (#584)
- [Aman306] (LP: #1895979)
+ [Aman306] (LP: #1895979)
  
  See the changelog entry below for a full list of changes and bugs.
  
  [Test Case]
  The following development and SRU process was followed:
  https://wiki.ubuntu.com/CloudinitUpdates
  
  The cloud-init team will be in charge of attaching the artifacts and
  console output of the appropriate run to the bug. cloud-init team
  members will not mark ‘verification-done’ until this has happened.
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned integration tests are attached to this bug.
  
  == End SRU Template ==
  
  == Changelog ==
- - cla: add xnox (#692) [Dimitri John Ledkov]
- - Collect logs from integration test runs (#675) [James Falcon]
- - Release 20.4 (#686) [James Falcon] (LP: #1905440)
- - tox: avoid tox testenv subsvars for xenial support (#684)
- - Ensure proper root permissions in integration tests (#664) [James 
Falcon]
- - LXD VM support in integration tests (#678) [James Falcon]
- - Integration test for fallocate falling back to dd (#681) [James Falcon]
- - .travis.yml: correctly integration test the built .deb (#683)
- - Ability to hot-attach NICs to preprovisioned VMs before reprovisioning
-   (#613) [aswinrajamannar]
- - Support configuring SSH host certificates. (#660) [Jonathan Lung]
- - add integration test for LP: #1900837 (#679)
- - cc_resizefs on FreeBSD: Fix _can_skip_ufs_resize (#655)
-   [Mina Galić] (LP: #1901958, #1901958)
- - DataSourceAzure: push dmesg log to KVP (#670) [Anh Vo]
- - Make mount in place for tests work (#667) [James Falcon]
- - integration_tests: restore emission of settings to log (#657)
- - DataSourceAzure: update password for defuser if exists (#671) [Anh Vo]
- - tox.ini: only select "ci" marked tests for CI runs (#677)
- - Azure helper: Increase Azure Endpoint HTTP retries (#619) [Johnson Shi]
- - DataSourceAzure: send failure signal on Azure datasource failure (#594)
-   [Johnson Shi]
- - test_persistence: simplify VersionIsPoppedFromState (#674)
- - only run a subset of integration tests in CI (#672)
- - cli: add --system param to allow validating system user-data on a
-   machine (#575)
- - test_persistence: add VersionIsPoppedFromState test (#673)
- - introduce an upgrade framework and related testing (#659)
- - add --no-tty option to gpg (#669) [Till Riedel] (LP: #1813396)
- - Pin pycloudlib to a working commit (#666) [James Falcon]
- - DataSourceOpenNebula: exclude SRANDOM from context output (#665)
- - cloud_tests: add hirsute release definition (#662)
- - split integration and