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

Chad Smith chad.smith at canonical.com
Fri Oct 5 17:27:30 UTC 2018


cloud-init (18.4-0ubuntu1~18.04.1) bionic-proposed; urgency=medium

  * drop the following cherry-picks now included:
    + cpick-3cee0bf8-oracle-fix-detect_openstack-to-report-True-on
  * refresh patches:
   + debian/patches/openstack-no-network-config.patch
  * New upstream release. (LP: #1795953)
    - release 18.4
    - tests: allow skipping an entire cloud_test without running.
    - tests: disable lxd tests on cosmic
    - cii-tests: use unittest2.SkipTest in ntp_chrony due to new deps
    - lxd: adjust to snap installed lxd.
    - docs: surface experimental doc in instance-data.json
    - tests: fix ec2 integration tests. process meta_data instead of meta-data
    - Add support for Infiniband network interfaces (IPoIB). [Mark Goddard]
    - cli: add cloud-init query subcommand to query instance metadata
    - tools/tox-venv: update for new features.
    - pylint: ignore warning assignment-from-no-return for _write_network
    - stages: Fix bug causing datasource to have incorrect sys_cfg.
    - Remove dead-code _write_network distro implementations.
    - net_util: ensure static configs have netmask in translate_network result
      [Thomas Berger]
    - Fall back to root:root on syslog permissions if other options fail.
      [Robert Schweikert]
    - tests: Add mock for util.get_hostname. [Robert Schweikert]
    - ds-identify: doc string cleanup.
    - OpenStack: Support setting mac address on bond. [Fabian Wiesel]
    - bash_completion/cloud-init: fix shell syntax error.
    - EphemeralIPv4Network: Be more explicit when adding default route.
    - OpenStack: support reading of newer versions of metdata.
    - OpenStack: fix bug causing 'latest' version to be used from network.
    - user-data: jinja template to render instance-data.json in cloud-config
    - config: disable ssh access to a configured user account
    - tests: print failed testname instead of docstring upon failure
    - tests: Disallow use of util.subp except for where needed.
    - sysconfig: refactor sysconfig to accept distro specific templates paths
    - Add unit tests for config/cc_ssh.py [Francis Ginther]
    - Fix the built-in cloudinit/tests/helpers:skipIf
    - read-version: enhance error message [Joshua Powers]
    - hyperv_reporting_handler: simplify threaded publisher
    - VMWare: Fix a network config bug in vm with static IPv4 and no gateway.
      [Pengpeng Sun]
    - logging: Add logging config type hyperv for reporting via Azure KVP
      [Andy Liu]
    - tests: disable other snap test as well [Joshua Powers]
    - tests: disable snap, fix write_files binary [Joshua Powers]
    - Add datasource Oracle Compute Infrastructure (OCI).
    - azure: allow azure to generate network configuration from IMDS per boot.
    - Scaleway: Add network configuration to the DataSource [Louis Bouchard]
    - docs: Fix example cloud-init analyze command to match output.
      [Wesley Gao]
    - netplan: Correctly render macaddress on a bonds and bridges when
      provided.
    - tools: Add 'net-convert' subcommand command to 'cloud-init devel'.
    - redhat: remove ssh keys on new instance.
    - Use typeset or local in profile.d scripts.
    - OpenNebula: Fix null gateway6 [Akihiko Ota]
    - oracle: fix detect_openstack to report True on OracleCloud.com DMI data
    - tests: improve LXDInstance trying to workaround or catch bug.
    - update_metadata re-config on every boot comments and tests not quite
      right [Mike Gerdts]
    - tests: Collect build_info from system if available.
    - pylint: Fix pylint warnings reported in pylint 2.0.0.
    - get_linux_distro: add support for rhel via redhat-release.
    - get_linux_distro: add support for centos6 and rawhide flavors of redhat
    - tools: add '--debug' to tools/net-convert.py
    - tests: bump the version of paramiko to 2.4.1.

Date: Wed, 03 Oct 2018 12:12:13 -0600
Changed-By: Chad Smith <chad.smith at canonical.com>
Maintainer: Scott Moser <smoser at ubuntu.com>
https://launchpad.net/ubuntu/+source/cloud-init/18.4-0ubuntu1~18.04.1
-------------- next part --------------
Format: 1.8
Date: Wed, 03 Oct 2018 12:12:13 -0600
Source: cloud-init
Binary: cloud-init
Architecture: source
Version: 18.4-0ubuntu1~18.04.1
Distribution: bionic-proposed
Urgency: medium
Maintainer: Scott Moser <smoser at ubuntu.com>
Changed-By: Chad Smith <chad.smith at canonical.com>
Description:
 cloud-init - Init scripts for cloud instances
Launchpad-Bugs-Fixed: 1795953
Changes:
 cloud-init (18.4-0ubuntu1~18.04.1) bionic-proposed; urgency=medium
 .
   * drop the following cherry-picks now included:
     + cpick-3cee0bf8-oracle-fix-detect_openstack-to-report-True-on
   * refresh patches:
    + debian/patches/openstack-no-network-config.patch
   * New upstream release. (LP: #1795953)
     - release 18.4
     - tests: allow skipping an entire cloud_test without running.
     - tests: disable lxd tests on cosmic
     - cii-tests: use unittest2.SkipTest in ntp_chrony due to new deps
     - lxd: adjust to snap installed lxd.
     - docs: surface experimental doc in instance-data.json
     - tests: fix ec2 integration tests. process meta_data instead of meta-data
     - Add support for Infiniband network interfaces (IPoIB). [Mark Goddard]
     - cli: add cloud-init query subcommand to query instance metadata
     - tools/tox-venv: update for new features.
     - pylint: ignore warning assignment-from-no-return for _write_network
     - stages: Fix bug causing datasource to have incorrect sys_cfg.
     - Remove dead-code _write_network distro implementations.
     - net_util: ensure static configs have netmask in translate_network result
       [Thomas Berger]
     - Fall back to root:root on syslog permissions if other options fail.
       [Robert Schweikert]
     - tests: Add mock for util.get_hostname. [Robert Schweikert]
     - ds-identify: doc string cleanup.
     - OpenStack: Support setting mac address on bond. [Fabian Wiesel]
     - bash_completion/cloud-init: fix shell syntax error.
     - EphemeralIPv4Network: Be more explicit when adding default route.
     - OpenStack: support reading of newer versions of metdata.
     - OpenStack: fix bug causing 'latest' version to be used from network.
     - user-data: jinja template to render instance-data.json in cloud-config
     - config: disable ssh access to a configured user account
     - tests: print failed testname instead of docstring upon failure
     - tests: Disallow use of util.subp except for where needed.
     - sysconfig: refactor sysconfig to accept distro specific templates paths
     - Add unit tests for config/cc_ssh.py [Francis Ginther]
     - Fix the built-in cloudinit/tests/helpers:skipIf
     - read-version: enhance error message [Joshua Powers]
     - hyperv_reporting_handler: simplify threaded publisher
     - VMWare: Fix a network config bug in vm with static IPv4 and no gateway.
       [Pengpeng Sun]
     - logging: Add logging config type hyperv for reporting via Azure KVP
       [Andy Liu]
     - tests: disable other snap test as well [Joshua Powers]
     - tests: disable snap, fix write_files binary [Joshua Powers]
     - Add datasource Oracle Compute Infrastructure (OCI).
     - azure: allow azure to generate network configuration from IMDS per boot.
     - Scaleway: Add network configuration to the DataSource [Louis Bouchard]
     - docs: Fix example cloud-init analyze command to match output.
       [Wesley Gao]
     - netplan: Correctly render macaddress on a bonds and bridges when
       provided.
     - tools: Add 'net-convert' subcommand command to 'cloud-init devel'.
     - redhat: remove ssh keys on new instance.
     - Use typeset or local in profile.d scripts.
     - OpenNebula: Fix null gateway6 [Akihiko Ota]
     - oracle: fix detect_openstack to report True on OracleCloud.com DMI data
     - tests: improve LXDInstance trying to workaround or catch bug.
     - update_metadata re-config on every boot comments and tests not quite
       right [Mike Gerdts]
     - tests: Collect build_info from system if available.
     - pylint: Fix pylint warnings reported in pylint 2.0.0.
     - get_linux_distro: add support for rhel via redhat-release.
     - get_linux_distro: add support for centos6 and rawhide flavors of redhat
     - tools: add '--debug' to tools/net-convert.py
     - tests: bump the version of paramiko to 2.4.1.
Checksums-Sha1:
 ee9c3f01a89c781ad8884aec58595bd1b6ca6f2f 2279 cloud-init_18.4-0ubuntu1~18.04.1.dsc
 f5e0602dce83ed1f3ad15149dad772a5a6fb1a44 965112 cloud-init_18.4.orig.tar.gz
 ddefac4cd6583a2b355648f3b29a50fe8f50a0c5 53084 cloud-init_18.4-0ubuntu1~18.04.1.debian.tar.xz
 1379ef1b542bd35eb0d44bced80e98441951ffca 7551 cloud-init_18.4-0ubuntu1~18.04.1_source.buildinfo
Checksums-Sha256:
 ec214feba5706d825adc228ee8145e18b051adba623928ad233cef3be22f96fc 2279 cloud-init_18.4-0ubuntu1~18.04.1.dsc
 13f262f23366402c2b355411b85f7e731a04db0041dcf7f9e13fa5a9c42db344 965112 cloud-init_18.4.orig.tar.gz
 932465ef4a0bab6cd84c0e7611e41d3bf3a9f57d007264011d5fc2956fe88d6b 53084 cloud-init_18.4-0ubuntu1~18.04.1.debian.tar.xz
 17f9b01f87a8a42374dc50490e861bbd3e9db349e34d7c70d9f9414fc833df24 7551 cloud-init_18.4-0ubuntu1~18.04.1_source.buildinfo
Files:
 5be812e0688f8df733fa5effc2b6ebfc 2279 admin extra cloud-init_18.4-0ubuntu1~18.04.1.dsc
 f9f3f5e0ff2695edeaa93553b12f4cca 965112 admin extra cloud-init_18.4.orig.tar.gz
 730bb218b399bf812ea08127da2d03cb 53084 admin extra cloud-init_18.4-0ubuntu1~18.04.1.debian.tar.xz
 3a106b9c51634253c4ed0e387f485fa0 7551 admin extra cloud-init_18.4-0ubuntu1~18.04.1_source.buildinfo


More information about the Bionic-changes mailing list