cloud-init 23.3.1-0ubuntu1 source package in Ubuntu

Changelog

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

  * New upstream bug fix release based on 23.3.1.
    List of changes from upstream can be found at
    https://raw.githubusercontent.com/canonical/cloud-init/23.3.1/ChangeLog
    - Bugs fixed in this snapshot: (LP: #2034273)

 -- Chad Smith <email address hidden>  Tue, 05 Sep 2023 17:03:59 -0600

Upload details

Uploaded by:
Chad Smith
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.3.1.orig.tar.gz 5.5 MiB f686bd1baf303d418b79dfaf9702df945d4871b223f3f14b0161347bf6eee32e
cloud-init_23.3.1-0ubuntu1.debian.tar.xz 87.6 KiB 65ad0572ff2981c66b8a8aafac00f3e60f73cd3007bc3576f59b4ab4379f8b90
cloud-init_23.3.1-0ubuntu1.dsc 2.2 KiB 523b05e704ca4787c5d8f30ef5dcca8352eb0f3736522726bfb85b8559187118

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.