cloud-init 24.1-0ubuntu1 source package in Ubuntu

Changelog

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

  * Upstream snapshot based on 24.1.
    List of changes from upstream can be found at
    https://raw.githubusercontent.com/canonical/cloud-init/24.1/ChangeLog

 -- Brett Holman <email address hidden>  Thu, 29 Feb 2024 19:57:05 -0700

Upload details

Uploaded by:
Brett Holman
Sponsored 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.orig.tar.gz 1.6 MiB 7b64c3fde1498983dfb10607c4f52b261d4793ad745a3754aefc6936a96d245e
cloud-init_24.1-0ubuntu1.debian.tar.xz 87.8 KiB bf78723b0f8c7bafe1ab1c7fa4c478ba3bdc43943e381e9d2c04807daa648274
cloud-init_24.1-0ubuntu1.dsc 2.2 KiB 81674254b8668386c16275f903fae06b7440528e34c02d1040b4a6ae2f82be4d

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.