cloud-init 23.4-0ubuntu1 source package in Ubuntu

Changelog

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

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

 -- Alberto Contreras <email address hidden>  Mon, 04 Dec 2023 18:51:25 +0100

Upload details

Uploaded by:
Alberto Contreras
Sponsored by:
James Falcon
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_23.4.orig.tar.gz 1.7 MiB cf339300ecbcb0d319598d069c58c2e9523e002553f6b861f8bdae6f5ee1ba5a
cloud-init_23.4-0ubuntu1.debian.tar.xz 88.3 KiB fc45827eff4a2566b3234bb71dad9afb4a92c130dd3803ebb9bcdbb59e5d2984
cloud-init_23.4-0ubuntu1.dsc 2.0 KiB 403c67519c7e6d8ec613227a3603814d635d1563707bc8fca87ba89393e132aa

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.