From 622627755b3939f6b63ad76cb36a83de6138bc68 Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 13 Jan 2025 16:07:16 -0600 Subject: [PATCH] Release 24.4.1 Bump the version in cloudinit/version.py to 24.4.1 and update ChangeLog. --- ChangeLog | 8 ++++++++ cloudinit/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2ee26b31ac7..0d6c71c68d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +24.4.1 + - fix: Ensure _should_wait_via_user_data() handles all user data types (#5976) + - fix: Don't log error in wait_for_url (#5972) + - feat(url_helper): Retry on 503 error (#5938) + - fix: Don't break modules that use get_meta_doc() (#5953) + - refactor: Pass deprecation log args as tuple (#5953) + - fix: uninstall custom signal handlers before shutdown (#5913) + 24.4 - test: Ensure unit ordering in ftp tests includes downstream units (#5892) - test: re-decrement expected webhook events (#5894) diff --git a/cloudinit/version.py b/cloudinit/version.py index 65999dbf444..cccccfb00d8 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.4" +__VERSION__ = "24.4.1" _PACKAGED_VERSION = "@@PACKAGED_VERSION@@" FEATURES = [