cloud-init 23.1-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (23.1-0ubuntu1) lunar; urgency=medium

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

 -- Alberto Contreras <email address hidden>  Wed, 22 Feb 2023 18:15:10 +0100

Upload details

Uploaded by:
Alberto Contreras
Sponsored by:
Chad Smith
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_23.1.orig.tar.gz 1.5 MiB 3e16d8cf58dcea5a6675705c3126ed10ef23ad67ae57b17d5029909d927fb106
cloud-init_23.1-0ubuntu1.debian.tar.xz 86.0 KiB de247c3e210e29e3fb0fc515cc4fd746ce5b479c86f1b5e44a707761b382ef7c
cloud-init_23.1-0ubuntu1.dsc 2.2 KiB 97cbe2eb4338fe1e5ec1a918e96dbe8d0bd306af8c203a8b329b5c722258a3e8

Available diffs

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.