summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2023-03-02 11:35:39 -0600
committerAlberto Contreras <alberto.contreras@canonical.com>2023-03-03 17:25:44 +0100
commit8ad977b1bebeb799d6cd317c5a5db156e5fedf02 (patch)
treeffe1f4186e30c5ee1bcc20862cf950b62997927b
parent79fb57f7c7c2792448e1390eedc287951e797b60 (diff)
downloadcloud-init-git-8ad977b1bebeb799d6cd317c5a5db156e5fedf02.tar.gz
Release 23.1.1
Bump the version in cloudinit/version.py to 23.1.1 and update ChangeLog.
-rw-r--r--ChangeLog5
-rw-r--r--cloudinit/version.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1044b7d5..ea3ed8c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+23.1.1
+ - source: Force OpenStack when it is only option (#2045)
+ - sources/azure: fix regressions in IMDS behavior (#2041)
+ [Chris Patterson]
+
23.1
- Support transactional-updates for SUSE based distros (#1997)
[Robert Schweikert]
diff --git a/cloudinit/version.py b/cloudinit/version.py
index fd83ebf6..a9bfffed 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"
+__VERSION__ = "23.1.1"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
FEATURES = [