summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2022-11-18 17:03:18 -0600
committerJames Falcon <james.falcon@canonical.com>2022-11-18 17:42:38 -0600
commitd51bfa4edbe731cfa9576fcb803b87a4692c5562 (patch)
treef5dea4f6e0637e1013ff5e48cd981d1d6b6325b1
parent25f8d835c26ea4436aef1b741851c37835eba4ae (diff)
downloadcloud-init-git-d51bfa4edbe731cfa9576fcb803b87a4692c5562.tar.gz
Release 22.4.122.4.1
Bump the version in cloudinit/version.py to 22.4.1 and update ChangeLog.
-rw-r--r--ChangeLog6
-rw-r--r--cloudinit/version.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eb9a104b..2e149189 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+22.4.1
+ - net: skip duplicate mac check for netvsc nic and its VF (#1853)
+ [Anh Vo] (LP: #1844191)
+ - ChangeLog: whitespace cleanup (#1850)
+ - changelog: capture 22.3.1-4 releases
+
22.4
- test: fix pro integration test [Alberto Contreras]
- cc_disk_setup: pass options in correct order to utils (#1829)
diff --git a/cloudinit/version.py b/cloudinit/version.py
index b9b42af3..4b739354 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"
+__VERSION__ = "22.4.1"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
FEATURES = [