[ubuntu/groovy-proposed] cloud-init 20.3-0ubuntu1 (Accepted)

James Falcon james.falcon at canonical.com
Tue Aug 25 22:13:12 UTC 2020


cloud-init (20.3-0ubuntu1) groovy; urgency=medium

  * New upstream release.
    - Release 20.3 (#547) [James Falcon] (LP: #1892878)
    - tox: bump the pylint version to 2.6.0 in the default run (#544)
      [Paride Legovini]
    - Azure: Add netplan driver filter when using hv_netvsc driver (#539)
      [James Falcon] (LP: #1830740)
    - query: do not handle non-decodable non-gzipped content (#543)
    - DHCP sandboxing failing on noexec mounted /var/tmp (#521) [Eduardo Otubo]
    - Update the list of valid ssh keys. (#487)
      [Ole-Martin Bratteng] (LP: #1877869)
    - cmd: cloud-init query to handle compressed userdata (#516) (LP: #1889938)
    - Pushing cloud-init log to the KVP (#529) [Moustafa Moustafa]
    - Add Alpine Linux support. (#535) [dermotbradley]
    - Detect kernel version before swap file creation (#428) [Eduardo Otubo]
    - cli: add devel make-mime subcommand (#518)
    - user-data: only verify mime-types for TYPE_NEEDED and x-shellscript
      (#511) (LP: #1888822)
    - DataSourceOracle: retry twice (and document why we retry at all) (#536)
    - Refactor Azure report ready code (#468) [Johnson Shi]
    - tox.ini: pin correct version of httpretty in xenial{,-dev} envs (#531)
    - Support Oracle IMDSv2 API (#528) [James Falcon]
    - .travis.yml: run a doc build during CI (#534)
    - doc/rtd/topics/datasources/ovf.rst: fix doc8 errors (#533)
    - Fix 'Users and Groups' configuration documentation (#530) [sshedi]
    - cloudinit.distros: update docstrings of add_user and create_user (#527)
    - Fix headers for device types in network v2 docs (#532)
      [Caleb Xavier Berger]
    - Add AlexBaranowski as contributor (#508) [Aleksander Baranowski]
    - DataSourceOracle: refactor to use only OPC v1 endpoint (#493)
    - .github/workflows/stale.yml: s/Josh/Rick/ (#526)
    - Fix a typo in apt pipelining module (#525) [Xiao Liang]
    - test_util: parametrize devlist tests (#523) [James Falcon]
    - Recognize LABEL_FATBOOT labels (#513) [James Falcon] (LP: #1841466)
    - Handle additional identifier for SLES For HPC (#520) [Robert Schweikert]
    - Revert "test-requirements.txt: pin pytest to <6 (#512)" (#515)
    - test-requirements.txt: pin pytest to <6 (#512)
    - Add "tsanghan" as contributor (#504) [tsanghan]
    - fix brpm building (LP: #1886107)
    - Adding eandersson as a contributor (#502) [Erik Olof Gunnar Andersson]
    - azure: disable bouncing hostname when setting hostname fails (#494)
      [Anh Vo]
    - VMware: Support parsing DEFAULT-RUN-POST-CUST-SCRIPT (#441)
      [xiaofengw-vmware]
    - DataSourceAzure: Use ValueError when JSONDecodeError is not available
      (#490) [Anh Vo]
    - cc_ca_certs.py: fix blank line problem when removing CAs and adding
      new one (#483) [dermotbradley]
    - freebsd: py37-serial is now py37-pyserial (#492) [Gonéri Le Bouder]
    - ssh exit with non-zero status on disabled user (#472)
      [Eduardo Otubo] (LP: #1170059)
    - cloudinit: remove global disable of pylint W0107 and fix errors (#489)
    - networking: refactor wait_for_physdevs from cloudinit.net (#466)
      (LP: #1884626)
    - HACKING.rst: add pytest.param pytest gotcha (#481)
    - cloudinit: remove global disable of pylint W0105 and fix errors (#480)
    - Fix two minor warnings (#475)
    - test_data: fix faulty patch (#476)

Date: Tue, 25 Aug 2020 15:27:53 -0500
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.3-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 25 Aug 2020 15:27:53 -0500
Source: cloud-init
Architecture: source
Version: 20.3-0ubuntu1
Distribution: groovy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: James Falcon <james.falcon at canonical.com>
Launchpad-Bugs-Fixed: 1170059 1830740 1841466 1877869 1884626 1886107 1888822 1889938 1892878
Changes:
 cloud-init (20.3-0ubuntu1) groovy; urgency=medium
 .
   * New upstream release.
     - Release 20.3 (#547) [James Falcon] (LP: #1892878)
     - tox: bump the pylint version to 2.6.0 in the default run (#544)
       [Paride Legovini]
     - Azure: Add netplan driver filter when using hv_netvsc driver (#539)
       [James Falcon] (LP: #1830740)
     - query: do not handle non-decodable non-gzipped content (#543)
     - DHCP sandboxing failing on noexec mounted /var/tmp (#521) [Eduardo Otubo]
     - Update the list of valid ssh keys. (#487)
       [Ole-Martin Bratteng] (LP: #1877869)
     - cmd: cloud-init query to handle compressed userdata (#516) (LP: #1889938)
     - Pushing cloud-init log to the KVP (#529) [Moustafa Moustafa]
     - Add Alpine Linux support. (#535) [dermotbradley]
     - Detect kernel version before swap file creation (#428) [Eduardo Otubo]
     - cli: add devel make-mime subcommand (#518)
     - user-data: only verify mime-types for TYPE_NEEDED and x-shellscript
       (#511) (LP: #1888822)
     - DataSourceOracle: retry twice (and document why we retry at all) (#536)
     - Refactor Azure report ready code (#468) [Johnson Shi]
     - tox.ini: pin correct version of httpretty in xenial{,-dev} envs (#531)
     - Support Oracle IMDSv2 API (#528) [James Falcon]
     - .travis.yml: run a doc build during CI (#534)
     - doc/rtd/topics/datasources/ovf.rst: fix doc8 errors (#533)
     - Fix 'Users and Groups' configuration documentation (#530) [sshedi]
     - cloudinit.distros: update docstrings of add_user and create_user (#527)
     - Fix headers for device types in network v2 docs (#532)
       [Caleb Xavier Berger]
     - Add AlexBaranowski as contributor (#508) [Aleksander Baranowski]
     - DataSourceOracle: refactor to use only OPC v1 endpoint (#493)
     - .github/workflows/stale.yml: s/Josh/Rick/ (#526)
     - Fix a typo in apt pipelining module (#525) [Xiao Liang]
     - test_util: parametrize devlist tests (#523) [James Falcon]
     - Recognize LABEL_FATBOOT labels (#513) [James Falcon] (LP: #1841466)
     - Handle additional identifier for SLES For HPC (#520) [Robert Schweikert]
     - Revert "test-requirements.txt: pin pytest to <6 (#512)" (#515)
     - test-requirements.txt: pin pytest to <6 (#512)
     - Add "tsanghan" as contributor (#504) [tsanghan]
     - fix brpm building (LP: #1886107)
     - Adding eandersson as a contributor (#502) [Erik Olof Gunnar Andersson]
     - azure: disable bouncing hostname when setting hostname fails (#494)
       [Anh Vo]
     - VMware: Support parsing DEFAULT-RUN-POST-CUST-SCRIPT (#441)
       [xiaofengw-vmware]
     - DataSourceAzure: Use ValueError when JSONDecodeError is not available
       (#490) [Anh Vo]
     - cc_ca_certs.py: fix blank line problem when removing CAs and adding
       new one (#483) [dermotbradley]
     - freebsd: py37-serial is now py37-pyserial (#492) [Gonéri Le Bouder]
     - ssh exit with non-zero status on disabled user (#472)
       [Eduardo Otubo] (LP: #1170059)
     - cloudinit: remove global disable of pylint W0107 and fix errors (#489)
     - networking: refactor wait_for_physdevs from cloudinit.net (#466)
       (LP: #1884626)
     - HACKING.rst: add pytest.param pytest gotcha (#481)
     - cloudinit: remove global disable of pylint W0105 and fix errors (#480)
     - Fix two minor warnings (#475)
     - test_data: fix faulty patch (#476)
Checksums-Sha1:
 4ac8faa7f5b89476d6cc2649033388732da09d89 2223 cloud-init_20.3-0ubuntu1.dsc
 fdc28beb174dacc9cd8f3033a5b4e3e198aa0984 1168010 cloud-init_20.3.orig.tar.gz
 00ca9cbbe62ca795b74693273e166300692dedea 66736 cloud-init_20.3-0ubuntu1.debian.tar.xz
 7ae71579bbad00efee48bdff1a3cbe42287c7089 8067 cloud-init_20.3-0ubuntu1_source.buildinfo
Checksums-Sha256:
 25246234503f1d4e8052acbda10ad91679764ccdba49eb74698510ab2411c61f 2223 cloud-init_20.3-0ubuntu1.dsc
 dbde2de2acb51b700c17b4d2870abd545293b0736ac2526e803cc74f09498102 1168010 cloud-init_20.3.orig.tar.gz
 f0604d6d66d1e957c1220f2af9a8f237c7bb224d67a53fa2d585d789d867220c 66736 cloud-init_20.3-0ubuntu1.debian.tar.xz
 6462be4279390206106968444290c793ad8686f1a8dfa3e0c682d5ff5d7c05f6 8067 cloud-init_20.3-0ubuntu1_source.buildinfo
Files:
 f37aa1492871763cda99ad0d81159ad4 2223 admin optional cloud-init_20.3-0ubuntu1.dsc
 c816463278858e6193033fef3a880b9f 1168010 admin optional cloud-init_20.3.orig.tar.gz
 65dc194a75ccef3a3824a308a9eb7c90 66736 admin optional cloud-init_20.3-0ubuntu1.debian.tar.xz
 2958df3aee000fd0c87297ccc3a10e8f 8067 admin optional cloud-init_20.3-0ubuntu1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJNBAEBCgA3FiEE4lRR4CIbV3Pev/F47NrLFgmVrYkFAl9FjFEZHGNoYWQuc21p
dGhAY2Fub25pY2FsLmNvbQAKCRDs2ssWCZWtiedLD/9J5/XEZDWL0kPhvo94tzRh
1CX2RqJpGUNjwVotmTKfJQjdvsorp8ATJRz5QbWNi66PDOdkoxv7EVPveKGPmE8x
WNV/fh9qI+a6Zqa5u9KEKf5HSZKZl6Zi6hqK1pqMzOmM+eBF1WHA577n3Xwld4no
SCREDc4R0yysZZSRQbM7BeLe34VcrCsEzvakLD2592Cpye2haypfHVz0XW0GbcaO
qjY2/H8bkx/QW7IAM7gxk8iPxgsZc5TGV2gm94Sx+fOwbfggySk2uu4n+/lrUTrD
uJd1P0Gom2SwwQC+Z4eXs9dNomVTsU8yZhf7caerlzVvCjOeUtRn/+MLWY+3n70k
ukkV6yrYR7GEnVL3Heo1Llte9YkZ0HrjAH6qjN1v92S8VTPK+SljqnXv/btHn//c
qqlt6WvIKGYkrdUV1CsVAMUnA54OuA7/B3nx3odO4+yDlvLfRA8XDQrrbZGhf8KQ
VlfuqvBxP/C9ETr4nGmUq4eUajxWQtVqsJ+4w4a1xxjuvyJS+g9K1/I9x9tE3lZ3
aX/OnLARY9jyaHABpLoA3jJp1gblfeCagnLPgI+lSo2Y+xB7ERVwli55WgaCjrSz
vy7WCXpR4wbtCayYVcWkfDwM7BFe+vzA5ILHKToh2SSg4aNIX8UxG8CXeE9L7sl4
wgTsMbclGWS6oFOgXq7s7g==
=lu5D
-----END PGP SIGNATURE-----


More information about the Groovy-changes mailing list