cloud-init 20.1-9-g1f860e5a-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (20.1-9-g1f860e5a-0ubuntu1) focal; urgency=medium

  * New upstream snapshot: bug-fix-only during feature freeze
    - ec2: Do not fallback to IMDSv1 on EC2 (#216)
      [Frederick Lefebvre] (LP: #1866290)
    - instance-data: write redacted cfg to instance-data.json (#233)
      (LP: #1865947)
    - net: support network-config:disabled on the kernel commandline (#232)
      (LP: #1862702)
    - ec2: only redact token request headers in logs, avoid altering request
      (#230) (LP: #1865882)

 -- Chad Smith <email address hidden>  Fri, 06 Mar 2020 11:01:15 -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.1-9-g1f860e5a.orig.tar.gz 1.0 MiB b3bf83ae1cb8e229207e18d3d4b25bc338d379df7be43bb40b6ec22ddc82d4b2
cloud-init_20.1-9-g1f860e5a-0ubuntu1.debian.tar.xz 59.8 KiB bbe684b971867a0a6c48c0d3913b99c6dbf56ba91704ecc20c1e00b646b0810f
cloud-init_20.1-9-g1f860e5a-0ubuntu1.dsc 2.3 KiB bdc55fb3986ac837547543e6ba1437bdd841f769cd4b59b21e5dfa656049fdc7

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.