From 70dd1839bb3da58c1c144ee75da163c6a18f5702 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Wed, 27 Mar 2024 08:11:16 -0500 Subject: [PATCH] Release 24.1.3 Bump the version in cloudinit/version.py to 24.1.3 and update ChangeLog. --- ChangeLog | 4 ++++ cloudinit/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 777dd055de0..70dfe24fde8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +24.1.3 + - fix: Always use single datasource if specified (#5098) + - fix: Allow caret at the end of apt package (#5099) + 24.1.2 - test: Don't assume ordering of ThreadPoolExecutor submissions (#5052) - refactor(ec2): simplify convert_ec2_metadata_network_config diff --git a/cloudinit/version.py b/cloudinit/version.py index 032e18306a4..3a781d6d17a 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__ = "24.1.2" +__VERSION__ = "24.1.3" _PACKAGED_VERSION = "@@PACKAGED_VERSION@@" FEATURES = [