cloud-init 20.4.1-0ubuntu1~20.04.1 source package in Ubuntu

Changelog

cloud-init (20.4.1-0ubuntu1~20.04.1) focal; urgency=medium

  * New upstream release. (LP: #1911680)
    - Release 20.4.1
    - Revert "ssh_util: handle non-default AuthorizedKeysFile config (#586)"

 -- Daniel Watkins <email address hidden>  Mon, 18 Jan 2021 10:40:33 -0500

Upload details

Uploaded by:
Dan Watkins
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_20.4.1.orig.tar.gz 1.2 MiB a690ae0812b6fc8681a1bb111762d5b14fef93c0ef29cfd544579e144ab4e513
cloud-init_20.4.1-0ubuntu1~20.04.1.debian.tar.xz 68.4 KiB 8579bd3f57092804cebf8bcca22f9430352bf27fe9837792652b01437f73a91d
cloud-init_20.4.1-0ubuntu1~20.04.1.dsc 2.2 KiB a55a897d35cc3e4e4ff8888d216fb6587c770e3284880c9bd7644c61a0af0e88

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.