cloud-init 22.4.2-0ubuntu3 source package in Ubuntu

Changelog

cloud-init (22.4.2-0ubuntu3) lunar; urgency=medium

  * Upstream snapshot based on upstream/main at bdc7b040.
    - Bugs fixed in this snapshot: (LP: #2001737, #1998526, #2000596)
      (LP: #1851438)
  * Upstream snapshot based on upstream/main at 3b8b4692.
    - Bugs fixed in this snapshot: (LP: #1998998, #1997922, #2002969)
      (LP: #2003562, #1999680)

 -- James Falcon <email address hidden>  Fri, 03 Feb 2023 15:36:12 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_22.4.2.orig.tar.gz 1.4 MiB 85ac529927a45376fcbee0118f5c1ad69bae4ddf6fc4c2fc71ed25ac1d9e0670
cloud-init_22.4.2-0ubuntu3.debian.tar.xz 86.0 KiB 9408d0630bac01f1ee5f472dfbc9b7579b49a42b2d7c733fa3acbc5702abb13d
cloud-init_22.4.2-0ubuntu3.dsc 2.2 KiB a7ee6fb4dd0e5628452d5903012bfc306f317c5a8a6bec2f4126b12fda34ec8e

Available diffs

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.