cloud-init:ubuntu/jammy-24.1.x

Last commit made on 2024-04-29
Get this branch:
git clone -b ubuntu/jammy-24.1.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/jammy-24.1.x
Repository:
lp:cloud-init

Recent commits

ac76c67... by Chad Smith

releasing cloud-init version 24.1.3-0ubuntu1~22.04.2

f517daa... by Chad Smith

update changelog

84eecc2... by Chad Smith

cherry pick a6f7577d

LP: #2064132

4c1404f... by James Falcon

releasing cloud-init version 24.1.3-0ubuntu1~22.04.1

356d5f5... by James Falcon

Remove old LP reference from changelog

305c9c7... by James Falcon

update changelog (new upstream snapshot)

e18c5de... by James Falcon

merge from 24.1.3 at 24.1.3

70dd183... by James Falcon

Release 24.1.3

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

0ae4728... by James Falcon

fix: Always use single datasource if specified (#5098)

This change may require a user to add `None` to the `datasource_list`
defined in `/etc/cloud/cloud.cfg[.d]` if they have a customized
datasource_list and want the DataSourceNone fallback behavior.

ds-identify would automatically append "None" to the datasource_list
if a single entry was provided in /etc/cloud/cloud.cfg[.d].
This wasn't a problem in the past as the python code would detect
a single datasource along with None as an indication to automatically
use that datasource. Since the python code no longer does that,
we should ensure that one specified datasource results in one specified
datasource after ds-identify has run.

Fixes GH-5091

2a63bb0... by James Falcon

fix: Allow caret at the end of apt package (#5099)