[ubuntu/hirsute-proposed] cloud-init 20.4-55-g4f62ae8d-0ubuntu1 (Accepted)

Daniel Watkins oddbloke at ubuntu.com
Mon Jan 11 22:10:12 UTC 2021


cloud-init (20.4-55-g4f62ae8d-0ubuntu1) hirsute; urgency=medium

  * New upstream snapshot.
    - Fix regression with handling of IMDS ssh keys (#760) [Thomas Stringer]
    - integration_tests: log cloud-init version in SUT (#758)
    - Add ajmyyra as contributor (#742) [Antti Myyrä]
    - net_convert: add some missing help text (#755)
    - Missing IPV6_AUTOCONF=no to render sysconfig dhcp6 stateful on RHEL
      (#753) [Eduardo Otubo]
    - doc: document missing IPv6 subnet types (#744) [Antti Myyrä]
    - Add example configuration for datasource `AliYun` (#751) [Xiaoyu Zhong]
    - integration_tests: add SSH key selection settings (#754)
    - fix a typo in man page cloud-init.1 (#752) [Amy Chen]
    - network-config-format-v2.rst: add Netplan Passthrough section (#750)
    - stale: re-enable post holidays (#749)
    - integration_tests: port ca_certs tests from cloud_tests (#732)
    - Azure: Add telemetry for poll IMDS (#741) [Johnson Shi]
    - doc: move testing section from HACKING to its own doc (#739)
    - No longer allow integration test failures on travis (#738) [James Falcon]
    - stale: fix error in definition (#740)
    - integration_tests: set log-cli-level to INFO by default (#737)
    - PULL_REQUEST_TEMPLATE.md: use backticks around commit message (#736)
    - stale: disable check for holiday break (#735)
    - integration_tests: log the path we collect logs into (#733)
    - .travis.yml: add (most) supported Python versions to CI (#734)
    - integration_tests: fix IN_PLACE CLOUD_INIT_SOURCE (#731)
    - cc_ca_certs: add RHEL support (#633) [cawamata]
    - Azure: only generate config for NICs with addresses (#709)
      [Thomas Stringer]
    - doc: fix CloudStack configuration example (#707) [Olivier Lemasle]
    - integration_tests: restrict test_lxd_bridge appropriately (#730)
    - Add integration tests for CLI functionality (#729) [James Falcon]
    - Integration test for gh-626 (#728) [James Falcon]
    - Some test_upgrade fixes (#726) [James Falcon]
    - Ensure overriding test vars with env vars works for booleans (#727)
      [James Falcon]
    - integration_tests: port lxd_bridge test from cloud_tests (#718)
    - Integration test for gh-632. (#725) [James Falcon]
    - Integration test for gh-671 (#724) [James Falcon]
    - integration-requirements.txt: bump pycloudlib commit (#723)
    - Drop unnecessary shebang from cmd/main.py (#722) [Eduardo Otubo]
    - Integration test for LP: #1813396 and #669 (#719) [James Falcon]
    - integration_tests: include timestamp in log output (#720)
    - integration_tests: add test for LP: #1898997 (#713)
    - Add integration test for power_state_change module (#717) [James Falcon]
    - Update documentation for network-config-format-v2 (#701) [ggiesen]
    - sandbox CA Cert tests to not require ca-certificates (#715)
      [Eduardo Otubo]
    - Add upgrade integration test (#693) [James Falcon]
    - Integration test for 570 (#712) [James Falcon]
    - Add ability to keep snapshotted images in integration tests (#711)
      [James Falcon]
    - Integration test for pull #586 (#706) [James Falcon]
    - integration_tests: introduce skipping of tests by OS (#702)
    - integration_tests: introduce IntegrationInstance.restart (#708)
    - Add lxd-vm to list of valid integration test platforms (#705)
      [James Falcon]
    - Adding BOOTPROTO = dhcp to render sysconfig dhcp6 stateful on RHEL
      (#685) [Eduardo Otubo]
    - Delete image snapshots created for integration tests (#682)
      [James Falcon]
    - Parametrize ssh_keys_provided integration test (#700) [lucasmoura]
    - Drop use_sudo attribute on IntegrationInstance (#694) [lucasmoura]
    - cc_apt_configure: add riscv64 as a ports arch (#687)
      [Dimitri John Ledkov]
    - cla: add xnox (#692) [Dimitri John Ledkov]
    - Collect logs from integration test runs (#675) [James Falcon]

Date: Mon, 11 Jan 2021 16:50:12 -0500
Changed-By: Daniel Watkins <oddbloke at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/cloud-init/20.4-55-g4f62ae8d-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 11 Jan 2021 16:50:12 -0500
Source: cloud-init
Architecture: source
Version: 20.4-55-g4f62ae8d-0ubuntu1
Distribution: hirsute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Daniel Watkins <oddbloke at ubuntu.com>
Launchpad-Bugs-Fixed: 1813396 1898997
Changes:
 cloud-init (20.4-55-g4f62ae8d-0ubuntu1) hirsute; urgency=medium
 .
   * New upstream snapshot.
     - Fix regression with handling of IMDS ssh keys (#760) [Thomas Stringer]
     - integration_tests: log cloud-init version in SUT (#758)
     - Add ajmyyra as contributor (#742) [Antti Myyrä]
     - net_convert: add some missing help text (#755)
     - Missing IPV6_AUTOCONF=no to render sysconfig dhcp6 stateful on RHEL
       (#753) [Eduardo Otubo]
     - doc: document missing IPv6 subnet types (#744) [Antti Myyrä]
     - Add example configuration for datasource `AliYun` (#751) [Xiaoyu Zhong]
     - integration_tests: add SSH key selection settings (#754)
     - fix a typo in man page cloud-init.1 (#752) [Amy Chen]
     - network-config-format-v2.rst: add Netplan Passthrough section (#750)
     - stale: re-enable post holidays (#749)
     - integration_tests: port ca_certs tests from cloud_tests (#732)
     - Azure: Add telemetry for poll IMDS (#741) [Johnson Shi]
     - doc: move testing section from HACKING to its own doc (#739)
     - No longer allow integration test failures on travis (#738) [James Falcon]
     - stale: fix error in definition (#740)
     - integration_tests: set log-cli-level to INFO by default (#737)
     - PULL_REQUEST_TEMPLATE.md: use backticks around commit message (#736)
     - stale: disable check for holiday break (#735)
     - integration_tests: log the path we collect logs into (#733)
     - .travis.yml: add (most) supported Python versions to CI (#734)
     - integration_tests: fix IN_PLACE CLOUD_INIT_SOURCE (#731)
     - cc_ca_certs: add RHEL support (#633) [cawamata]
     - Azure: only generate config for NICs with addresses (#709)
       [Thomas Stringer]
     - doc: fix CloudStack configuration example (#707) [Olivier Lemasle]
     - integration_tests: restrict test_lxd_bridge appropriately (#730)
     - Add integration tests for CLI functionality (#729) [James Falcon]
     - Integration test for gh-626 (#728) [James Falcon]
     - Some test_upgrade fixes (#726) [James Falcon]
     - Ensure overriding test vars with env vars works for booleans (#727)
       [James Falcon]
     - integration_tests: port lxd_bridge test from cloud_tests (#718)
     - Integration test for gh-632. (#725) [James Falcon]
     - Integration test for gh-671 (#724) [James Falcon]
     - integration-requirements.txt: bump pycloudlib commit (#723)
     - Drop unnecessary shebang from cmd/main.py (#722) [Eduardo Otubo]
     - Integration test for LP: #1813396 and #669 (#719) [James Falcon]
     - integration_tests: include timestamp in log output (#720)
     - integration_tests: add test for LP: #1898997 (#713)
     - Add integration test for power_state_change module (#717) [James Falcon]
     - Update documentation for network-config-format-v2 (#701) [ggiesen]
     - sandbox CA Cert tests to not require ca-certificates (#715)
       [Eduardo Otubo]
     - Add upgrade integration test (#693) [James Falcon]
     - Integration test for 570 (#712) [James Falcon]
     - Add ability to keep snapshotted images in integration tests (#711)
       [James Falcon]
     - Integration test for pull #586 (#706) [James Falcon]
     - integration_tests: introduce skipping of tests by OS (#702)
     - integration_tests: introduce IntegrationInstance.restart (#708)
     - Add lxd-vm to list of valid integration test platforms (#705)
       [James Falcon]
     - Adding BOOTPROTO = dhcp to render sysconfig dhcp6 stateful on RHEL
       (#685) [Eduardo Otubo]
     - Delete image snapshots created for integration tests (#682)
       [James Falcon]
     - Parametrize ssh_keys_provided integration test (#700) [lucasmoura]
     - Drop use_sudo attribute on IntegrationInstance (#694) [lucasmoura]
     - cc_apt_configure: add riscv64 as a ports arch (#687)
       [Dimitri John Ledkov]
     - cla: add xnox (#692) [Dimitri John Ledkov]
     - Collect logs from integration test runs (#675) [James Falcon]
Checksums-Sha1:
 6f64a43b48e906982c798ab3b69c48b7f73ae35c 2275 cloud-init_20.4-55-g4f62ae8d-0ubuntu1.dsc
 b9096831797c407deb274c66d91743d83f043867 1245863 cloud-init_20.4-55-g4f62ae8d.orig.tar.gz
 ceb89634adeee7d50c7a3cc2737a99118563a2a8 70652 cloud-init_20.4-55-g4f62ae8d-0ubuntu1.debian.tar.xz
 7c21658791bab0c1e8f169754050b71250db9f1a 8670 cloud-init_20.4-55-g4f62ae8d-0ubuntu1_source.buildinfo
Checksums-Sha256:
 16a2a1532b57a5e5f184d490e3be04b407c06268427aa63ec70fa13aa98042c0 2275 cloud-init_20.4-55-g4f62ae8d-0ubuntu1.dsc
 f130bb8464ee5130117c09c79716f20fc7fe2ed17c145fb7b92138b22a22278f 1245863 cloud-init_20.4-55-g4f62ae8d.orig.tar.gz
 861013ed2698a072edbbd6645dbdf26d23b0ba92692b0b34a75188ba9d73c296 70652 cloud-init_20.4-55-g4f62ae8d-0ubuntu1.debian.tar.xz
 b1331b77bd2825b00891f6d169af9ae35d6a04c5acace1dd7fed3e5e6c362ca7 8670 cloud-init_20.4-55-g4f62ae8d-0ubuntu1_source.buildinfo
Files:
 3fdeea775016e2ddecac0425621b7935 2275 admin optional cloud-init_20.4-55-g4f62ae8d-0ubuntu1.dsc
 17e04fd5f2a66c5bfa417b6833e0bd41 1245863 admin optional cloud-init_20.4-55-g4f62ae8d.orig.tar.gz
 5538312016bac63cc40179c2217c51f2 70652 admin optional cloud-init_20.4-55-g4f62ae8d-0ubuntu1.debian.tar.xz
 bfea062f95daf4e3f5add8dafb1536d9 8670 admin optional cloud-init_20.4-55-g4f62ae8d-0ubuntu1_source.buildinfo

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

iQIzBAEBCgAdFiEESt1HRBpmI+cpG/K57uaHdu2xPqAFAl/8yN0ACgkQ7uaHdu2x
PqA6qBAAj9TuWYRAQiv/OhkD+cbwqmzKWs9FNCR9UuwLPSxobiT40aPWi6wkpTaC
oC9Jc0K+LHTJ1bJ1WuQNighDW+DqRqh2uucHnWHyvubr2RHvhLCLz8UtCivPBUfO
AFLE5sD7PpyGpeJ9UmM0fMOjrky9LYfNmNWCiqy/TSZ61zabrqqA8oJahbGVTigO
kSOSfk//E8hmGjV9uEEk1aZwzpdUzGqlMrsdhP630wL3eJI9CvfBUGHSKbLMOW3s
1VjPeGd17Mfmj7dKQp1GUClBp4YYGcA83VUZ5SgOg4BrKFdjzlPLuFH93uNwiiKD
eWYOoUzjypsYFstvgnrPP3C5SN22ijOyGkf48lkKT5NfaMPEJ83sFWsszrHokmE5
sxoMGpShd11o6YKxQATRisnwRHc3S6zSQ9Fzhxvwpkm4oSYiAvTVdWuEaR8xPRwl
EGqmiwGyZhgFUgLF0rsO7tcgtkIMkDdG13vCxIUO4VMqWTwp6Ivtd3+2IklBcEY5
wCo2CvUu3nT1x3/pf8jdOtfuHcTdChwAeL23cni92Zvg2Qjs/+19cqwXhRc9RgVk
IV03INXS1E8BhEfo+Fhxd7/oyq6IfDLWu1BXu84kxIYYzK4NBP8O2weGkIBXW/cu
H6P1JjrW6LBlKWLxVyn4+kRjvWy9U/2hOGH5GFNWbKaD85VLVKQ=
=MZD8
-----END PGP SIGNATURE-----


More information about the Hirsute-changes mailing list