cloud-init 22.4.2-0ubuntu0~20.04.2 source package in Ubuntu

Changelog

cloud-init (22.4.2-0ubuntu0~20.04.2) focal; urgency=medium

  * d/compat & d/control: revert bump debhelper-comat to v10. Avoid
    service restarts across package upgrade (LP: #1999159)
    - d/compat: replaced with compat level 9
    - d/control: Build-Depends: revert to debhelper >= 9

 -- Chad Smith <email address hidden>  Thu, 08 Dec 2022 09:45:11 -0700

Upload details

Uploaded by:
Chad Smith
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [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-0ubuntu0~20.04.2.debian.tar.xz 85.2 KiB 91574410d5a6be1393ee689a4d88ba4b3090b6ddaef33ceb3a55fa23b0cae3b6
cloud-init_22.4.2-0ubuntu0~20.04.2.dsc 2.2 KiB 1b2204114d21f7cc9ba10dcae8df03920e584276af99ca604402982989c45aff

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.