Merge ~chad.smith/cloud-init:ubuntu/artful into cloud-init:ubuntu/artful

Proposed by Chad Smith
Status: Merged
Merged at revision: 4301a2fcc26530723ae95dba0ac4b64ac284a030
Proposed branch: ~chad.smith/cloud-init:ubuntu/artful
Merge into: cloud-init:ubuntu/artful
Diff against target: 95 lines (+55/-0) (has conflicts)
1 file modified
debian/changelog (+55/-0)
Conflict in debian/changelog
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
cloud-init Commiters Pending
Review via email: mp+342329@code.launchpad.net

Commit message

Proposing a sync of tip for release into Artful using fixes to new-upstream-release.

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:4301a2fcc26530723ae95dba0ac4b64ac284a030
https://jenkins.ubuntu.com/server/job/cloud-init-ci/953/
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/953/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/debian/changelog b/debian/changelog
2index c7fc4fc..e91c0c5 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,5 +1,6 @@
6 cloud-init (18.2-0ubuntu1~17.10.1) artful-proposed; urgency=medium
7
8+<<<<<<< debian/changelog
9 * Drop the following cherry picks in debian/patches. They are now
10 incorporated now incorporated in the upstream source:
11 + cpick-40e7738-GCE-fix-reading-of-user-data-that-is-not-base64-encoded
12@@ -10,12 +11,23 @@ cloud-init (18.2-0ubuntu1~17.10.1) artful-proposed; urgency=medium
13 (LP: #1759307)
14 - FreeBSD: resizefs module now able to handle zfs/zpool.
15 [Dominic Schlegel] (LP: #1721243)
16+=======
17+ * Drop the following cherry picks in debian/patches.
18+ They are now incorporated in the upstream source:
19+ + cpick-40e7738-GCE-fix-reading-of-user-data-that-is-not-base64-encoded
20+ * New upstream release. (LP: #1759406)
21+ - release 18.2
22+ - Hetzner: Exit early if dmi system-manufacturer is not Hetzner.
23+ - Add missing dependency on isc-dhcp-client to trunk ubuntu packaging.
24+ - FreeBSD: resizefs module now able to handle zfs/zpool. [Dominic Schlegel]
25+>>>>>>> debian/changelog
26 - cc_puppet: Revert regression of puppet creating ssl and ssl_cert dirs
27 - Enable IBMCloud datasource in settings.py.
28 - IBMCloud: Initial IBM Cloud datasource.
29 - tests: remove jsonschema from xenial tox environment.
30 - tests: Fix newly added schema unit tests to skip if no jsonschema.
31 - ec2: Adjust ec2 datasource after exception_cb change.
32+<<<<<<< debian/changelog
33 - Reduce AzurePreprovisioning HTTP timeouts.
34 [Douglas Jordan] (LP: #1752977)
35 - Revert the logic of exception_cb in read_url.
36@@ -27,10 +39,19 @@ cloud-init (18.2-0ubuntu1~17.10.1) artful-proposed; urgency=medium
37 [Kurt Garloff] (LP: #1756471)
38 - datasources: fix DataSource subclass get_hostname method signature
39 (LP: #1757176)
40+=======
41+ - Reduce AzurePreprovisioning HTTP timeouts. [Douglas Jordan]
42+ - Revert the logic of exception_cb in read_url. [Kurt Garloff]
43+ - ubuntu-advantage: Add new config module to support ubuntu-advantage-tools
44+ - Handle global dns entries in netplan
45+ - Identify OpenTelekomCloud Xen as OpenStack DS. [Kurt Garloff]
46+ - datasources: fix DataSource subclass get_hostname method signature
47+>>>>>>> debian/changelog
48 - OpenNebula: Update network to return v2 config rather than ENI.
49 [Akihiko Ota]
50 - Add Hetzner Cloud DataSource
51 - net: recognize iscsi root cases without ip= on kernel command line.
52+<<<<<<< debian/changelog
53 (LP: #1752391)
54 - tests: fix flakes warning for unused variable
55 - tests: patch leaked stderr messages from snap unit tests
56@@ -71,6 +92,40 @@ cloud-init (18.2-0ubuntu1~17.10.1) artful-proposed; urgency=medium
57 - tools: run-centos: git clone rather than tar.
58
59 -- Chad Smith <chad.smith@canonical.com> Tue, 27 Mar 2018 20:21:42 -0600
60+=======
61+ - tests: fix flakes warning for unused variable
62+ - tests: patch leaked stderr messages from snap unit tests
63+ - cc_snap: Add new module to install and configure snapd and snap packages.
64+ - tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.
65+ - netplan: render bridge port-priority values
66+ - util: Fix subp regression. Allow specifying subp command as a string.
67+ - doc: fix all warnings issued by 'tox -e doc'
68+ - FreeBSD: Set hostname to FQDN. [Dominic Schlegel]
69+ - tests: fix run_tree and bddeb
70+ - tests: Fix some warnings in tests that popped up with newer python.
71+ - set_hostname: When present in metadata, set it before network bringup.
72+ - tests: Centralize and re-use skipTest based on json schema presense.
73+ - This commit fixes get_hostname on the AzureDataSource. [Douglas Jordan]
74+ - shellify: raise TypeError on bad input.
75+ - Make salt minion module work on FreeBSD. [Dominic Schlegel]
76+ - Simplify some comparisions. [Rémy Léone]
77+ - Change some list creation and population to literal. [Rémy Léone]
78+ - GCE: fix reading of user-data that is not base64 encoded.
79+ - doc: fix chef install from apt packages example in RTD.
80+ - Implement puppet 4 support [Romanos Skiadas]
81+ - subp: Fix subp usage with non-ascii characters when no system locale.
82+ - salt: configure grains in grains file rather than in minion config.
83+ [Daniel Wallace]
84+ - release 18.1
85+ - OVF: Fix VMware support for 64-bit platforms. [Sankar Tanguturi]
86+ - ds-identify: Fix searching for iso9660 OVF cdroms.
87+ - SUSE: Fix groups used for ownership of cloud-init.log [Robert Schweikert]
88+ - ds-identify: check /writable/system-data/ for nocloud seed.
89+ - tests: run nosetests in cloudinit/ directory, fix py26 fallout.
90+ - tools: run-centos: git clone rather than tar.
91+
92+ -- Chad Smith <chad.smith@canonical.com> Wed, 28 Mar 2018 13:08:59 -0600
93+>>>>>>> debian/changelog
94
95 cloud-init (17.2-35-gf576b2a2-0ubuntu1~17.10.2) artful-proposed; urgency=medium
96

Subscribers

People subscribed via source and target branches