[ubuntu/focal-proposed] cloud-init 19.2-78-ge8138959-0ubuntu1 (Accepted)

Ryan Harper ryan.harper at canonical.com
Fri Nov 1 18:24:12 UTC 2019


cloud-init (19.2-78-ge8138959-0ubuntu1) focal; urgency=medium

  * New upstream snapshot.
    - DataSourceSmartOS: reconfigure network on each boot
      [Mike Gerdts] (LP: #1765801)
    - Add config for ssh-key import and consuming user-data [Pavel Zakharov]
    - net: fix subnet_is_ipv6() for stateless|stateful
      [Harald Jensås] (LP: #1848690)
    - OVF: disable custom script execution by default [Xiaofeng Wang]
    - cc_puppet: Implement csr_attributes.yaml support [Matthias Baur]
    - cloud-init.service: on centos/fedora/redhat wait on
      NetworkManager.service (LP: #1843334)
    - azure: Do not lock user on instance id change
      [Sam Eiderman] (LP: #1849677)
    - net/netplan: use ipv6-mtu key for specifying ipv6 mtu values
    - Fix usages of yaml, and move yaml_dump to safeyaml.dumps.
      [Scott Moser] (LP: #1849640)
    - exoscale: Increase url_max_wait to 120s. [Chris Glass]
    - net/sysconfig: fix available check on SUSE distros
      [Robert Schweikert] (LP: #1849378)
    - docs: Fix incorrect Azure IMDS IP address [Joshua Powers] (LP: #1849508)
    - introduce .travis.yml
    - net: enable infiniband support in eni and sysconfig renderers
      [Darren Birkett] (LP: #1847114)
    - guestcust_util: handle special characters in config file [Xiaofeng Wang]
    - fix some more typos in comments [Dominic Schlegel]
    - replace any deprecated log.warn with log.warning
      [Dominic Schlegel] (LP: #1508442)
    - net: handle openstack dhcpv6-stateless configuration
      [Harald Jensås] (LP: #1847517)
    - Add .venv/ to .gitignore [Dominic Schlegel]
    - Small typo fixes in code comments. [Dominic Schlegel]
    - cloud_test/lxd: Retry container delete a few times
    - Add Support for e24cloud to Ec2 datasource. [Scott Moser] (LP: #1696476)
    - Add RbxCloud datasource [Adam Dobrawy]
    - get_interfaces: don't exclude bridge and bond members (LP: #1846535)
    - Add support for Arch Linux in render-cloudcfg [Conrad Hoffmann]
    - util: json.dumps on python 2.7 will handle UnicodeDecodeError on binary
      (LP: #1801364)
    - debian/ubuntu: add missing word to netplan/ENI header (LP: #1845669)
    - ovf: do not generate random instance-id for IMC customization path
    - sysconfig: only write resolv.conf if network_state has DNS values
      (LP: #1843634)
    - sysconfig: use distro variant to check if available (LP: #1843584)
    - systemd/cloud-init.service.tmpl: start after wicked.service
      [Robert Schweikert]
    - docs: fix zstack documentation lints
    - analyze/show: remove trailing space in output
    - Add missing space in warning: "not avalid seed" [Brian Candler]
    - pylintrc: add 'enter_context' to generated-members list
    - Add datasource for ZStack platform. [Shixin Ruan] (LP: #1841181)
    - docs: organize TOC and update summary of project [Joshua Powers]
    - tools: make clean now cleans the dev directory, not the system
    - docs: create cli specific page [Joshua Powers]
    - docs: added output examples to analyze.rst [Joshua Powers]
    - docs: doc8 fixes for instancedata page [Joshua Powers]
    - docs: clean up formatting, organize boot page [Joshua Powers]

Date: Fri, 01 Nov 2019 11:01:15 -0500
Changed-By: Ryan Harper <ryan.harper at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/cloud-init/19.2-78-ge8138959-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 01 Nov 2019 11:01:15 -0500
Source: cloud-init
Binary: cloud-init
Architecture: source
Version: 19.2-78-ge8138959-0ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Ryan Harper <ryan.harper at canonical.com>
Description:
 cloud-init - Init scripts for cloud instances
Launchpad-Bugs-Fixed: 1508442 1696476 1765801 1801364 1841181 1843334 1843584 1843634 1845669 1846535 1847114 1847517 1848690 1849378 1849508 1849640 1849677
Changes:
 cloud-init (19.2-78-ge8138959-0ubuntu1) focal; urgency=medium
 .
   * New upstream snapshot.
     - DataSourceSmartOS: reconfigure network on each boot
       [Mike Gerdts] (LP: #1765801)
     - Add config for ssh-key import and consuming user-data [Pavel Zakharov]
     - net: fix subnet_is_ipv6() for stateless|stateful
       [Harald Jensås] (LP: #1848690)
     - OVF: disable custom script execution by default [Xiaofeng Wang]
     - cc_puppet: Implement csr_attributes.yaml support [Matthias Baur]
     - cloud-init.service: on centos/fedora/redhat wait on
       NetworkManager.service (LP: #1843334)
     - azure: Do not lock user on instance id change
       [Sam Eiderman] (LP: #1849677)
     - net/netplan: use ipv6-mtu key for specifying ipv6 mtu values
     - Fix usages of yaml, and move yaml_dump to safeyaml.dumps.
       [Scott Moser] (LP: #1849640)
     - exoscale: Increase url_max_wait to 120s. [Chris Glass]
     - net/sysconfig: fix available check on SUSE distros
       [Robert Schweikert] (LP: #1849378)
     - docs: Fix incorrect Azure IMDS IP address [Joshua Powers] (LP: #1849508)
     - introduce .travis.yml
     - net: enable infiniband support in eni and sysconfig renderers
       [Darren Birkett] (LP: #1847114)
     - guestcust_util: handle special characters in config file [Xiaofeng Wang]
     - fix some more typos in comments [Dominic Schlegel]
     - replace any deprecated log.warn with log.warning
       [Dominic Schlegel] (LP: #1508442)
     - net: handle openstack dhcpv6-stateless configuration
       [Harald Jensås] (LP: #1847517)
     - Add .venv/ to .gitignore [Dominic Schlegel]
     - Small typo fixes in code comments. [Dominic Schlegel]
     - cloud_test/lxd: Retry container delete a few times
     - Add Support for e24cloud to Ec2 datasource. [Scott Moser] (LP: #1696476)
     - Add RbxCloud datasource [Adam Dobrawy]
     - get_interfaces: don't exclude bridge and bond members (LP: #1846535)
     - Add support for Arch Linux in render-cloudcfg [Conrad Hoffmann]
     - util: json.dumps on python 2.7 will handle UnicodeDecodeError on binary
       (LP: #1801364)
     - debian/ubuntu: add missing word to netplan/ENI header (LP: #1845669)
     - ovf: do not generate random instance-id for IMC customization path
     - sysconfig: only write resolv.conf if network_state has DNS values
       (LP: #1843634)
     - sysconfig: use distro variant to check if available (LP: #1843584)
     - systemd/cloud-init.service.tmpl: start after wicked.service
       [Robert Schweikert]
     - docs: fix zstack documentation lints
     - analyze/show: remove trailing space in output
     - Add missing space in warning: "not avalid seed" [Brian Candler]
     - pylintrc: add 'enter_context' to generated-members list
     - Add datasource for ZStack platform. [Shixin Ruan] (LP: #1841181)
     - docs: organize TOC and update summary of project [Joshua Powers]
     - tools: make clean now cleans the dev directory, not the system
     - docs: create cli specific page [Joshua Powers]
     - docs: added output examples to analyze.rst [Joshua Powers]
     - docs: doc8 fixes for instancedata page [Joshua Powers]
     - docs: clean up formatting, organize boot page [Joshua Powers]
Checksums-Sha1:
 ce04e2c192e4f94bfe69a4342db6f5c12eecc716 1968 cloud-init_19.2-78-ge8138959-0ubuntu1.dsc
 4c57472ce9a38bd0390251de1c638cbaccbffc6e 1065471 cloud-init_19.2-78-ge8138959.orig.tar.gz
 cfd55b91c60149ef48cb6b644dacb1609975c122 57484 cloud-init_19.2-78-ge8138959-0ubuntu1.debian.tar.xz
Checksums-Sha256:
 d28a481172f88c00c95540b2b17aafde8643e8a5191ebcbacea264793c294520 1968 cloud-init_19.2-78-ge8138959-0ubuntu1.dsc
 6156094f4b50260a3fd0e7147d4579095e627e0a88664200949f282bd5594db5 1065471 cloud-init_19.2-78-ge8138959.orig.tar.gz
 58a792db7eb2654a7ac229dc46facc8a5081cab047daa225e8fdddbf9408f3f4 57484 cloud-init_19.2-78-ge8138959-0ubuntu1.debian.tar.xz
Files:
 a59a1855a0d0251b0de7c851f9ec7406 1968 admin optional cloud-init_19.2-78-ge8138959-0ubuntu1.dsc
 dab233b9feb0fd7f74be9389c99ee2b9 1065471 admin optional cloud-init_19.2-78-ge8138959.orig.tar.gz
 7b98c6c729e67031b0ccbecdcbd3bc12 57484 admin optional cloud-init_19.2-78-ge8138959-0ubuntu1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJdvFeoAAoJEJoxTsX0cKCsbgkH/2SJMAv19AHxH8VokI03bkCK
JBlNtOEzKHjenB41RospZuPnhjgQTSswLlrOVA1NibWBeCp+7Cp6tp2tjZdKNVBX
9Xg2lZZXt0zTsU3aDZwnHTr+vWffNrFWjr3ZsyvawA6a9kBNHuKK1hTBtIBsAShl
/wA6otgTdcAauoYmICw9FtQOlI1va16ejg/MV5UsoM/6Bg2etvqEBCFcAeW4P+1u
51dIui0SxIiqes0QQ8kbGzPuEo1yGiLsCwUNBjp3cHRbMX2TvnGvyvXhIuHA0Aie
L+RzXJG6D4MErXqpgo4CeAM2R/avpKMmDiHdVOVJf8UklVQj4hKojMRfwxk0Tf0=
=5+Qr
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list