cloud-init 24.1~7g54599148-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (24.1~7g54599148-0ubuntu1) noble; urgency=medium

  * d/cloud-init.templates: enable WSL datasource by default.
  * Restore upstream ChangeLog without any merges.
    We have been merging an upstream ChangeLog spelling difference
    downstream for no good reason.
  * Upstream snapshot based on upstream/main at 54599148.
    - Bugs fixed in this snapshot: (LP: #2055081, #2055219)

 -- James Falcon <email address hidden>  Tue, 27 Feb 2024 17:42:55 -0600

Upload details

Uploaded 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~7g54599148.orig.tar.gz 1.7 MiB 632b38e1bb29237a5f5dae177c181b49c8a84f82139d624d0edcd8476a470c22
cloud-init_24.1~7g54599148-0ubuntu1.debian.tar.xz 87.8 KiB 3cbd888d24b7ddb6e7d1ade99e40f49068aada544af67214a4a66737c0fca3f4
cloud-init_24.1~7g54599148-0ubuntu1.dsc 2.1 KiB b63b434f851b930326211c45d67e6f12f2c43a578e90c75469a71ada4702f3b1

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.