Skip to content

Commit 4b475ed

Browse files
committed
Release 24.4.1
Bump the version in cloudinit/version.py to 24.4.1 and update ChangeLog.
1 parent 470f652 commit 4b475ed

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
24.4.1
2+
- fix: Ensure _should_wait_via_user_data() handles all user data types (#5976)
3+
- fix: Don't log error in wait_for_url (#5972)
4+
- feat(url_helper): Retry on 503 error (#5938)
5+
- fix: Don't break modules that use get_meta_doc() (#5953)
6+
- refactor: Pass deprecation log args as tuple (#5953)
7+
- fix: uninstall custom signal handlers before shutdown (#5913)
8+
19
24.4
210
- test: Ensure unit ordering in ftp tests includes downstream units (#5892)
311
- test: re-decrement expected webhook events (#5894)

cloudinit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This file is part of cloud-init. See LICENSE file for license information.
66

7-
__VERSION__ = "24.4"
7+
__VERSION__ = "24.4.1"
88
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
99

1010
FEATURES = [

0 commit comments

Comments
 (0)