cloud-init 19.4-31-g3f6192b3-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (19.4-31-g3f6192b3-0ubuntu1) focal; urgency=medium

  * New upstream snapshot.
    - ssh_auth_key_fingerprints_disable test: fix capitalization (#165)
      [Paride Legovini]
    - util: move uptime's else branch into its own boottime function (#53)
      [Igor Galić] (LP: #1853160)
    - net: fix rendering of 'static6' in network config (#77) (LP: #1850988)
    - fixed minor bug with mkswap in cc_disk_setup.py (#143) [andreaf74]
    - freebsd: fix create_group() cmd (#146) [Gonéri Le Bouder]

 -- Chad Smith <email address hidden>  Mon, 13 Jan 2020 20:21:09 -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_19.4-31-g3f6192b3.orig.tar.gz 1.0 MiB 9bf3831a4b68f602f9a780c4b4366028c2a6cc7767ad051b474b80b7f6cb19c8
cloud-init_19.4-31-g3f6192b3-0ubuntu1.debian.tar.xz 58.7 KiB 1c30e031fcc15088cff88e58e432c5d64f87c204de03feec0c7d735b5416c4c1
cloud-init_19.4-31-g3f6192b3-0ubuntu1.dsc 2.3 KiB 2af8e01d20d2632ee51fcc3daa14ae96fc1e892e586f3d0d28c44534df086bc7

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.