summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2023-04-20 15:00:10 -0500
committerJames Falcon <james.falcon@canonical.com>2023-04-24 15:41:47 -0500
commitc559304e5058164bce6a8e3b580d48edbe90280f (patch)
treed40f42ae0ff854a289baf8cb3ba724d34c98e412
parent52fde13602afb57c3d1980710300ad91457bcc12 (diff)
downloadcloud-init-git-c559304e5058164bce6a8e3b580d48edbe90280f.tar.gz
Release 23.1.2
Bump the version in cloudinit/version.py to 23.1.2 and update ChangeLog.
-rw-r--r--ChangeLog4
-rw-r--r--cloudinit/version.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea3ed8c2..a0b06a75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+23.1.2
+ - Make user/vendor data sensitive and remove log permissions
+ (LP: #2013967) (CVE-2023-1786)
+
23.1.1
- source: Force OpenStack when it is only option (#2045)
- sources/azure: fix regressions in IMDS behavior (#2041)
diff --git a/cloudinit/version.py b/cloudinit/version.py
index a9bfffed..3da451d7 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__ = "23.1.1"
+__VERSION__ = "23.1.2"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
FEATURES = [