Skip to content

Commit

Permalink
Release 23.4.2
Browse files Browse the repository at this point in the history
Bump the version in cloudinit/version.py to 23.4.2 and update ChangeLog.
  • Loading branch information
holmanb authored and aciba90 committed Jan 24, 2024
1 parent 8ff94fe commit fad6270
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
23.4.2
- fix: Handle invalid user configuration gracefully (#4797)
(LP: #2051147)

23.4.1
- fix: Handle systemctl commands when dbus not ready (#4681)

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__ = "23.4.1"
__VERSION__ = "23.4.2"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"

FEATURES = [
Expand Down

0 comments on commit fad6270

Please sign in to comment.