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-20 16:31:09 -0500
commit76066fef0c187265c1c807f991af883da160d224 (patch)
tree9fdba7d93fb792f581e29b403cdc0b75ca6bbaba
parent9d4903bacda67db0e65c7e0bd68c2efc90feab5b (diff)
downloadcloud-init-git-23.1.x.tar.gz
Release 23.1.223.1.223.1.x
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 = [