summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harper <ryan.harper@canonical.com>2019-07-17 11:11:27 -0500
committerRyan Harper <ryan.harper@canonical.com>2019-07-17 11:30:07 -0500
commit060b1a1ca7b2385aa7f4ed42720063fa557e0671 (patch)
tree61bead49ffeaf00d85b590b87098a3f0fdd43e9d
parent07b17236be5665bb552c7460102bcd07bf8f2be8 (diff)
downloadcloud-init-git-060b1a1ca7b2385aa7f4ed42720063fa557e0671.tar.gz
Release 19.219.2
Bump the version in cloudinit/version.py to be 19.2 and update ChangeLog. LP: #1836921
-rw-r--r--ChangeLog36
-rw-r--r--cloudinit/version.py2
2 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bf48fd48..a98f8c23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+19.2:
+ - net: add rfc3442 (classless static routes) to EphemeralDHCP
+ (LP: #1821102)
+ - templates/ntp.conf.debian.tmpl: fix missing newline for pools
+ (LP: #1836598)
+ - Support netplan renderer in Arch Linux [Conrad Hoffmann]
+ - Fix typo in publicly viewable documentation. [David Medberry]
+ - Add a cdrom size checker for OVF ds to ds-identify
+ [Pengpeng Sun] (LP: #1806701)
+ - VMWare: Trigger the post customization script via cc_scripts module.
+ [Xiaofeng Wang] (LP: #1833192)
+ - Cloud-init analyze module: Added ability to analyze boot events.
+ [Sam Gilson]
+ - Update debian eni network configuration location, retain Ubuntu setting
+ [Janos Lenart]
+ - net: skip bond interfaces in get_interfaces
+ [Stanislav Makar] (LP: #1812857)
+ - Fix a couple of issues raised by a coverity scan
+ - Add missing dsname for Hetzner Cloud datasource [Markus Schade]
+ - doc: indicate that netplan is default in Ubuntu now
+ - azure: add region and AZ properties from imds compute location metadata
+ - sysconfig: support more bonding options [Penghui Liao]
+ - cloud-init-generator: use libexec path to ds-identify on redhat systems
+ (LP: #1833264)
+ - tools/build-on-freebsd: update to python3 [Gonéri Le Bouder]
+ - Allow identification of OpenStack by Asset Tag
+ [Mark T. Voelker] (LP: #1669875)
+ - Fix spelling error making 'an Ubuntu' consistent. [Brian Murray]
+ - run-container: centos: comment out the repo mirrorlist [Paride Legovini]
+ - netplan: update netplan key mappings for gratuitous-arp (LP: #1827238)
+ - freebsd: fix the name of cloudcfg VARIANT [Gonéri Le Bouder]
+ - freebsd: ability to grow root file system [Gonéri Le Bouder]
+ - freebsd: NoCloud data source support [Gonéri Le Bouder] (LP: #1645824)
+ - Azure: Return static fallback address as if failed to find endpoint
+ [Jason Zions (MSFT)]
+
19.1:
- freebsd: add chpasswd pkg in the image [Gonéri Le Bouder]
- tests: add Eoan release [Paride Legovini]
diff --git a/cloudinit/version.py b/cloudinit/version.py
index ddcd4368..b04b11f4 100644
--- a/cloudinit/version.py
+++ b/cloudinit/version.py
@@ -4,7 +4,7 @@
#
# This file is part of cloud-init. See LICENSE file for license information.
-__VERSION__ = "19.1"
+__VERSION__ = "19.2"
_PACKAGED_VERSION = '@@PACKAGED_VERSION@@'
FEATURES = [