cloud-init 22.2-0ubuntu1~20.04.3 source package in Ubuntu

Changelog

cloud-init (22.2-0ubuntu1~20.04.3) focal-security; urgency=medium

  * SECURITY UPDATE: schema errors can cause cloud-init to leak
    userdata to system logs
    - d/cloud-init.postinst: redact previously leaked schema errors
      from logs
    - Remove schema errors from log (LP: #1978422)
    - CVE-2022-2084

 -- James Falcon <email address hidden>  Wed, 15 Jun 2022 11:34:44 -0500

Upload details

Uploaded by:
James Falcon
Sponsored by:
Steve Beattie
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_22.2.orig.tar.gz 1.3 MiB 795467a444ecb1b5bed2e8ccc61f3be8fc198e1203abf76cefc338291df6de8a
cloud-init_22.2-0ubuntu1~20.04.3.debian.tar.xz 83.3 KiB 94d8395b60489faa31769aac93827f72e4b94a0b244f58a0586e518b11b19e2b
cloud-init_22.2-0ubuntu1~20.04.3.dsc 2.2 KiB 535fbfc60bc77e9868aa9bbc3212644e80daf3a093373aae9df82a3301ba8305

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.