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

Chad Smith chad.smith at canonical.com
Thu Jun 28 17:08:27 UTC 2018


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

  * debian/rules: update version.version_string to contain packaged version.
    (LP: #1770712)
  * debian/patches/openstack-no-network-config.patch
    add patch to ignore Openstack network_config from network_data.json by
    default
  * New upstream release. (LP: #1777912)
    - release 18.3
    - docs: represent sudo:false in docs for user_groups config module
    - Explicitly prevent `sudo` access for user module [Jacob Bednarz]
    - lxd: Delete default network and detach device if lxd-init created them.
    - openstack: avoid unneeded metadata probe on non-openstack platforms
    - stages: fix tracebacks if a module stage is undefined or empty
      [Robert Schweikert]
    - Be more safe on string/bytes when writing multipart user-data to disk.
    - Fix get_proc_env for pids that have non-utf8 content in environment.
    - tests: fix salt_minion integration test on bionic and later
    - tests: provide human-readable integration test summary when --verbose
    - tests: skip chrony integration tests on lxd running artful or older
    - test: add optional --preserve-instance arg to integraiton tests
    - netplan: fix mtu if provided by network config for all rendered types
    - tests: remove pip install workarounds for pylxd, take upstream fix.
    - subp: support combine_capture argument.
    - tests: ordered tox dependencies for pylxd install
    - util: add get_linux_distro function to replace platform.dist
      [Robert Schweikert]
    - pyflakes: fix unused variable references identified by pyflakes 2.0.0.
    - - Do not use the systemd_prefix macro, not available in this environment
      [Robert Schweikert]
    - doc: Add config info to ec2, openstack and cloudstack datasource docs
    - Enable SmartOS network metadata to work with netplan via per-subnet
      routes [Dan McDonald]
    - openstack: Allow discovery in init-local using dhclient in a sandbox.
    - tests: Avoid using https in httpretty, improve HttPretty test case.
    - yaml_load/schema: Add invalid line and column nums to error message
    - Azure: Ignore NTFS mount errors when checking ephemeral drive
      [Paul Meyer]
    - packages/brpm: Get proper dependencies for cmdline distro.
    - packages: Make rpm spec files patch in package version like in debs.
    - tools/run-container: replace tools/run-centos with more generic.
    - Update version.version_string to contain packaged version.
    - cc_mounts: Do not add devices to fstab that are already present.
      [Lars Kellogg-Stedman]
    - ds-identify: ensure that we have certain tokens in PATH.
    - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]
    - read_file_or_url: move to url_helper, fix bug in its FileResponse.
    - cloud_tests: help pylint
    - flake8: fix flake8 errors in previous commit.
    - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]
    - tests: restructure SSH and initial connections [Joshua Powers]
    - ds-identify: recognize container-other as a container, test SmartOS.
    - cloud-config.service: run After snap.seeded.service.
    - tests: do not rely on host /proc/cmdline in test_net.py
      [Lars Kellogg-Stedman]
    - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.
    - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.
    - tests: fix package and ca_cert cloud_tests on bionic
    - ds-identify: make shellcheck 0.4.6 happy with ds-identify.
    - pycodestyle: Fix deprecated string literals, move away from flake8.
    - azure: Add reported ready marker file. [Joshua Chan]
    - tools: Support adding a release suffix through packages/bddeb.
    - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.
      [Harm Weites]
    - tools: Re-use the orig tarball in packages/bddeb if it is around.
    - netinfo: fix netdev_pformat when a nic does not have an address assigned.
    - collect-logs: add -v flag, write to stderr, limit journal to single boot.
    - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.
    - Add reporting events and log_time around early source of blocking time

