summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2022-11-24 00:29:37 -0700
committerGitHub <noreply@github.com>2022-11-24 08:29:37 +0100
commit893df0d61179a6722c44267f57c57284543c2f12 (patch)
tree7e6ff7a822b91dacfc068f766a1bf71b00276b99
parent4ba809b5fe2dca02999459c09b7db3ebb1731f59 (diff)
downloadcloud-init-git-893df0d61179a6722c44267f57c57284543c2f12.tar.gz
Release 22.4.2 (#1878)
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 = [