cloud-init 23.2.2-0ubuntu0~22.04.1 source package in Ubuntu

Changelog

cloud-init (23.2.2-0ubuntu0~22.04.1) jammy; urgency=medium

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

 -- Alberto Contreras <email address hidden>  Tue, 01 Aug 2023 14:16:07 +0200

Upload details

Uploaded by:
Alberto Contreras
Sponsored by:
James Falcon
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_23.2.2.orig.tar.gz 1.5 MiB 0201a1bb338ae70a6db06f195badf21eb89481a4b2b1eeffff3ca8971c02c7ac
cloud-init_23.2.2-0ubuntu0~22.04.1.debian.tar.xz 88.2 KiB efb05b7622da6c9aec542f64b3907a275f24beb9359bf26dcb4a8418bb7ecf7f
cloud-init_23.2.2-0ubuntu0~22.04.1.dsc 2.1 KiB 14d6e2ed0fc87d1be7a0d0c362fe91d353c3be02d9d970079d8e3c545d0a715a

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.