cloud-init 21.1-19-gbad84ad4-0ubuntu1~20.04.2 source package in Ubuntu

Changelog

cloud-init (21.1-19-gbad84ad4-0ubuntu1~20.04.2) focal; urgency=medium

  * cherry-pick 83f6bbfb: Fix unpickle for source paths missing run_dir
    (#863) (LP: #1899299)
  * cherry-pick d132356c: fix error on upgrade caused by new vendordata2
    attributes (LP: #1922739)

 -- James Falcon <email address hidden>  Mon, 19 Apr 2021 14:00:12 -0500

Upload details

Uploaded by:
James Falcon
Sponsored 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_21.1-19-gbad84ad4.orig.tar.gz 1.2 MiB e6e137d6e29765c8d0e1c1421059941f5d5843b192588611d433d7520ee73d5a
cloud-init_21.1-19-gbad84ad4-0ubuntu1~20.04.2.debian.tar.xz 74.3 KiB 675b0f7be8fd9702600c135f43b4442fb2825e2227236631f0aa0ad7b8e29356
cloud-init_21.1-19-gbad84ad4-0ubuntu1~20.04.2.dsc 2.3 KiB 5bc36fceb70f3ce3883025399fc5ecd6ecee2f76b39b49750fa5ff74440b682b

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.