cloud-init 24.2~4g5f40426f-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (24.2~4g5f40426f-0ubuntu1) oracular; urgency=medium

  * Upstream snapshot based on upstream/main at 5f40426f.
    - Bugs fixed in this snapshot: (LP: #2066985)
      The fix for this bug in the previous release was only a
      partial fix.

 -- James Falcon <email address hidden>  Wed, 05 Jun 2024 12:52:40 -0500

Upload details

Uploaded by:
James Falcon
Sponsored by:
Chad Smith
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main admin

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_24.2~4g5f40426f.orig.tar.gz 1.7 MiB fa21bcdde3a589100e620f234a7a4ecd58b66a6563b9723a5559a8b4ed193938
cloud-init_24.2~4g5f40426f-0ubuntu1.debian.tar.xz 88.5 KiB c17e91750715875380c52526debe51f15fd2f6eb497e15fd2db16bcd57ff85a2
cloud-init_24.2~4g5f40426f-0ubuntu1.dsc 2.2 KiB 697eefa3d1f214b5a4ebb6680fae48f5e4e83260106d6f796ac29b2aec7a3aef

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.