Skip to content

Commit

Permalink
Release 23.4.4
Browse files Browse the repository at this point in the history
Bump the version in cloudinit/version.py to 23.4.4 and update ChangeLog.
  • Loading branch information
holmanb authored and TheRealFalcon committed Feb 27, 2024
1 parent 34d2f75 commit fe3893a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
23.4.4
- fix(nocloud): smbios datasource definition
- tests: Check that smbios seed works
- fix(source): fix argument boundaries when parsing cmdline (#4825)

23.4.3
- fix: Handle systemctl when dbus not ready (#4842)
(LP: #2046483)
Expand Down
2 changes: 1 addition & 1 deletion cloudinit/version.py
Expand Up @@ -4,7 +4,7 @@
#
# This file is part of cloud-init. See LICENSE file for license information.

__VERSION__ = "23.4.3"
__VERSION__ = "23.4.4"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"

FEATURES = [
Expand Down

0 comments on commit fe3893a

Please sign in to comment.