Merge ~smoser/cloud-init:release/18.4 into cloud-init:master

Proposed by Scott Moser
Status: Merged
Merged at revision: e28000457591bde9f22d6b7a538b1fc33349d780
Proposed branch: ~smoser/cloud-init:release/18.4
Merge into: cloud-init:master
Diff against target: 104 lines (+84/-1)
2 files modified
ChangeLog (+83/-0)
cloudinit/version.py (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Ryan Harper Approve
Joshua Powers (community) Approve
Review via email: mp+356019@code.launchpad.net

Commit message

release 18.4

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

LP: #1795741

Description of the change

see commit message

To post a comment you must log in.
Revision history for this message
Joshua Powers (powersj) wrote :

ship it

review: Approve
Revision history for this message
Ryan Harper (raharper) :
review: Approve
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

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

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/359/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 72c5287..9c043b0 100644
3--- a/ChangeLog
4+++ b/ChangeLog
5@@ -1,3 +1,86 @@
6+18.4:
7+ - add rtd example docs about new standardized keys
8+ - use ds._crawled_metadata instance attribute if set when writing
9+ instance-data.json
10+ - ec2: update crawled metadata. add standardized keys
11+ - tests: allow skipping an entire cloud_test without running.
12+ - tests: disable lxd tests on cosmic
13+ - cii-tests: use unittest2.SkipTest in ntp_chrony due to new deps
14+ - lxd: adjust to snap installed lxd.
15+ - docs: surface experimental doc in instance-data.json
16+ - tests: fix ec2 integration tests. process meta_data instead of meta-data
17+ - Add support for Infiniband network interfaces (IPoIB). [Mark Goddard]
18+ - cli: add cloud-init query subcommand to query instance metadata
19+ - tools/tox-venv: update for new features.
20+ - pylint: ignore warning assignment-from-no-return for _write_network
21+ - stages: Fix bug causing datasource to have incorrect sys_cfg.
22+ (LP: #1787459)
23+ - Remove dead-code _write_network distro implementations.
24+ - net_util: ensure static configs have netmask in translate_network result
25+ [Thomas Berger] (LP: #1792454)
26+ - Fall back to root:root on syslog permissions if other options fail.
27+ [Robert Schweikert]
28+ - tests: Add mock for util.get_hostname. [Robert Schweikert] (LP: #1792799)
29+ - ds-identify: doc string cleanup.
30+ - OpenStack: Support setting mac address on bond.
31+ [Fabian Wiesel] (LP: #1682064)
32+ - bash_completion/cloud-init: fix shell syntax error.
33+ - EphemeralIPv4Network: Be more explicit when adding default route.
34+ (LP: #1792415)
35+ - OpenStack: support reading of newer versions of metdata.
36+ - OpenStack: fix bug causing 'latest' version to be used from network.
37+ (LP: #1792157)
38+ - user-data: jinja template to render instance-data.json in cloud-config
39+ (LP: #1791781)
40+ - config: disable ssh access to a configured user account
41+ - tests: print failed testname instead of docstring upon failure
42+ - tests: Disallow use of util.subp except for where needed.
43+ - sysconfig: refactor sysconfig to accept distro specific templates paths
44+ - Add unit tests for config/cc_ssh.py [Francis Ginther]
45+ - Fix the built-in cloudinit/tests/helpers:skipIf
46+ - read-version: enhance error message [Joshua Powers]
47+ - hyperv_reporting_handler: simplify threaded publisher
48+ - VMWare: Fix a network config bug in vm with static IPv4 and no gateway.
49+ [Pengpeng Sun] (LP: #1766538)
50+ - logging: Add logging config type hyperv for reporting via Azure KVP
51+ [Andy Liu]
52+ - tests: disable other snap test as well [Joshua Powers]
53+ - tests: disable snap, fix write_files binary [Joshua Powers]
54+ - Add datasource Oracle Compute Infrastructure (OCI).
55+ - azure: allow azure to generate network configuration from IMDS per boot.
56+ - Scaleway: Add network configuration to the DataSource [Louis Bouchard]
57+ - docs: Fix example cloud-init analyze command to match output.
58+ [Wesley Gao]
59+ - netplan: Correctly render macaddress on a bonds and bridges when
60+ provided. (LP: #1784699)
61+ - tools: Add 'net-convert' subcommand command to 'cloud-init devel'.
62+ - redhat: remove ssh keys on new instance. (LP: #1781094)
63+ - Use typeset or local in profile.d scripts. (LP: #1784713)
64+ - OpenNebula: Fix null gateway6 [Akihiko Ota] (LP: #1768547)
65+ - oracle: fix detect_openstack to report True on OracleCloud.com DMI data
66+ (LP: #1784685)
67+ - tests: improve LXDInstance trying to workaround or catch bug.
68+ - update_metadata re-config on every boot comments and tests not quite
69+ right [Mike Gerdts]
70+ - tests: Collect build_info from system if available.
71+ - pylint: Fix pylint warnings reported in pylint 2.0.0.
72+ - get_linux_distro: add support for rhel via redhat-release.
73+ - get_linux_distro: add support for centos6 and rawhide flavors of redhat
74+ (LP: #1781229)
75+ - tools: add '--debug' to tools/net-convert.py
76+ - tests: bump the version of paramiko to 2.4.1.
77+ - docs: note in rtd about avoiding /tmp when writing files (LP: #1727876)
78+ - ubuntu,centos,debian: get_linux_distro to align with platform.dist
79+ (LP: #1780481)
80+ - Fix boothook docs on environment variable name (INSTANCE_I ->
81+ INSTANCE_ID) [Marc Tamsky]
82+ - update_metadata: a datasource can support network re-config every boot
83+ - tests: drop salt-minion integration test (LP: #1778737)
84+ - Retry on failed import of gpg receive keys.
85+ - tools: Fix run-container when neither source or binary package requested.
86+ - docs: Fix a small spelling error. [Oz N Tiram]
87+ - tox: use simplestreams from git repository rather than bzr.
88+
89 18.3:
90 - docs: represent sudo:false in docs for user_groups config module
91 - Explicitly prevent `sudo` access for user module
92diff --git a/cloudinit/version.py b/cloudinit/version.py
93index 3b60fc4..844a02e 100644
94--- a/cloudinit/version.py
95+++ b/cloudinit/version.py
96@@ -4,7 +4,7 @@
97 #
98 # This file is part of cloud-init. See LICENSE file for license information.
99
100-__VERSION__ = "18.3"
101+__VERSION__ = "18.4"
102 _PACKAGED_VERSION = '@@PACKAGED_VERSION@@'
103
104 FEATURES = [

Subscribers

People subscribed via source and target branches