cloud-init 23.2-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (23.2-0ubuntu1) mantic; urgency=medium

  * d/control: Remove pep8 dependency. It is no longer used.
  * Upstream snapshot based on 23.2.
    List of changes from upstream can be found at
    https://raw.githubusercontent.com/canonical/cloud-init/23.2/ChangeLog
    - Bugs fixed in this snapshot: (LP: #2011783, #2008888, #1854594, #2016350)
      (LP: #1881925, #2013967, #2011291)

 -- Alberto Contreras <email address hidden>  Wed, 24 May 2023 19:06:03 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_23.2.orig.tar.gz 1.5 MiB 048f28779fea6f163331afc13bd2e60a9d8440ad5b68c9e886bd798bc51987aa
cloud-init_23.2-0ubuntu1.debian.tar.xz 87.2 KiB 40dc8b398d89b1f98d3e3be52e1d75c349ea3ef7f2105488abb398811e08cac7
cloud-init_23.2-0ubuntu1.dsc 2.0 KiB 41b051229d3a91fe1e571dbec23b7116e6acf8416e68442409430d6796da19ea

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.