cloud-init:ubuntu/lunar-23.4.x

Last commit made on 2024-01-08
Get this branch:
git clone -b ubuntu/lunar-23.4.x https://git.launchpad.net/cloud-init
Members of cloud-init Commiters can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/lunar-23.4.x
Repository:
lp:cloud-init

Recent commits

3b6cf2e... by Alberto Contreras

releasing cloud-init version 23.4.1-0ubuntu1~23.04.2

92f2256... by Alberto Contreras

d/changelog: update

439aa76... by Alberto Contreras

d/p/status-retain-recoverable-error-exit-code.patch:

Retain exit code in cloud-init status for recoverable errors.
(LP: #2048522).

9a24620... by Alberto Contreras

releasing cloud-init version 23.4.1-0ubuntu1~23.04.1

6ca6e40... by Alberto Contreras

update changelog (new upstream snapshot)

e50c524... by Alberto Contreras

refresh patches against 23.4.1

patches:
debian/patches/retain-apt-pre-deb822.patch
debian/patches/status-do-not-remove-duplicated-data.patch

7421f8e... by Alberto Contreras

merge from 23.4.1 at 23.4.1

2c452eb... by Alberto Contreras

Release 23.4.1

Bump the version in cloudinit/version.py to 23.4.1 and update ChangeLog.

af28f4b... by James Falcon

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

fix: Handle systemctl commands when dbus not ready

During `cloud-init status`, we check systemctl to ensure the status
we're reporting is accurate. However, we can get an error from systemctl
if dbus isn't ready yet. This commit will either ignore the error if we
can assume that cloud-init is still running, or retry until we get a
proper response from systemctl.

Fixes GH-4676

fdd30da... by Alberto Contreras

d/changelog: update