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

Changelog

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

  * d/patches/netplan99-cannot-use-default.patch:
    - Retain routes' definitions compatible with netplan 0.99 (Fixes: #4133)
      (LP: #2020375)

 -- James Falcon <email address hidden>  Fri, 19 May 2023 12:57:02 -0500

Upload details

Uploaded by:
James Falcon
Sponsored by:
Marc Deslauriers
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal security main admin

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_23.1.2.orig.tar.gz 1.5 MiB 4c3a2499d9953902a550e2134cceb5a9afd2324009404f6d52bb82d3e96dec3f
cloud-init_23.1.2-0ubuntu0~20.04.2.debian.tar.xz 87.6 KiB f39c12ad53ada945b1fa2e31b7c1bd276f61a9804177dcf712d6d79c998276ee
cloud-init_23.1.2-0ubuntu0~20.04.2.dsc 2.2 KiB 88999b95c5edd51f0133c3b3e8255e05cbc3b18313599de47cf7e049c14169c5

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.