From 893df0d61179a6722c44267f57c57284543c2f12 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Thu, 24 Nov 2022 00:29:37 -0700 Subject: Release 22.4.2 (#1878) Bump the version in cloudinit/version.py to 22.4.2 and update ChangeLog. --- ChangeLog | 3 +++ cloudinit/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 = [ -- cgit v1.2.1