cloud-init 24.1.2-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (24.1.2-0ubuntu1) noble; urgency=medium

  * Upstream snapshot based on 24.1.2.
    List of changes from upstream can be found at
    https://raw.githubusercontent.com/canonical/cloud-init/24.1.2/ChangeLog
    - Bugs fixed in this snapshot: (LP: #2057763)

 -- Chad Smith <email address hidden>  Thu, 21 Mar 2024 07:53:15 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_24.1.2.orig.tar.gz 1.6 MiB 1ba8de4d300b9ce3ebd63bc3677f2e2b87d0044b22c3c8f711e697e10697ad6c
cloud-init_24.1.2-0ubuntu1.debian.tar.xz 87.9 KiB 20dfddea53f3fa0df416c094e4a29859e5cb9faa81be3c8bc734f52d7b04573f
cloud-init_24.1.2-0ubuntu1.dsc 2.2 KiB ce9820584bb95a5a1f888e664350f1c0f4c6479fc58302e17009af71e2339bd9

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.