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

Subscribers

People subscribed via source and target branches