From 1e2c2f84cf68e19728f7bc51f0c9322c3e895019 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 22 Feb 2018 16:40:05 -0500 Subject: release 18.1 Bump the version in cloudinit/version.py to be 18.1 and update ChangeLog. LP: #1751145 --- ChangeLog | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31c2dcbb..be4c3577 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +18.1: + - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi] + - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980) + - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert] + - ds-identify: check /writable/system-data/ for nocloud seed. + (LP: #1747070) + - tests: run nosetests in cloudinit/ directory, fix py26 fallout. + - tools: run-centos: git clone rather than tar. + - tests: add support for logs with lxd from snap and future lxd 3. + (LP: #1745663) + - EC2: Fix get_instance_id called against cached datasource pickle. + (LP: #1748354) + - cli: fix cloud-init status to report running when before result.json + (LP: #1747965) + - net: accept network-config in netplan format for renaming interfaces + (LP: #1709715) + - Fix ssh keys validation in ssh_util [Tatiana Kholkina] + - docs: Update RTD content for cloud-init subcommands. + - OVF: Extend well-known labels to include OVFENV. (LP: #1698669) + - Fix potential cases of uninitialized variables. (LP: #1744796) + - tests: Collect script output as binary, collect systemd journal, fix lxd. + - HACKING.rst: mention setting user name and email via git config. + - Azure VM Preprovisioning support. [Douglas Jordan] (LP: #1734991) + - tools/read-version: Fix read-version when in a git worktree. + - docs: Fix typos in docs and one debug message. [Florian Grignon] + - btrfs: support resizing if root is mounted ro. + [Robert Schweikert] (LP: #1734787) + - OpenNebula: Improve network configuration support. + [Akihiko Ota] (LP: #1719157, #1716397, #1736750) + - tests: Fix EC2 Platform to return console output as bytes. + - tests: Fix attempted use of /run in a test case. + - GCE: Improvements and changes to ssh key behavior for default user. + [Max Illfelder] (LP: #1670456, #1707033, #1707037, #1707039) + - subp: make ProcessExecutionError have expected types in stderr, stdout. + - tests: when querying ntp server, do not do dns resolution. + - Recognize uppercase vfat disk labels [James Penick] (LP: #1598783) + - tests: remove zesty as supported OS to test [Joshua Powers] + - Do not log warning on config files that represent None. (LP: #1742479) + - tests: Use git hash pip dependency format for pylxd. + - tests: add integration requirements text file [Joshua Powers] + - MAAS: add check_instance_id based off oauth tokens. (LP: #1712680) + - tests: update apt sources list test [Joshua Powers] + - tests: clean up image properties [Joshua Powers] + - tests: rename test ssh keys to avoid appearance of leaking private keys. + [Joshua Powers] + - tests: Enable AWS EC2 Integration Testing [Joshua Powers] + - cli: cloud-init clean handles symlinks (LP: #1741093) + - SUSE: Add a basic test of network config rendering. [Robert Schweikert] + - Azure: Only bounce network when necessary. (LP: #1722668) + - lint: Fix lints seen by pylint version 1.8.1. + - cli: Fix error in cloud-init modules --mode=init. (LP: #1736600) + 17.2: - ds-identify: failure in NoCloud due to unset variable usage. (LP: #1737704) -- cgit v1.2.3 From 8caa3bcf8f2c5b3a448b9d892d4cf53ed8db9be9 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Tue, 27 Mar 2018 12:49:38 -0600 Subject: release 18.2 Bump the version in cloudinit/version.py to be 18.2 and update ChangeLog. LP: #1759318 --- ChangeLog | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ cloudinit/version.py | 2 +- 2 files changed, 59 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be4c3577..daa7ccf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +18.2: + - Hetzner: Exit early if dmi system-manufacturer is not Hetzner. + - Add missing dependency on isc-dhcp-client to trunk ubuntu packaging. + (LP: #1759307) + - FreeBSD: resizefs module now able to handle zfs/zpool. + [Dominic Schlegel] (LP: #1721243) + - 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] (LP: #1752977) + - Revert the logic of exception_cb in read_url. + [Kurt Garloff] (LP: #1702160, #1298921) + - ubuntu-advantage: Add new config module to support + ubuntu-advantage-tools + - Handle global dns entries in netplan (LP: #1750884) + - Identify OpenTelekomCloud Xen as OpenStack DS. + [Kurt Garloff] (LP: #1756471) + - datasources: fix DataSource subclass get_hostname method signature + (LP: #1757176) + - 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. + (LP: #1752391) + - 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 (LP: #1735821) + - util: Fix subp regression. Allow specifying subp command as a string. + (LP: #1755965) + - doc: fix all warnings issued by 'tox -e doc' + - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499) + - 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. + (LP: #1746455) + - tests: Centralize and re-use skipTest based on json schema presense. + - This commit fixes get_hostname on the AzureDataSource. + [Douglas Jordan] (LP: #1754495) + - shellify: raise TypeError on bad input. + - Make salt minion module work on FreeBSD. + [Dominic Schlegel] (LP: #1721503) + - 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. (LP: #1752711) + - doc: fix chef install from apt packages example in RTD. + - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804) + - subp: Fix subp usage with non-ascii characters when no system locale. + (LP: #1751051) + - salt: configure grains in grains file rather than in minion config. + [Daniel Wallace] + 18.1: - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi] - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980) diff --git a/cloudinit/version.py b/cloudinit/version.py index 4a682ada..ccd0f84e 100644 --- a/cloudinit/version.py +++ b/cloudinit/version.py @@ -4,7 +4,7 @@ # # This file is part of cloud-init. See LICENSE file for license information. -__VERSION__ = "18.1" +__VERSION__ = "18.2" FEATURES = [ # supports network config version 1 -- cgit v1.2.3