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 13, 2025
1 parent b2cf0a6 commit 3e15cfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
24.4.1
- 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 3e15cfc

Please sign in to comment.