Skip to content

Commit 2c452eb

Browse files
aciba90TheRealFalcon
authored andcommitted
Release 23.4.1
Bump the version in cloudinit/version.py to 23.4.1 and update ChangeLog.
1 parent af28f4b commit 2c452eb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
23.4.1
2+
- fix: Handle systemctl commands when dbus not ready (#4681)
3+
14
23.4
25
- tests: datasourcenone use client.restart to block until done (#4635)
36
- tests: increase number of retries across reboot to 90 (#4651)

cloudinit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This file is part of cloud-init. See LICENSE file for license information.
66

7-
__VERSION__ = "23.4"
7+
__VERSION__ = "23.4.1"
88
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
99

1010
FEATURES = [

0 commit comments

Comments
 (0)