summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2022-06-30 10:25:49 -0500
committerJames Falcon <james.falcon@canonical.com>2022-06-30 10:25:49 -0500
commit23f4f995a8eb43a38803e09fb32b06dd97013b26 (patch)
treeb22340497517d021594b8d72b07dd92541e1b818
parent69ea93f12dc52327ab3bc02a89c41d450feaab4a (diff)
downloadcloud-init-git-22.2.1.tar.gz
Release 22.2.122.2.1
Bump the version in cloudinit/version.py to 22.2.1 and update ChangeLog. LP: #1977952
-rw-r--r--ChangeLog2
-rw-r--r--cloudinit/version.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a90a8986..91c1ee92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+22.2.1
+ - Fix cc_phone_home requiring 'tries' (#1500)
22.2
- Fix test due to caplog incompatibility (#1461) [Alberto Contreras]
- Align rhel custom files with upstream (#1431)
diff --git a/cloudinit/version.py b/cloudinit/version.py
index 061ea419..c9e4b81b 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.2"
+__VERSION__ = "22.2.1"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
FEATURES = [