From 3c8488dccb1c7a2f34095cf09473c9b918a8f29e Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Wed, 3 Apr 2024 08:29:07 -0600 Subject: [PATCH] Release 24.1.4 Bump the version in cloudinit/version.py to 24.1.4 and update ChangeLog. --- ChangeLog | 11 +++++++++++ cloudinit/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 70dfe24fde8..1c1c8405e45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +24.1.4 + - fix(dhcpcd): Make lease parsing more robust (#5129) + - net/dhcp: raise InvalidDHCPLeaseFileError on error parsing dhcpcd lease + (#5128) [Chris Patterson] + - fix: Fix runtime file locations for cloud-init (#4820) + - net/dhcp: bump dhcpcd timeout to 300s (#5127) [Chris Patterson] + - net: Warn when interface rename fails + - ephemeral(dhcpcd): Set dhcpcd interface down + - test: Remove side effects from tests (#5074) + - refactor: Import log module rather than functions (#5074) + 24.1.3 - fix: Always use single datasource if specified (#5098) - fix: Allow caret at the end of apt package (#5099) diff --git a/cloudinit/version.py b/cloudinit/version.py index 3a781d6d17a..b80f4d53776 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.3" +__VERSION__ = "24.1.4" _PACKAGED_VERSION = "@@PACKAGED_VERSION@@" FEATURES = [