summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2023-03-02 16:44:46 -0600
committerGitHub <noreply@github.com>2023-03-02 16:44:46 -0600
commit4896402b2b0acb59646fff9d49e57b084d22d1b0 (patch)
treecd320078a85091892f61db6e69d55e1ff1c0fda4
parentd1ffbea556a06105d1ade88b4143ad43f53692c4 (diff)
downloadcloud-init-git-4896402b2b0acb59646fff9d49e57b084d22d1b0.tar.gz
Release 23.1.1 (#2052)
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 = [