[ubuntu/xenial-proposed] cloud-init 18.2-4-g05926e48-0ubuntu1~16.04.1 (Accepted)

Chad Smith chad.smith at canonical.com
Thu Apr 5 19:02:58 UTC 2018


cloud-init (18.2-4-g05926e48-0ubuntu1~16.04.1) xenial-proposed; urgency=medium

  * debian/new-upstream-snapshot: Remove script, now maintained elsewhere.
  * New upstream snapshot. (LP: #1759406)
    - tests: fix integration tests to support lxd 3.0 release
    - correct documentation to match correct attribute name usage.
      [Dominic Schlegel]
    - cc_resizefs, util: handle no /dev/zfs
    - doc: Fix links in OpenStack datasource documentation. [Dominic Schlegel]

cloud-init (18.2-0ubuntu1~16.04.1) xenial-proposed; urgency=medium

  * Drop the following cherry picks in debian/patches. They are now
    incorporated now incorporated in the upstream source:
    + cpick-40e7738-GCE-fix-reading-of-user-data-that-is-not-base64-encoded
  * Refresh patches against upstream:
    + azure-use-walinux-agent.patch
    + ds-identify-behavior-xenial.patch
  * New upstream release. (LP: #1759406)
    - release 18.2
    - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.
    - Add missing dependency on isc-dhcp-client to trunk ubuntu packaging.
    - FreeBSD: resizefs module now able to handle zfs/zpool. [Dominic Schlegel]
    - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs
    - Enable IBMCloud datasource in settings.py.
    - IBMCloud: Initial IBM Cloud datasource.
    - tests: remove jsonschema from xenial tox environment.
    - tests: Fix newly added schema unit tests to skip if no jsonschema.
    - ec2: Adjust ec2 datasource after exception_cb change.
    - Reduce AzurePreprovisioning HTTP timeouts. [Douglas Jordan]
    - Revert the logic of exception_cb in read_url. [Kurt Garloff]
    - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools
    - Handle global dns entries in netplan
    - Identify OpenTelekomCloud Xen as OpenStack DS. [Kurt Garloff]
    - datasources: fix DataSource subclass get_hostname method signature
    - OpenNebula: Update network to return v2 config rather than ENI.
      [Akihiko Ota]
    - Add Hetzner Cloud DataSource
    - net: recognize iscsi root cases without ip= on kernel command line.
    - tests: fix flakes warning for unused variable
    - tests: patch leaked stderr messages from snap unit tests
    - cc_snap: Add new module to install and configure snapd and snap packages.
    - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.
    - netplan: render bridge port-priority values
    - util: Fix subp regression. Allow specifying subp command as a string.
    - doc: fix all warnings issued by 'tox -e doc'
    - FreeBSD: Set hostname to FQDN. [Dominic Schlegel]
    - tests: fix run_tree and bddeb
    - tests: Fix some warnings in tests that popped up with newer python.
    - set_hostname: When present in metadata, set it before network bringup.
    - tests: Centralize and re-use skipTest based on json schema presense.
    - This commit fixes get_hostname on the AzureDataSource. [Douglas Jordan]
    - shellify: raise TypeError on bad input.
    - Make salt minion module work on FreeBSD. [Dominic Schlegel]
    - Simplify some comparisions. [Rémy Léone]
    - Change some list creation and population to literal. [Rémy Léone]
    - GCE: fix reading of user-data that is not base64 encoded.
    - doc: fix chef install from apt packages example in RTD.
    - Implement puppet 4 support [Romanos Skiadas]
    - subp: Fix subp usage with non-ascii characters when no system locale.
    - salt: configure grains in grains file rather than in minion config.
      [Daniel Wallace]
    - release 18.1
    - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]
    - ds-identify: Fix searching for iso9660 OVF cdroms.
    - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert]
    - ds-identify: check /writable/system-data/ for nocloud seed.
    - tests: run nosetests in cloudinit/ directory, fix py26 fallout.
    - tools: run-centos: git clone rather than tar.

Date: Tue, 03 Apr 2018 17:01:55 -0600
Changed-By: Chad Smith <chad.smith at canonical.com>
Maintainer: Scott Moser <smoser at ubuntu.com>
Signed-By: Nish Aravamudan <nish.aravamudan at canonical.com>
https://launchpad.net/ubuntu/+source/cloud-init/18.2-4-g05926e48-0ubuntu1~16.04.1
-------------- next part --------------
Format: 1.8
Date: Tue, 03 Apr 2018 17:01:55 -0600
Source: cloud-init
Binary: cloud-init grub-legacy-ec2 ec2-init
Architecture: source
Version: 18.2-4-g05926e48-0ubuntu1~16.04.1
Distribution: xenial-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
 ec2-init   - package renamed -> cloud-init
 grub-legacy-ec2 - Handles update-grub for ec2 instances
