[ubuntu/bionic-proposed] cloud-init 20.4-0ubuntu1~18.04.1 (Accepted)

James Falcon james.falcon at canonical.com
Tue Dec 1 22:55:46 UTC 2020


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 (#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 AuthorizedKeysFile config (#586)
      [Eduardo Otubo]
    - Multiple file fix for AuthorizedKeysFile config (#60) [Eduardo Otubo]
    - bddeb: new --packaging-branch argument to pull packaging from branch
      (#576) [Paride Legovini]
    - Add more integration tests (#615) [lucasmoura]
    - DataSourceAzure: write marker file after report ready in preprovisioning
      (#590) [Johnson Shi]
    - integration_tests: emit settings to log during setup (#601)
    - integration_tests: implement citest tests run in Travis (#605)
    - Add Azure support to integration test framework (#604) [James Falcon]
    - openstack: consider product_name as valid chassis tag (#580)
      [Adrian Vladu]
    - azure: clean up and refactor report_diagnostic_event (#563) [Johnson Shi]
    - net: add the ability to blacklist network interfaces based on driver
      during enumeration of physical network devices (#591) [Anh Vo]
    - integration_tests: don't error on cloud-init failure (#596)
    - integration_tests: improve cloud-init.log assertions (#593)
    - conftest.py: remove top-level import of httpretty (#599)
    - tox.ini: add integration-tests testenv definition (#595)
    - PULL_REQUEST_TEMPLATE.md: empty checkboxes need a space (#597)
    - add integration test for #1886531 (#592)
    - Initial implementation of integration testing infrastructure (#581)
      [James Falcon]
    - Fix name of ntp and chrony service on CentOS and RHEL. (#589)
      [Scott Moser]
    - Adding a PR template (#587) [James Falcon]
    - Azure parse_network_config uses fallback cfg when generate IMDS network
      cfg fails (#549) [Johnson Shi]
    - features: refresh docs for easier out-of-context reading (#582)
    - Fix typo in resolv_conf module's description (#578) [Wacław Schiller]
    - cc_users_groups: minor doc formatting fix (#577)
    - Fix typo in disk_setup module's description (#579) [Wacław Schiller]
    - Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570)
      [Johann Queuniet]
    - boot.rst: add First Boot Determination section (#568)
    - opennebula.rst: minor readability improvements (#573) [Mina Galić]
    - cloudinit: remove unused LOG variables (#574)
    - create a shutdown_command method in distro classes (#567)
      [Emmanuel Thomé]
    - user_data: remove unused constant (#566)
    - network: Fix type and respect name when rendering vlan in
      sysconfig. (#541) [Eduardo Otubo]
    - Retrieve SSH keys from IMDS first with OVF as a fallback (#509)
      [Thomas Stringer]
    - Add jqueuniet as contributor (#569) [Johann Queuniet]
    - distros: minor typo fix (#562)
    - Bump the integration-requirements versioned dependencies (#565)
      [Paride Legovini]
    - network-config-format-v1: fix typo in nameserver example (#564)
      [Stanislas]
    - Run cloud-init-local.service after the hv_kvp_daemon (#505)
      [Robert Schweikert]
    - Add method type hints for Azure helper (#540) [Johnson Shi]
    - systemd: add Before=shutdown.target when Conflicts=shutdown.target is
      used (#546) [Paride Legovini]
    - LXD: detach network from profile before deleting it (#542)
      [Paride Legovini]
    - redhat spec: add missing BuildRequires (#552) [Paride Legovini]

Date: Wed, 25 Nov 2020 11:27:35 -0600
Changed-By: James Falcon <james.falcon at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Chad Smith <chad.smith at canonical.com>
https://launchpad.net/ubuntu/+source/cloud-init/20.4-0ubuntu1~18.04.1
-------------- next part --------------
Format: 1.8
Date: Wed, 25 Nov 2020 11:27:35 -0600
Source: cloud-init
Architecture: source
Version: 20.4-0ubuntu1~18.04.1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: James Falcon <james.falcon at canonical.com>
Launchpad-Bugs-Fixed: 1905599
Changes:
 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 (#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 AuthorizedKeysFile config (#586)
       [Eduardo Otubo]
     - Multiple file fix for AuthorizedKeysFile config (#60) [Eduardo Otubo]
     - bddeb: new --packaging-branch argument to pull packaging from branch
       (#576) [Paride Legovini]
     - Add more integration tests (#615) [lucasmoura]
     - DataSourceAzure: write marker file after report ready in preprovisioning
       (#590) [Johnson Shi]
     - integration_tests: emit settings to log during setup (#601)
     - integration_tests: implement citest tests run in Travis (#605)
     - Add Azure support to integration test framework (#604) [James Falcon]
     - openstack: consider product_name as valid chassis tag (#580)
       [Adrian Vladu]
     - azure: clean up and refactor report_diagnostic_event (#563) [Johnson Shi]
     - net: add the ability to blacklist network interfaces based on driver
       during enumeration of physical network devices (#591) [Anh Vo]
     - integration_tests: don't error on cloud-init failure (#596)
     - integration_tests: improve cloud-init.log assertions (#593)
     - conftest.py: remove top-level import of httpretty (#599)
     - tox.ini: add integration-tests testenv definition (#595)
     - PULL_REQUEST_TEMPLATE.md: empty checkboxes need a space (#597)
     - add integration test for #1886531 (#592)
     - Initial implementation of integration testing infrastructure (#581)
       [James Falcon]
     - Fix name of ntp and chrony service on CentOS and RHEL. (#589)
       [Scott Moser]
     - Adding a PR template (#587) [James Falcon]
     - Azure parse_network_config uses fallback cfg when generate IMDS network
       cfg fails (#549) [Johnson Shi]
     - features: refresh docs for easier out-of-context reading (#582)
     - Fix typo in resolv_conf module's description (#578) [Wacław Schiller]
     - cc_users_groups: minor doc formatting fix (#577)
     - Fix typo in disk_setup module's description (#579) [Wacław Schiller]
     - Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570)
       [Johann Queuniet]
     - boot.rst: add First Boot Determination section (#568)
     - opennebula.rst: minor readability improvements (#573) [Mina Galić]
     - cloudinit: remove unused LOG variables (#574)
     - create a shutdown_command method in distro classes (#567)
       [Emmanuel Thomé]
     - user_data: remove unused constant (#566)
     - network: Fix type and respect name when rendering vlan in
       sysconfig. (#541) [Eduardo Otubo]
     - Retrieve SSH keys from IMDS first with OVF as a fallback (#509)
       [Thomas Stringer]
     - Add jqueuniet as contributor (#569) [Johann Queuniet]
     - distros: minor typo fix (#562)
     - Bump the integration-requirements versioned dependencies (#565)
       [Paride Legovini]
     - network-config-format-v1: fix typo in nameserver example (#564)
       [Stanislas]
     - Run cloud-init-local.service after the hv_kvp_daemon (#505)
       [Robert Schweikert]
     - Add method type hints for Azure helper (#540) [Johnson Shi]
     - systemd: add Before=shutdown.target when Conflicts=shutdown.target is
       used (#546) [Paride Legovini]
     - LXD: detach network from profile before deleting it (#542)
       [Paride Legovini]
     - redhat spec: add missing BuildRequires (#552) [Paride Legovini]
Checksums-Sha1:
 acd13a507aa8e69c672bf75c83069a8287cc2e13 2212 cloud-init_20.4-0ubuntu1~18.04.1.dsc
 2c9a0ad7a38164494a83164ca8f30780d8be913d 1228903 cloud-init_20.4.orig.tar.gz
 3b252da1f42689b67d4ce1e7df5b887b5f598a8d 75212 cloud-init_20.4-0ubuntu1~18.04.1.debian.tar.xz
 08a77bf8efa520852bc0be348d4b0a471eb94a73 8796 cloud-init_20.4-0ubuntu1~18.04.1_source.buildinfo
Checksums-Sha256:
 37ed8087a5b1c9d352f0abe555a940535eaaae2c5eff58983425cc45473ea6e9 2212 cloud-init_20.4-0ubuntu1~18.04.1.dsc
 0ceffad044d954aa85a62be2a376a965d9d5dba4b234db55aac54c5d59122dc5 1228903 cloud-init_20.4.orig.tar.gz
 514877ba7e67d3e25e9d4c1ada9762bfd8078535099552d04f21b5519f75ef85 75212 cloud-init_20.4-0ubuntu1~18.04.1.debian.tar.xz
 bab7374352541eda2790abc48b907200c4bf067f184e5fc6fd5970df4a06a7dc 8796 cloud-init_20.4-0ubuntu1~18.04.1_source.buildinfo
Files:
 357e9577d23e92d61873c6a21b2d0791 2212 admin optional cloud-init_20.4-0ubuntu1~18.04.1.dsc
 885023ad7ba846115a148f1379f7f8ef 1228903 admin optional cloud-init_20.4.orig.tar.gz
 ceb96517d95562c81469e664eb6e8576 75212 admin optional cloud-init_20.4-0ubuntu1~18.04.1.debian.tar.xz
 b8d356a9f70b43f48620393c02c8c4f5 8796 admin optional cloud-init_20.4-0ubuntu1~18.04.1_source.buildinfo


More information about the Bionic-changes mailing list