cloud-init 24.2~1g370e680c-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (24.2~1g370e680c-0ubuntu1) oracular; urgency=medium

  * d/control: Remove netifaces
  * Upstream snapshot based on upstream/main at 370e680c.
    - Bugs fixed in this snapshot: (LP: #2047796, #2064132)

 -- Chad Smith <email address hidden>  Fri, 03 May 2024 10:50:46 -0600

Upload details

Uploaded 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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_24.2~1g370e680c.orig.tar.gz 1.7 MiB 3bb2352bc268da66c39bd3bfad29b70202ab945daf6d1a43ddd770c16deb0e7a
cloud-init_24.2~1g370e680c-0ubuntu1.debian.tar.xz 88.4 KiB 6d4b5d862abcf567484d06b8cea69666a50f7a74affaf012d06a947dfc3302d2
cloud-init_24.2~1g370e680c-0ubuntu1.dsc 2.2 KiB 956a89bd05c276a3a5f3149492051fce0d53e1075cf685fdbc553cc271b8bf34

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.