Skip to content

Commit

Permalink
Release 23.4.1
Browse files Browse the repository at this point in the history
Bump the version in cloudinit/version.py to 23.4.1 and update ChangeLog.
  • Loading branch information
aciba90 committed Dec 14, 2023
1 parent 26ddbe5 commit 8acd21d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
23.4.1
- fix: Handle systemctl commands when dbus not ready (#4681)

23.4
- tests: datasourcenone use client.restart to block until done (#4635)
- tests: increase number of retries across reboot to 90 (#4651)
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"
__VERSION__ = "23.4.1"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"

FEATURES = [
Expand Down

0 comments on commit 8acd21d

Please sign in to comment.