[ubuntu/xenial-proposed] cloud-init 19.3-41-gc4735dd3-0ubuntu1~16.04.1 (Accepted)

Chad Smith chad.smith at canonical.com
Wed Dec 4 00:52:52 UTC 2019


cloud-init (19.3-41-gc4735dd3-0ubuntu1~16.04.1) xenial; urgency=medium

  * refresh patches:
   + debian/patches/ec2-classic-dont-reapply-networking.patch
  * New upstream snapshot. (LP: #1854872)
    - Fix linting failure in test_url_helper (#83) [Eric Lafontaine]
    - url_helper: read_file_or_url should pass headers param into readurl (#66)
    - dmidecode: log result *after* stripping n [Igor Galić]
    - cloud_tests: add azure platform support to integration tests
      [ahosmanmsft]
    - set_passwords: support for FreeBSD (#46) [Igor Galić]
    - tools: migrate-lp-user-to-github removes repo_dir if created (#35)
    - Correct jumbled documentation for cc_set_hostname module (#64) [do3meli]
    - FreeBSD: fix for get_linux_distro() and lru_cache (#59) [Igor Galić]
    - ec2: Add support for AWS IMDS v2 (session-oriented) (#55)
    - tests: Fix cloudsigma tests when no dmidecode data is present. (#57)
      [Scott Moser]
    - net: IPv6, accept_ra, slaac, stateless (#51) [Harald]
    - docs: Update the configdrive datasource links (#44) [Joshua Powers]
    - distro: correctly set usr_lib_exec path for FreeBSD distro (#40)
      [Igor Galić]
    - azure: support secondary ipv6 addresses (#33)
    - Fix metadata check when local-hostname is null (#32) [Mark Goddard]
    - Merge pull request #38 from blackboxsw/cleanup/run-ci-on-pull-request
    - switch default FreeBSD salt minion pkg from py27 to py36
      [Dominic Schlegel]
    - add data-server dns entry as new metadata server detection [Joshua Hügli]
    - Merge pull request #31 from raharper/fix/pycodestyle-tip
    - reporting: Using a uuid to enforce uniqueness on the KVP keys. [momousta]
    - docs: touchups in rtd intro and README.md
    - doc: update launchpad git refs to github
    - tools: migrate script needs to write tools/.lp-to-git-user
    - github: drop pull-request template to prepare for migration
    - tools: add migrate-lp-user-to-github script to link LP to github
    - github: new basic project readme
    - Release 19.3
    - azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6
    - configdrive: fix subplatform config-drive for /config-drive source
      [David Kindred]
    - DataSourceSmartOS: reconfigure network on each boot [Mike Gerdts]
    - Add config for ssh-key import and consuming user-data [Pavel Zakharov]
    - net: fix subnet_is_ipv6() for stateless|stateful [Harald Jensås]
    - 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
    - azure: Do not lock user on instance id change [Sam Eiderman]
    - net/netplan: use ipv6-mtu key for specifying ipv6 mtu values
    - Fix usages of yaml, and move yaml_dump to safeyaml.dumps. [Scott Moser]
    - exoscale: Increase url_max_wait to 120s. [Chris Glass]
    - net/sysconfig: fix available check on SUSE distros [Robert Schweikert]
    - docs: Fix incorrect Azure IMDS IP address [Joshua Powers]
    - introduce .travis.yml
    - net: enable infiniband support in eni and sysconfig renderers
      [Darren Birkett]
    - 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]
    - net: handle openstack dhcpv6-stateless configuration [Harald Jensås]
    - 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]
    - Add RbxCloud datasource [Adam Dobrawy]
    - get_interfaces: don't exclude bridge and bond members
    - Add support for Arch Linux in render-cloudcfg [Conrad Hoffmann]
    - util: json.dumps on python 2.7 will handle UnicodeDecodeError on binary
    - debian/ubuntu: add missing word to netplan/ENI header
    - ovf: do not generate random instance-id for IMC customization path
    - sysconfig: only write resolv.conf if network_state has DNS values
    - sysconfig: use distro variant to check if available
    - 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]
    - 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: Tue, 03 Dec 2019 14:58:52 -0700
Changed-By: Chad Smith <chad.smith at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/cloud-init/19.3-41-gc4735dd3-0ubuntu1~16.04.1
-------------- next part --------------
Format: 1.8
Date: Tue, 03 Dec 2019 14:58:52 -0700
Source: cloud-init
Architecture: source
Version: 19.3-41-gc4735dd3-0ubuntu1~16.04.1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Chad Smith <chad.smith at canonical.com>
Launchpad-Bugs-Fixed: 1854872
Changes:
 cloud-init (19.3-41-gc4735dd3-0ubuntu1~16.04.1) xenial; urgency=medium
 .
   * refresh patches:
    + debian/patches/ec2-classic-dont-reapply-networking.patch
   * New upstream snapshot. (LP: #1854872)
     - Fix linting failure in test_url_helper (#83) [Eric Lafontaine]
     - url_helper: read_file_or_url should pass headers param into readurl (#66)
     - dmidecode: log result *after* stripping n [Igor Galić]
     - cloud_tests: add azure platform support to integration tests
       [ahosmanmsft]
     - set_passwords: support for FreeBSD (#46) [Igor Galić]
     - tools: migrate-lp-user-to-github removes repo_dir if created (#35)
     - Correct jumbled documentation for cc_set_hostname module (#64) [do3meli]
     - FreeBSD: fix for get_linux_distro() and lru_cache (#59) [Igor Galić]
     - ec2: Add support for AWS IMDS v2 (session-oriented) (#55)
     - tests: Fix cloudsigma tests when no dmidecode data is present. (#57)
       [Scott Moser]
     - net: IPv6, accept_ra, slaac, stateless (#51) [Harald]
     - docs: Update the configdrive datasource links (#44) [Joshua Powers]
     - distro: correctly set usr_lib_exec path for FreeBSD distro (#40)
       [Igor Galić]
     - azure: support secondary ipv6 addresses (#33)
     - Fix metadata check when local-hostname is null (#32) [Mark Goddard]
     - Merge pull request #38 from blackboxsw/cleanup/run-ci-on-pull-request
     - switch default FreeBSD salt minion pkg from py27 to py36
       [Dominic Schlegel]
     - add data-server dns entry as new metadata server detection [Joshua Hügli]
     - Merge pull request #31 from raharper/fix/pycodestyle-tip
     - reporting: Using a uuid to enforce uniqueness on the KVP keys. [momousta]
     - docs: touchups in rtd intro and README.md
     - doc: update launchpad git refs to github
     - tools: migrate script needs to write tools/.lp-to-git-user
     - github: drop pull-request template to prepare for migration
     - tools: add migrate-lp-user-to-github script to link LP to github
     - github: new basic project readme
     - Release 19.3
     - azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6
     - configdrive: fix subplatform config-drive for /config-drive source
       [David Kindred]
     - DataSourceSmartOS: reconfigure network on each boot [Mike Gerdts]
     - Add config for ssh-key import and consuming user-data [Pavel Zakharov]
     - net: fix subnet_is_ipv6() for stateless|stateful [Harald Jensås]
     - 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
     - azure: Do not lock user on instance id change [Sam Eiderman]
     - net/netplan: use ipv6-mtu key for specifying ipv6 mtu values
     - Fix usages of yaml, and move yaml_dump to safeyaml.dumps. [Scott Moser]
     - exoscale: Increase url_max_wait to 120s. [Chris Glass]
     - net/sysconfig: fix available check on SUSE distros [Robert Schweikert]
     - docs: Fix incorrect Azure IMDS IP address [Joshua Powers]
     - introduce .travis.yml
     - net: enable infiniband support in eni and sysconfig renderers
       [Darren Birkett]
     - 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]
     - net: handle openstack dhcpv6-stateless configuration [Harald Jensås]
     - 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]
     - Add RbxCloud datasource [Adam Dobrawy]
     - get_interfaces: don't exclude bridge and bond members
     - Add support for Arch Linux in render-cloudcfg [Conrad Hoffmann]
     - util: json.dumps on python 2.7 will handle UnicodeDecodeError on binary
     - debian/ubuntu: add missing word to netplan/ENI header
     - ovf: do not generate random instance-id for IMC customization path
     - sysconfig: only write resolv.conf if network_state has DNS values
     - sysconfig: use distro variant to check if available
     - 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]
     - 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:
 7dd4f0dd3e7e1f010d71ff3950a43a5d372077ff 2483 cloud-init_19.3-41-gc4735dd3-0ubuntu1~16.04.1.dsc
 fa2d976998ab396582b4f2c9d5b87b6859985e0e 1083676 cloud-init_19.3-41-gc4735dd3.orig.tar.gz
 f7cb09177b810331e8824f5583672d94ef18957b 83928 cloud-init_19.3-41-gc4735dd3-0ubuntu1~16.04.1.debian.tar.xz
 f3d555d7c5d18283540c2e7c6c73aadc63b73a51 8288 cloud-init_19.3-41-gc4735dd3-0ubuntu1~16.04.1_source.buildinfo
Checksums-Sha256:
 b294c4af5bd4b8e4f216aafd57038506dfaa35e9aa5401ab343038fd841e8435 2483 cloud-init_19.3-41-gc4735dd3-0ubuntu1~16.04.1.dsc
 48cb7396b69f0306a23bd7d9e3302c72777566b7458ce087e3aa480ce092c6be 1083676 cloud-init_19.3-41-gc4735dd3.orig.tar.gz
 e3989eb645166221e67927be0073344c89b69849e85a0e54aec6a8b832a2307f 83928 cloud-init_19.3-41-gc4735dd3-0ubuntu1~16.04.1.debian.tar.xz
 3182c0710ea408c1242b1c355a20bfaebc05c40b9c91c1b95c6ef25a25197502 8288 cloud-init_19.3-41-gc4735dd3-0ubuntu1~16.04.1_source.buildinfo
Files:
 72602aad1d5035a529f4303d0d3a83e0 2483 admin extra cloud-init_19.3-41-gc4735dd3-0ubuntu1~16.04.1.dsc
 ca3cfdba81d0bbe52fcb853ae36160b9 1083676 admin extra cloud-init_19.3-41-gc4735dd3.orig.tar.gz
 78260a42c9c26d955c93d77d87698ca7 83928 admin extra cloud-init_19.3-41-gc4735dd3-0ubuntu1~16.04.1.debian.tar.xz
 33a915197e30def8fac6c3d0c740c08e 8288 admin extra cloud-init_19.3-41-gc4735dd3-0ubuntu1~16.04.1_source.buildinfo


More information about the Xenial-changes mailing list