Merge ~raharper/cloud-init:release/19.2 into cloud-init:master

Proposed by Ryan Harper
Status: Merged
Merged at revision: 060b1a1ca7b2385aa7f4ed42720063fa557e0671
Proposed branch: ~raharper/cloud-init:release/19.2
Merge into: cloud-init:master
Diff against target: 57 lines (+37/-1)
2 files modified
ChangeLog (+36/-0)
cloudinit/version.py (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Dan Watkins Approve
Review via email: mp+370262@code.launchpad.net

Commit message

Release 19.2

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

LP: #1836921

To post a comment you must log in.
Revision history for this message
Dan Watkins (oddbloke) wrote :

LGTM, with one minor inline comment.

review: Approve
Revision history for this message
Ryan Harper (raharper) wrote :

hrm, maybe I need to refresh my log2dch, lemme fix.

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

PASSED: Continuous integration, rev:0ac27726c358ae9e841dfdd404c637d66089711c
https://jenkins.ubuntu.com/server/job/cloud-init-ci/793/
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/793/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/ChangeLog b/ChangeLog
index bf48fd4..a98f8c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
119.2:
2 - net: add rfc3442 (classless static routes) to EphemeralDHCP
3 (LP: #1821102)
4 - templates/ntp.conf.debian.tmpl: fix missing newline for pools
5 (LP: #1836598)
6 - Support netplan renderer in Arch Linux [Conrad Hoffmann]
7 - Fix typo in publicly viewable documentation. [David Medberry]
8 - Add a cdrom size checker for OVF ds to ds-identify
9 [Pengpeng Sun] (LP: #1806701)
10 - VMWare: Trigger the post customization script via cc_scripts module.
11 [Xiaofeng Wang] (LP: #1833192)
12 - Cloud-init analyze module: Added ability to analyze boot events.
13 [Sam Gilson]
14 - Update debian eni network configuration location, retain Ubuntu setting
15 [Janos Lenart]
16 - net: skip bond interfaces in get_interfaces
17 [Stanislav Makar] (LP: #1812857)
18 - Fix a couple of issues raised by a coverity scan
19 - Add missing dsname for Hetzner Cloud datasource [Markus Schade]
20 - doc: indicate that netplan is default in Ubuntu now
21 - azure: add region and AZ properties from imds compute location metadata
22 - sysconfig: support more bonding options [Penghui Liao]
23 - cloud-init-generator: use libexec path to ds-identify on redhat systems
24 (LP: #1833264)
25 - tools/build-on-freebsd: update to python3 [Gonéri Le Bouder]
26 - Allow identification of OpenStack by Asset Tag
27 [Mark T. Voelker] (LP: #1669875)
28 - Fix spelling error making 'an Ubuntu' consistent. [Brian Murray]
29 - run-container: centos: comment out the repo mirrorlist [Paride Legovini]
30 - netplan: update netplan key mappings for gratuitous-arp (LP: #1827238)
31 - freebsd: fix the name of cloudcfg VARIANT [Gonéri Le Bouder]
32 - freebsd: ability to grow root file system [Gonéri Le Bouder]
33 - freebsd: NoCloud data source support [Gonéri Le Bouder] (LP: #1645824)
34 - Azure: Return static fallback address as if failed to find endpoint
35 [Jason Zions (MSFT)]
36
119.1:3719.1:
2 - freebsd: add chpasswd pkg in the image [Gonéri Le Bouder]38 - freebsd: add chpasswd pkg in the image [Gonéri Le Bouder]
3 - tests: add Eoan release [Paride Legovini]39 - tests: add Eoan release [Paride Legovini]
diff --git a/cloudinit/version.py b/cloudinit/version.py
index ddcd436..b04b11f 100644
--- a/cloudinit/version.py
+++ b/cloudinit/version.py
@@ -4,7 +4,7 @@
4#4#
5# This file is part of cloud-init. See LICENSE file for license information.5# This file is part of cloud-init. See LICENSE file for license information.
66
7__VERSION__ = "19.1"7__VERSION__ = "19.2"
8_PACKAGED_VERSION = '@@PACKAGED_VERSION@@'8_PACKAGED_VERSION = '@@PACKAGED_VERSION@@'
99
10FEATURES = [10FEATURES = [

Subscribers

People subscribed via source and target branches