cloud-init 23.4.4-0ubuntu0~23.10.1 source package in Ubuntu

Changelog

cloud-init (23.4.4-0ubuntu0~23.10.1) mantic; urgency=medium

  * Upstream snapshot based on 23.4.4. (LP: #2055081).
    List of changes from upstream can be found at
    https://raw.githubusercontent.com/canonical/cloud-init/23.4.4/ChangeLog

 -- Chad Smith <email address hidden>  Tue, 27 Feb 2024 08:17:49 -0700

Upload details

Uploaded by:
Chad Smith
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_23.4.4.orig.tar.gz 1.7 MiB ffedd8c1c80c765e64ba99a49dd92150f2a51214bf16ee52c15f4dbf6522049b
cloud-init_23.4.4-0ubuntu0~23.10.1.debian.tar.xz 90.1 KiB 08dfee75c4143f22c90ce9d8a4db0f7820b195faf37e365471291f2027640d9c
cloud-init_23.4.4-0ubuntu0~23.10.1.dsc 2.2 KiB e563e417c12f0f9f234bd1f9613cc8a80a8b26c3242c3c0e25331f89e9f516d7

View changes file

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.