summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Holman <brett.holman@canonical.com>2022-09-16 16:05:47 -0600
committerBrett Holman <brett.holman@canonical.com>2022-09-19 11:14:49 -0600
commitef362f12683a968519743478c84b085469c326c2 (patch)
treed117db60835d6684c2def091f25fec6157139197
parent4003c16c0754e2875bab846c0565159108041894 (diff)
downloadcloud-init-git-ef362f12683a968519743478c84b085469c326c2.tar.gz
Release 22.3.322.3.3
Bump the version in cloudinit/version.py to 22.3.3 and update ChangeLog. LP: #1986703
-rw-r--r--ChangeLog3
-rw-r--r--cloudinit/version.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e0890dc..cec2b65d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+22.3.3
+ - Fix Oracle DS not setting subnet when using IMDS (LP: #1989686)
+
22.3.2
- azure: define new attribute for pre-22.3 pickles (#1725)
- sources/azure: ensure instance id is always correct (#1727)
diff --git a/cloudinit/version.py b/cloudinit/version.py
index 2585380c..d1423634 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.3.2"
+__VERSION__ = "22.3.3"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
FEATURES = [