summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Contreras <alberto.contreras@canonical.com>2022-11-23 22:01:58 +0100
committerAlberto Contreras <alberto.contreras@canonical.com>2022-11-23 22:17:16 +0100
commit606a0a7c278d8c93170f0b5fb1ce149be3349435 (patch)
treeb275766f3c72d9a4f78e448c2f4fc9f3496be69c
parent79ec9279b73a255cde5233053bf102a2b3992c0a (diff)
downloadcloud-init-git-22.4.x.tar.gz
Release 22.4.222.4.222.4.x
Bump the version in cloudinit/version.py to 22.4.2 and update ChangeLog.
-rw-r--r--ChangeLog3
-rw-r--r--cloudinit/version.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e149189..6e6c0fb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+22.4.2
+ - status: handle ds not defined in status.json (#1876) (LP: #1997559)
+
22.4.1
- net: skip duplicate mac check for netvsc nic and its VF (#1853)
[Anh Vo] (LP: #1844191)
diff --git a/cloudinit/version.py b/cloudinit/version.py
index 4b739354..f2d62c04 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__ = "22.4.1"
+__VERSION__ = "22.4.2"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
FEATURES = [