cloud-init 24.1.1-0ubuntu1 source package in Ubuntu

Changelog

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

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

 -- Brett Holman <email address hidden>  Mon, 11 Mar 2024 21:09:37 -0600

Upload details

Uploaded by:
Brett Holman
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_24.1.1.orig.tar.gz 1.7 MiB aed88be8d9607840206512a8aa7031f71f8ef0dbc8f28a560e129aecb079e2a1
cloud-init_24.1.1-0ubuntu1.debian.tar.xz 87.9 KiB 669ae85406744792ec67e1bdbef652233c05c793e01c49f4de30852945612655
cloud-init_24.1.1-0ubuntu1.dsc 2.0 KiB d60f4716d1c6e746334dbaf7203937437c8cdd43a6ffac4cbbdd5693647a491d

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.