Merge ~chad.smith/cloud-init:release-18.2 into cloud-init:master

Proposed by Chad Smith
Status: Merged
Merged at revision: 8caa3bcf8f2c5b3a448b9d892d4cf53ed8db9be9
Proposed branch: ~chad.smith/cloud-init:release-18.2
Merge into: cloud-init:master
Diff against target: 79 lines (+59/-1)
2 files modified
ChangeLog (+58/-0)
cloudinit/version.py (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
cloud-init Commiters Pending
Review via email: mp+342217@code.launchpad.net

Commit message

release 18.2

Bump the version in cloudinit/version.py to be 18.2 and update ChangeLog.

LP: #1759318

Description of the change

see commit message

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:2dc93379ff5a721a6edacf182a7f228bdbacee53
https://jenkins.ubuntu.com/server/job/cloud-init-ci/936/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    SUCCESS: MAAS Compatability Testing
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/936/rebuild

review: Approve (continuous-integration)
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:8caa3bcf8f2c5b3a448b9d892d4cf53ed8db9be9
https://jenkins.ubuntu.com/server/job/cloud-init-ci/939/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    SUCCESS: MAAS Compatability Testing
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/939/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ChangeLog b/ChangeLog
2index be4c357..daa7ccf 100644
3--- a/ChangeLog
4+++ b/ChangeLog
5@@ -1,3 +1,61 @@
6+18.2:
7+ - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.
8+ - Add missing dependency on isc-dhcp-client to trunk ubuntu packaging.
9+ (LP: #1759307)
10+ - FreeBSD: resizefs module now able to handle zfs/zpool.
11+ [Dominic Schlegel] (LP: #1721243)
12+ - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs
13+ - Enable IBMCloud datasource in settings.py.
14+ - IBMCloud: Initial IBM Cloud datasource.
15+ - tests: remove jsonschema from xenial tox environment.
16+ - tests: Fix newly added schema unit tests to skip if no jsonschema.
17+ - ec2: Adjust ec2 datasource after exception_cb change.
18+ - Reduce AzurePreprovisioning HTTP timeouts.
19+ [Douglas Jordan] (LP: #1752977)
20+ - Revert the logic of exception_cb in read_url.
21+ [Kurt Garloff] (LP: #1702160, #1298921)
22+ - ubuntu-advantage: Add new config module to support
23+ ubuntu-advantage-tools
24+ - Handle global dns entries in netplan (LP: #1750884)
25+ - Identify OpenTelekomCloud Xen as OpenStack DS.
26+ [Kurt Garloff] (LP: #1756471)
27+ - datasources: fix DataSource subclass get_hostname method signature
28+ (LP: #1757176)
29+ - OpenNebula: Update network to return v2 config rather than ENI.
30+ [Akihiko Ota]
31+ - Add Hetzner Cloud DataSource
32+ - net: recognize iscsi root cases without ip= on kernel command line.
33+ (LP: #1752391)
34+ - tests: fix flakes warning for unused variable
35+ - tests: patch leaked stderr messages from snap unit tests
36+ - cc_snap: Add new module to install and configure snapd and snap
37+ packages.
38+ - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.
39+ - netplan: render bridge port-priority values (LP: #1735821)
40+ - util: Fix subp regression. Allow specifying subp command as a string.
41+ (LP: #1755965)
42+ - doc: fix all warnings issued by 'tox -e doc'
43+ - FreeBSD: Set hostname to FQDN. [Dominic Schlegel] (LP: #1753499)
44+ - tests: fix run_tree and bddeb
45+ - tests: Fix some warnings in tests that popped up with newer python.
46+ - set_hostname: When present in metadata, set it before network bringup.
47+ (LP: #1746455)
48+ - tests: Centralize and re-use skipTest based on json schema presense.
49+ - This commit fixes get_hostname on the AzureDataSource.
50+ [Douglas Jordan] (LP: #1754495)
51+ - shellify: raise TypeError on bad input.
52+ - Make salt minion module work on FreeBSD.
53+ [Dominic Schlegel] (LP: #1721503)
54+ - Simplify some comparisions. [Rémy Léone]
55+ - Change some list creation and population to literal. [Rémy Léone]
56+ - GCE: fix reading of user-data that is not base64 encoded. (LP: #1752711)
57+ - doc: fix chef install from apt packages example in RTD.
58+ - Implement puppet 4 support [Romanos Skiadas] (LP: #1446804)
59+ - subp: Fix subp usage with non-ascii characters when no system locale.
60+ (LP: #1751051)
61+ - salt: configure grains in grains file rather than in minion config.
62+ [Daniel Wallace]
63+
64 18.1:
65 - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]
66 - ds-identify: Fix searching for iso9660 OVF cdroms. (LP: #1749980)
67diff --git a/cloudinit/version.py b/cloudinit/version.py
68index 4a682ad..ccd0f84 100644
69--- a/cloudinit/version.py
70+++ b/cloudinit/version.py
71@@ -4,7 +4,7 @@
72 #
73 # This file is part of cloud-init. See LICENSE file for license information.
74
75-__VERSION__ = "18.1"
76+__VERSION__ = "18.2"
77
78 FEATURES = [
79 # supports network config version 1

Subscribers

People subscribed via source and target branches