cloud-init 23.3.1-0ubuntu2 source package in Ubuntu

Changelog

cloud-init (23.3.1-0ubuntu2) mantic; urgency=medium

  * New upstream bug fix release based on 23.3.1.
    + Install missing dependencies in apt module if required for minimal images.
      - d/p/cpick-0d9f149a-Pytestify-apt-config-test-modules-4424
      - d/p/cpick-5023e9f9-Refactor-test_apt_source_v1.py-to-use-pytest-4427
      - d/p/cpick-e9cdd7e3-Install-gnupg-if-gpg-not-found-4431
      - d/p/cpick-015543d3-apt-install-software-properties-common-when-absent-but

 -- Brett Holman <email address hidden>  Thu, 28 Sep 2023 12:00:23 -0500

Upload details

Uploaded by:
Brett Holman
Sponsored by:
Chad Smith
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main admin

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_23.3.1.orig.tar.gz 5.5 MiB f686bd1baf303d418b79dfaf9702df945d4871b223f3f14b0161347bf6eee32e
cloud-init_23.3.1-0ubuntu2.debian.tar.xz 103.1 KiB b09f415768e0495c19e0133b516a739ccd8a8960c7743cb768854b702060594d
cloud-init_23.3.1-0ubuntu2.dsc 2.2 KiB 7afc1a8a8fdc88f9172d750133a4aecd6b80e92802435602ed1b4a2e36f565ab

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.