From 7cf531a3e9648f30c2513ac8cb6681a093c307a8 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 16 Oct 2023 10:15:04 -0500 Subject: [PATCH] Release 23.3.2 Bump the version in cloudinit/version.py to 23.3.2 and update ChangeLog. --- ChangeLog | 4 ++++ cloudinit/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fb2ba3ab7fc..e3b3815d73b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +23.3.2 + - Revert "ds-identify/CloudStack: $DS_MAYBE if vm running on vmware/xen (#4281)" + (#4511) (LP: #2039453) + 23.3.1 - apt: kill dirmngr/gpg-agent without gpgconf dependency (LP: #2034273) - integration tests: Fix cgroup parsing (#4402) diff --git a/cloudinit/version.py b/cloudinit/version.py index 8e77fa98c59..a3ed70faa74 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.3.1" +__VERSION__ = "23.3.2" _PACKAGED_VERSION = "@@PACKAGED_VERSION@@" FEATURES = [