cloud-init 24.2-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (24.2-0ubuntu1) oracular; urgency=medium

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

 -- Chad Smith <email address hidden>  Tue, 02 Jul 2024 19:59:23 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_24.2.orig.tar.gz 1.8 MiB 5e0a025f2d008498c92632a45937bf0b722a05cea9c21b46b353898a0faaa565
cloud-init_24.2-0ubuntu1.debian.tar.xz 88.6 KiB af781963ba63cf088945c64d6934c0d5d140dac0a523778441549a61d8bd3642
cloud-init_24.2-0ubuntu1.dsc 2.2 KiB 1c271399f4c0ac2210018ede4e40cd88f675e385e8526959d6ceffd914349efe

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.