cloud-init 23.4-0ubuntu1~23.10.1 source package in Ubuntu

Changelog

cloud-init (23.4-0ubuntu1~23.10.1) mantic; urgency=medium

  * d/p/status-do-not-remove-duplicated-data.patch:
    - Revert behavior downstream, leave duplicate data
  * d/control: add python3-apt as Recommends to read APT config from apt_pkg
  * Upstream snapshot based on 23.4. (LP: #2045582).
    List of changes from upstream can be found at
    https://raw.githubusercontent.com/canonical/cloud-init/23.4/ChangeLog

 -- Alberto Contreras <email address hidden>  Tue, 05 Dec 2023 14:17:28 +0100

Upload details

Uploaded by:
Alberto Contreras
Sponsored by:
James Falcon
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.4.orig.tar.gz 1.7 MiB cf339300ecbcb0d319598d069c58c2e9523e002553f6b861f8bdae6f5ee1ba5a
cloud-init_23.4-0ubuntu1~23.10.1.debian.tar.xz 89.5 KiB 61671f5cc9fdae81aba6cb640e3a75ec84e08368a677b02a8ff0883a2f29baf8
cloud-init_23.4-0ubuntu1~23.10.1.dsc 2.0 KiB 6b501ec4981f5570fe95a22562885080b6372ebe38a169ddb48f37521ede6dd1

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.