cloud-init 22.3.4-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (22.3.4-0ubuntu1) kinetic; urgency=medium

  * New upstream bug fix release.
    + Release 22.3.4 (LP: #1986703)
    + Fix Oracle DS primary interface when using IMDS (#1757)
      (LP: #1989686)

 -- Brett Holman <email address hidden>  Fri, 30 Sep 2022 16:07:44 -0600

Upload details

Uploaded by:
Brett Holman
Sponsored by:
Chad Smith
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_22.3.4.orig.tar.gz 1.3 MiB 75ec2eefecda83d4aea6a10e96c089ee63f83d3ab78b80ab61d93474e95b24b3
cloud-init_22.3.4-0ubuntu1.debian.tar.xz 85.5 KiB b7bc51eddd48c3e3e134dd9249136590e816481a022018d1d87ddeeba034e416
cloud-init_22.3.4-0ubuntu1.dsc 2.2 KiB a493a7e2b76589f93fe6c4d9cf9739766354a2d543e19dc8905a6693e3ab8009

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.