cloud-init:ubuntu/devel

Last commit made on 2024-11-25
Get this branch:
git clone -b ubuntu/devel 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/devel
Repository:
lp:cloud-init

Recent commits

3d96f6d... by James Falcon

releasing cloud-init version 24.4-0ubuntu1

5152e70... by James Falcon

update changelog (new upstream snapshot)

1920dc2... by James Falcon

update NEWS file release version accordingly

1646e05... by James Falcon

merge from upstream/main at 24.4

c9b9eef... by Brett Holman

Release 24.4

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

82f9481... by James Falcon

test: Ensure unit ordering in ftp tests includes downstream units (#5892)

9f2cae7... by James Falcon

test: re-decrement expected webhook events (#5894)

Tried to fix in aedb7f97 , but there are two events (start and stop)
per module

ba04e4c... by James Falcon

test: allow relative path in apt-get test (#5891)

Minimal Ubuntu images don't show full path

d3b7e12... by Amy Chen <email address hidden>

Fix metric setting of nmconnection for rhel (#5878)

Most RHEL systems use network manager to bring up manage network connections.
Network Manager uses route-metric for the default route
and route/plen[,gateway,metric] for the additional static routes,
please see
https://networkmanager.dev/docs/api/latest/nm-settings-nmcli.html
https://networkmanager.dev/docs/api/latest/nm-settings-keyfile.html

This changes ensures that cloud-init generates nmconnection files with
route metric settings that are compatible with RHEL and network manager.

Fixes: GH-5877

Signed-off-by: Amy Chen <email address hidden>

edaaeea... by Brett Holman

chore: remove unused code(#5887)