cloud-init 20.4-0ubuntu1~20.04.2 source package in Ubuntu

Changelog

cloud-init (20.4-0ubuntu1~20.04.2) focal; urgency=medium

  * cherry-pick 4f62ae8d: Fix regression with handling of IMDS ssh keys
    (#760) (LP: #1910835)

 -- Chad Smith <email address hidden>  Mon, 11 Jan 2021 15:25:31 -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_20.4.orig.tar.gz 1.2 MiB 0ceffad044d954aa85a62be2a376a965d9d5dba4b234db55aac54c5d59122dc5
cloud-init_20.4-0ubuntu1~20.04.2.debian.tar.xz 68.4 KiB 5fb8093d9cb4c25ea9b844b235ddd72f56565513f515dea4debd2c0b87e1fa5c
cloud-init_20.4-0ubuntu1~20.04.2.dsc 2.2 KiB 0f2f514bfaf49960dabffc7b161dbbda0244237d1aa2bc1073eaf8f8774bdadb

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.