Skip to content

Commit

Permalink
Release 24.4.1
Browse files Browse the repository at this point in the history
Bump the version in cloudinit/version.py to 24.4.1 and
update ChangeLog.
  • Loading branch information
TheRealFalcon committed Jan 15, 2025
1 parent 470f652 commit 4b475ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion cloudinit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 4b475ed

Please sign in to comment.