cloud-init 25.2-0ubuntu1~22.04.1 source package in Ubuntu
Changelog
cloud-init (25.2-0ubuntu1~22.04.1) jammy; urgency=medium
* refresh patches
- d/p/cli-retain-file-argument-as-main-cmd-arg.patch
- d/p/deprecation-version-boundary.patch
- d/p/grub-dpkg-support.patch
- d/p/keep-dhclient-as-priority-client.patch
- d/p/no-nocloud-network.patch
- d/p/no-remove-networkd-online.patch
- d/p/no-single-process.patch
- d/p/retain-ec2-default-net-update-events.patch
- d/p/retain-old-groups.patch
- d/p/revert-551f560d-cloud-config-after-snap-seeding.patch
* add d/p/strip-invalid-mtu.patch
- Provides backwards compatibility for an other invalid
MTU in a netplan config. (GH-6239)
* Upstream snapshot based on 25.2. (LP: #2120495).
List of changes from upstream can be found at
https://raw.githubusercontent.com/canonical/cloud-init/25.2/ChangeLog
-- James Falcon <email address hidden> Tue, 12 Aug 2025 14:48:04 -0500
Upload details
- Uploaded by:
- James Falcon
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Jammy | updates | main | admin |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| cloud-init_25.2.orig.tar.gz | 1.9 MiB | c1e64581ecd1e57a009aeee78f34a014b1e1a1b1d8bdfba1baa0380b0eabffe8 |
| cloud-init_25.2-0ubuntu1~22.04.1.debian.tar.xz | 99.6 KiB | 167ca5b09ca3194fc3e29de11d46ffcbaeabccc69b4cb8229f1174dc808f832b |
| cloud-init_25.2-0ubuntu1~22.04.1.dsc | 2.0 KiB | fc4c9932858611d5d1daa3946cb84b9c868a2b0bba78ed8df58e8ffd3eecf976 |
Available diffs
Binary packages built by this source
- cloud-init: initialization and customization tool for cloud instances
Cloud-init is the industry standard multi-distribution method for
cross-platform cloud instance initialization. It is supported across all major
public cloud providers, provisioning systems for private cloud infrastructure,
and bare-metal installations.
.
Cloud instances are initialized from a disk image and instance data:
.
* Cloud metadata
* User data (optional)
* Vendor data (optional)
.
Cloud-init will identify the cloud it is running on during boot, read any
provided metadata from the cloud and initialize the system accordingly. This
may involve setting up the network and storage devices to configuring SSH
access key and many other aspects of a system. Later on the cloud-init will
also parse and process any optional user or vendor data that was passed to
the instance.
