[ubuntu/xenial-proposed] cloud-init 18.2-0ubuntu1~16.04.1 (Accepted)
Chad Smith
chad.smith at canonical.com
Thu Mar 29 21:56:55 UTC 2018
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: Wed, 28 Mar 2018 12:32:23 -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.2-0ubuntu1~16.04.1
-------------- next part --------------
Format: 1.8
Date: Wed, 28 Mar 2018 12:32:23 -0600
Source: cloud-init
Binary: cloud-init grub-legacy-ec2 ec2-init
Architecture: source
Version: 18.2-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-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:
1ebe8a9badfc8d83a71df8b3df460c2b705247f9 2326 cloud-init_18.2-0ubuntu1~16.04.1.dsc
703864e79a15335d1e2552866b63d25f55f8a555 867297 cloud-init_18.2.orig.tar.gz
98af761ddde2478b53ca97b35ae004e553f44fef 68744 cloud-init_18.2-0ubuntu1~16.04.1.debian.tar.xz
2120187c32e45b8b09b88120fa74e880d1c83e3c 8252 cloud-init_18.2-0ubuntu1~16.04.1_source.buildinfo
Checksums-Sha256:
777655bc2dc250ddd18e9e31cb022e1e1ca8ad93c299db8f03fadd25d399ebd5 2326 cloud-init_18.2-0ubuntu1~16.04.1.dsc
0224969ebdae6eadffc5f40823bb206d8b05d99a1b730018535102f38b155249 867297 cloud-init_18.2.orig.tar.gz
3560b5d74a40468cee95c9e1db5ae5a823999bd620fcdd682c75de341573a646 68744 cloud-init_18.2-0ubuntu1~16.04.1.debian.tar.xz
cffd063eefd83c0909aa422b62b852ebcd3a30bf8d15853e4aee4ea5151a91e1 8252 cloud-init_18.2-0ubuntu1~16.04.1_source.buildinfo
Files:
058a61b19a41128dcabf8d273bbba01a 2326 admin extra cloud-init_18.2-0ubuntu1~16.04.1.dsc
1fa81054101f3432340026fc210d4917 867297 admin extra cloud-init_18.2.orig.tar.gz
f154da4581bc54449a1ad32ab9a94f4f 68744 admin extra cloud-init_18.2-0ubuntu1~16.04.1.debian.tar.xz
add3cf872dc356cc06727615250006ac 8252 admin extra cloud-init_18.2-0ubuntu1~16.04.1_source.buildinfo
More information about the Xenial-changes
mailing list