Date: Thu, 21 Jun 2018 14:37:06 -0600
Changed-By: Chad Smith <chad.smith at canonical.com>
Maintainer: Scott Moser <smoser at ubuntu.com>
Signed-By: Scott Moser <ssmoser2+ubuntu at gmail.com>
https://launchpad.net/ubuntu/+source/cloud-init/18.3-0ubuntu1~18.04.1
-------------- next part --------------
Format: 1.8
Date: Thu, 21 Jun 2018 14:37:06 -0600
Source: cloud-init
Binary: cloud-init
Architecture: source
Version: 18.3-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: 1770712 1777912
Changes:
 cloud-init (18.3-0ubuntu1~18.04.1) bionic-proposed; urgency=medium
 .
   * debian/rules: update version.version_string to contain packaged version.
     (LP: #1770712)
   * debian/patches/openstack-no-network-config.patch
     add patch to ignore Openstack network_config from network_data.json by
     default
   * New upstream release. (LP: #1777912)
     - release 18.3
     - docs: represent sudo:false in docs for user_groups config module
     - Explicitly prevent `sudo` access for user module [Jacob Bednarz]
     - lxd: Delete default network and detach device if lxd-init created them.
     - openstack: avoid unneeded metadata probe on non-openstack platforms
     - stages: fix tracebacks if a module stage is undefined or empty
       [Robert Schweikert]
     - Be more safe on string/bytes when writing multipart user-data to disk.
     - Fix get_proc_env for pids that have non-utf8 content in environment.
     - tests: fix salt_minion integration test on bionic and later
     - tests: provide human-readable integration test summary when --verbose
     - tests: skip chrony integration tests on lxd running artful or older
     - test: add optional --preserve-instance arg to integraiton tests
     - netplan: fix mtu if provided by network config for all rendered types
     - tests: remove pip install workarounds for pylxd, take upstream fix.
     - subp: support combine_capture argument.
     - tests: ordered tox dependencies for pylxd install
     - util: add get_linux_distro function to replace platform.dist
       [Robert Schweikert]
     - pyflakes: fix unused variable references identified by pyflakes 2.0.0.
     - - Do not use the systemd_prefix macro, not available in this environment
       [Robert Schweikert]
     - doc: Add config info to ec2, openstack and cloudstack datasource docs
     - Enable SmartOS network metadata to work with netplan via per-subnet
       routes [Dan McDonald]
     - openstack: Allow discovery in init-local using dhclient in a sandbox.
     - tests: Avoid using https in httpretty, improve HttPretty test case.
     - yaml_load/schema: Add invalid line and column nums to error message
     - Azure: Ignore NTFS mount errors when checking ephemeral drive
       [Paul Meyer]
     - packages/brpm: Get proper dependencies for cmdline distro.
     - packages: Make rpm spec files patch in package version like in debs.
     - tools/run-container: replace tools/run-centos with more generic.
     - Update version.version_string to contain packaged version.
     - cc_mounts: Do not add devices to fstab that are already present.
       [Lars Kellogg-Stedman]
     - ds-identify: ensure that we have certain tokens in PATH.
     - tests: enable Ubuntu Cosmic in integration tests [Joshua Powers]
     - read_file_or_url: move to url_helper, fix bug in its FileResponse.
     - cloud_tests: help pylint
     - flake8: fix flake8 errors in previous commit.
     - typos: Fix spelling mistakes in cc_mounts.py log messages [Stephen Ford]
     - tests: restructure SSH and initial connections [Joshua Powers]
     - ds-identify: recognize container-other as a container, test SmartOS.
     - cloud-config.service: run After snap.seeded.service.
     - tests: do not rely on host /proc/cmdline in test_net.py
       [Lars Kellogg-Stedman]
     - ds-identify: Remove dupe call to is_ds_enabled, improve debug message.
     - SmartOS: fix get_interfaces for nics that do not have addr_assign_type.
     - tests: fix package and ca_cert cloud_tests on bionic
     - ds-identify: make shellcheck 0.4.6 happy with ds-identify.
     - pycodestyle: Fix deprecated string literals, move away from flake8.
     - azure: Add reported ready marker file. [Joshua Chan]
     - tools: Support adding a release suffix through packages/bddeb.
     - FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.
       [Harm Weites]
     - tools: Re-use the orig tarball in packages/bddeb if it is around.
     - netinfo: fix netdev_pformat when a nic does not have an address assigned.
     - collect-logs: add -v flag, write to stderr, limit journal to single boot.
     - IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.
     - Add reporting events and log_time around early source of blocking time
Checksums-Sha1:
 120838feeb64865717e8189c51e63b642035c957 2242 cloud-init_18.3-0ubuntu1~18.04.1.dsc
 a317e2add93578d244328dcf97d46fad1c3140f9 915723 cloud-init_18.3.orig.tar.gz
 a9d87a5ac59a456449b7962df937d7263b39b6e1 51728 cloud-init_18.3-0ubuntu1~18.04.1.debian.tar.xz
 842a9076884b56e6a3b0206fd790731c1e59b42c 8242 cloud-init_18.3-0ubuntu1~18.04.1_source.buildinfo
Checksums-Sha256:
 e75f3623f726fe187328395c6e6c4aac83d240dcbbd1daac42adaa6d2a376f77 2242 cloud-init_18.3-0ubuntu1~18.04.1.dsc
 ba93bffc6bd5ba6117e4f3c59a677d7af3e1621b7482aec4c6ceab9b7b223228 915723 cloud-init_18.3.orig.tar.gz
 ae2ef79c58b15e2ee976adc052b52431e2a90f95a7ab45cf4635691c94d71a2a 51728 cloud-init_18.3-0ubuntu1~18.04.1.debian.tar.xz
 efd405063de328d37ab4ed8239e7ca5c4406a2c8d27e73c322bb8744fa854da0 8242 cloud-init_18.3-0ubuntu1~18.04.1_source.buildinfo
Files:
 1ba6327ab9a1a4b3f32181866119e999 2242 admin extra cloud-init_18.3-0ubuntu1~18.04.1.dsc
 44880f8e4abe125e2450de7663cfb60f 915723 admin extra cloud-init_18.3.orig.tar.gz
 ebd17d4d54c7bf23f87e07365e704de8 51728 admin extra cloud-init_18.3-0ubuntu1~18.04.1.debian.tar.xz
 32b31f05216b23b184e984f6d17fbef5 8242 admin extra cloud-init_18.3-0ubuntu1~18.04.1_source.buildinfo


More information about the Bionic-changes mailing list