cloud-init:ubuntu/devel

Last commit made on 2025-10-27
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

2826171... by Chad Smith

releasing cloud-init version 25.3-0ubuntu2

ec60384... by Chad Smith

update changelog

d1c07ff... by Chad Smith

fix d/cloud-init-base.config: unset any old cloud-init/datasource values

6813e93... by Chad Smith

fix(d/cloud-init-base.postinst): fix upgrade path for MAAS debconf preseed

Fix MAAS upgrades from plucky cloud-init to cloud-init-base in questing due
to postinst failures to migrate debconf settings fro cloud-init/* values to
cloud-init-base/* values.

Add a process_debconf_setting function which does the following:
1. read any debconf settings from the new cloud-init-base package
2. fallback to any debconf settings present for cloud-init/<setting_name>
   if cloud-init-base values are absent
3. unregister cloud-init-base/<setting_name> once processed
4. set any remaining non-emtpy cloud-init/<setting_name> once processed because
   cloud-init-base cannot unregister any old cloud-init debconf settings

LP: #2127022

6d790f7... by Alberto Contreras

releasing cloud-init version 25.3-0ubuntu1

7ac7993... by Alberto Contreras

update changelog (new upstream snapshot)

8433342... by Alberto Contreras

merge from 25.3 at 25.3

cb12e00... by Alberto Contreras

Release 25.3 (#6486)

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

89c956c... by Mostafa Abdelwahab <email address hidden>

feat(CI): new workflow to shellcheck debian package scripts (#6371)

Fixes GH-5812

Signed-off-by: Mostafa Abdelwahab <email address hidden>

69521d0... by Mostafa Abdelwahab <email address hidden>

chore(cc_rh_subscription): deprecate hyphenated fields, remove self.log (#6470)

Additionally, redact duplicated runtime key verification in
cc_rh_subscription in favor of initial JSON schema validation warnings.

Fixes GH-6370

Signed-off-by: Mostafa Abdelwahab <email address hidden>