cloud-init:ubuntu/devel-23.1.x

Last commit made on 2023-02-22
Get this branch:
git clone -b ubuntu/devel-23.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/devel-23.1.x
Repository:
lp:cloud-init

Recent commits

655d83a... by Alberto Contreras

releasing cloud-init version 23.1-0ubuntu1

64b57b8... by Alberto Contreras

update changelog (new upstream snapshot)

e6c8748... by Alberto Contreras

merge from upstream/main at 23.1

242f6bc... by Alberto Contreras

Release 23.1

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

6397d3b... by Robert Schweikert

Support transactional-updates for SUSE based distros (#1997)

openSUSE/SUSE has distros that use read only root and btrfs. To update
a running system in such a setup the transactional-update command
needs to be used. This change implements support for use of the
transactional-update commend when appropriate.

15a6e08... by Jack Zhang

Set ownership for new folders in Write Files Module (#1980)

The parent directory would be created automatically if it does not exist. But the ownership of newly-created parent directory would always be root.

With this change, it would be set the same as `owner`.

LP: #1990513

b01b5c2... by wynnfeng <email address hidden>

add OpenCloudOS and TencentOS support (#1964)

9043f82... by Brett Holman

lxd: Retry if the server isn't ready (#2025)

ea4c09d... by Brett Holman

test: switch pycloudlib source to pypi (#2024)

cfba324... by Brett Holman

test: Fix integration test deprecation message (#2023)