[ubuntu/xenial-proposed] cloud-init 18.4-0ubuntu1~16.04.2 (Accepted)
Chad Smith
chad.smith at canonical.com
Wed Oct 17 20:22:31 UTC 2018
cloud-init (18.4-0ubuntu1~16.04.2) xenial; urgency=medium
* cherry-pick 1d5e9aef: azure: Add apply_network_config option to
disable network (LP: #1798424)
* debian/patches/openstack-no-network-config.patch
add patch to default Azure apply_network_config to False. Only
fallback network config on eth0 is generated by cloud-init. IMDS
network_config is ignored.
cloud-init (18.4-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
* drop the following cherry-picks now included:
+ cpick-3cee0bf8-oracle-fix-detect_openstack-to-report-True-on
* refresh patches:
+ debian/patches/azure-use-walinux-agent.patch
+ debian/patches/openstack-no-network-config.patch
* refresh patches:
+ debian/patches/ds-identify-behavior-xenial.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, 17 Oct 2018 12:51:09 -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~16.04.2
-------------- next part --------------
Format: 1.8
Date: Wed, 17 Oct 2018 12:51:09 -0600
Source: cloud-init
Binary: cloud-init grub-legacy-ec2 ec2-init
Architecture: source
Version: 18.4-0ubuntu1~16.04.2
Distribution: xenial
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: 1795953 1798424
Changes:
cloud-init (18.4-0ubuntu1~16.04.2) xenial; urgency=medium
.
* cherry-pick 1d5e9aef: azure: Add apply_network_config option to
disable network (LP: #1798424)
* debian/patches/openstack-no-network-config.patch
add patch to default Azure apply_network_config to False. Only
fallback network config on eth0 is generated by cloud-init. IMDS
network_config is ignored.
.
cloud-init (18.4-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
.
* drop the following cherry-picks now included:
+ cpick-3cee0bf8-oracle-fix-detect_openstack-to-report-True-on
* refresh patches:
+ debian/patches/azure-use-walinux-agent.patch
+ debian/patches/openstack-no-network-config.patch
* refresh patches:
+ debian/patches/ds-identify-behavior-xenial.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:
8006a527f8aa8087cb19685b014ed80930fa5300 2363 cloud-init_18.4-0ubuntu1~16.04.2.dsc
9e45816fb998aad05e5ec98308cbfedbae9e91c5 74132 cloud-init_18.4-0ubuntu1~16.04.2.debian.tar.xz
a4514e964b6384a9d65d6900a942c44f88b3fe73 7552 cloud-init_18.4-0ubuntu1~16.04.2_source.buildinfo
Checksums-Sha256:
2f29ba731f30b0f08ba8058a26686315b58494b0374cc17d67af311ce50d91a0 2363 cloud-init_18.4-0ubuntu1~16.04.2.dsc
c3cb11d86e6626b4abbc2b0345a568b5e39b8a2c0a33722f5780fd0cdd7fb6a2 74132 cloud-init_18.4-0ubuntu1~16.04.2.debian.tar.xz
5158ffe24e06b6da8e9781c61ffe79da8e6a90a292b1a7b5fe6054acab6db22f 7552 cloud-init_18.4-0ubuntu1~16.04.2_source.buildinfo
Files:
432d6cab067f52c0ae53d35b02d46661 2363 admin extra cloud-init_18.4-0ubuntu1~16.04.2.dsc
f9aa81bbfeb320411f52d7c90a5e2921 74132 admin extra cloud-init_18.4-0ubuntu1~16.04.2.debian.tar.xz
d03ea7cf30e306c9339b1b5165d9890c 7552 admin extra cloud-init_18.4-0ubuntu1~16.04.2_source.buildinfo
More information about the Xenial-changes
mailing list