cloud-init:main

Last commit made on 2024-05-09
Get this branch:
git clone -b main 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:
main
Repository:
lp:cloud-init

Recent commits

81337ea... by Brett Holman

chore: Clean up docstrings

ce2dfbc... by Brett Holman

chore(ruff): Bump to version 0.4.3

dce1d4c... by Elkhan Mammadli <email address hidden>

feat(systemd): Improve AlmaLinux OS and CloudLinux OS support (#5265)

AlmaLinux OS is binary compatible with RHEL
and CloudLinux OS based on AlmaLinux OS.

Use the same options with rhel on these systemd services:
- Cloud-init: Local Stage (pre-network): cloud-init-local.service
- Cloud-init: Network Stage: cloud-init.service
- Cloud-init: Final Stage: cloud-final.service

Signed-off-by: Elkhan Mammadli <email address hidden>

9388cc1... by Elkhan Mammadli <email address hidden>

feat(ca_certs): Add AlmaLinux OS and CloudLinux OS support (#5264)

AlmaLinux OS is binary compatible with RHEL
and CloudLinux OS based on AlmaLinux OS.
So, let's use distro-specific configurations from rhel.

Signed-off-by: Elkhan Mammadli <email address hidden>

d5254aa... by Alex Ratner <email address hidden>

docs: cc_apt_pipelining docstring typo fix (#5273)

e10b052... by Ksenija Stanojevic <email address hidden>

feat(azure): add request identifier to IMDS requests (#5218)

Set x-ms-client-request-id uuid per request and log it.
This way we can easily find the request in the IMDS logs based on the
uuid number.

dd54327... by Calvin Mwadime Makokha

test: Fix TestFTP integration test (#5237)

software.sslmate.com had an issue with the jenkins proxy

44d0c13... by =?utf-8?q?Mina_Gali=C4=87?= <email address hidden>

feat(ifconfig): prepare for CIDR output (#5272)

prepare for a possible future where the default output could be CIDR
instead of non-contiguous hex bitmasks.
Our code already handles that, but add test cases just to be sure.
While here, remove a small code duplication.

Sponsored by: The FreeBSD Foundation

8e8947b... by Alec Warren

fix: stop manually dropping dhcp6 key in integration test (#5267)

This reverts the temporary changed introduced by PR #4855 that
manually dropped the "dhcp6" key from the post_network yaml
in the integration test "test_clean_boot_of_upgraded_package"

cf72d7f... by James Falcon

test: Remove some CiTestCase tests (#5256)

Includes:
 - test_atomic_helper.py
 - test_builtin_handlers.py
 - test_conftest.py (partial)