Launchpad-Bugs-Fixed: 1759406
Changes:
 cloud-init (18.2-4-g05926e48-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
 .
   * debian/new-upstream-snapshot: Remove script, now maintained elsewhere.
   * New upstream snapshot. (LP: #1759406)
     - tests: fix integration tests to support lxd 3.0 release
     - correct documentation to match correct attribute name usage.
       [Dominic Schlegel]
     - cc_resizefs, util: handle no /dev/zfs
     - doc: Fix links in OpenStack datasource documentation. [Dominic Schlegel]
 .
 cloud-init (18.2-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
 .
   * Drop the following cherry picks in debian/patches. They are now
     incorporated now incorporated in the upstream source:
     + cpick-40e7738-GCE-fix-reading-of-user-data-that-is-not-base64-encoded
   * Refresh patches against upstream:
     + azure-use-walinux-agent.patch
     + ds-identify-behavior-xenial.patch
   * New upstream release. (LP: #1759406)
     - release 18.2
     - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.
     - Add missing dependency on isc-dhcp-client to trunk ubuntu packaging.
     - FreeBSD: resizefs module now able to handle zfs/zpool. [Dominic Schlegel]
     - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs
     - Enable IBMCloud datasource in settings.py.
     - IBMCloud: Initial IBM Cloud datasource.
     - tests: remove jsonschema from xenial tox environment.
     - tests: Fix newly added schema unit tests to skip if no jsonschema.
     - ec2: Adjust ec2 datasource after exception_cb change.
     - Reduce AzurePreprovisioning HTTP timeouts. [Douglas Jordan]
     - Revert the logic of exception_cb in read_url. [Kurt Garloff]
     - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools
     - Handle global dns entries in netplan
     - Identify OpenTelekomCloud Xen as OpenStack DS. [Kurt Garloff]
     - datasources: fix DataSource subclass get_hostname method signature
     - OpenNebula: Update network to return v2 config rather than ENI.
       [Akihiko Ota]
     - Add Hetzner Cloud DataSource
     - net: recognize iscsi root cases without ip= on kernel command line.
     - tests: fix flakes warning for unused variable
     - tests: patch leaked stderr messages from snap unit tests
     - cc_snap: Add new module to install and configure snapd and snap packages.
     - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.
     - netplan: render bridge port-priority values
     - util: Fix subp regression. Allow specifying subp command as a string.
     - doc: fix all warnings issued by 'tox -e doc'
     - FreeBSD: Set hostname to FQDN. [Dominic Schlegel]
     - tests: fix run_tree and bddeb
     - tests: Fix some warnings in tests that popped up with newer python.
     - set_hostname: When present in metadata, set it before network bringup.
     - tests: Centralize and re-use skipTest based on json schema presense.
     - This commit fixes get_hostname on the AzureDataSource. [Douglas Jordan]
     - shellify: raise TypeError on bad input.
     - Make salt minion module work on FreeBSD. [Dominic Schlegel]
     - Simplify some comparisions. [Rémy Léone]
     - Change some list creation and population to literal. [Rémy Léone]
     - GCE: fix reading of user-data that is not base64 encoded.
     - doc: fix chef install from apt packages example in RTD.
     - Implement puppet 4 support [Romanos Skiadas]
     - subp: Fix subp usage with non-ascii characters when no system locale.
     - salt: configure grains in grains file rather than in minion config.
       [Daniel Wallace]
     - release 18.1
     - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]
     - ds-identify: Fix searching for iso9660 OVF cdroms.
     - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert]
     - ds-identify: check /writable/system-data/ for nocloud seed.
     - tests: run nosetests in cloudinit/ directory, fix py26 fallout.
     - tools: run-centos: git clone rather than tar.
Checksums-Sha1:
 6eaf14f1a01fdbfc553395f1f0784a5f764a3a8d 2106 cloud-init_18.2-4-g05926e48-0ubuntu1~16.04.1.dsc
 50b5d640e1ea89e47861a8944a38eb7226d2cc73 868384 cloud-init_18.2-4-g05926e48.orig.tar.gz
 dcb1310db99167b0bb38488feddc3787046df983 67756 cloud-init_18.2-4-g05926e48-0ubuntu1~16.04.1.debian.tar.xz
 c04426cfd054ac79b5ff1c2a78b8c27c3489a606 7800 cloud-init_18.2-4-g05926e48-0ubuntu1~16.04.1_source.buildinfo
Checksums-Sha256:
 08074b1673ccc0e6a0ab11bd58db21355c4e7000a2669b45161429bc93a778ab 2106 cloud-init_18.2-4-g05926e48-0ubuntu1~16.04.1.dsc
 a72614fd32f0271308bdbba15c9126e6a6bf7bb8601ecbfacd03af752058007a 868384 cloud-init_18.2-4-g05926e48.orig.tar.gz
 db07f4eb06722d3a74954ffe6358b6a19245dc014c467a851e5e2b742aa53f05 67756 cloud-init_18.2-4-g05926e48-0ubuntu1~16.04.1.debian.tar.xz
 c169c29249334e86e3603fb3080b28f4db3735b45ecd05c78595187bfd20d67c 7800 cloud-init_18.2-4-g05926e48-0ubuntu1~16.04.1_source.buildinfo
Files:
 f7c70e40d61c7f56b5db241012f582dc 2106 admin extra cloud-init_18.2-4-g05926e48-0ubuntu1~16.04.1.dsc
 af7177cc299b2fa42de5507eb97ec59d 868384 admin extra cloud-init_18.2-4-g05926e48.orig.tar.gz
 f8b4ae5a89088c1e87d8588aaefd7b52 67756 admin extra cloud-init_18.2-4-g05926e48-0ubuntu1~16.04.1.debian.tar.xz
 85b2a6b642129f33e4a2b6acc670c5d3 7800 admin extra cloud-init_18.2-4-g05926e48-0ubuntu1~16.04.1_source.buildinfo


More information about the Xenial-changes mailing list