cloud-init 23.3-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (23.3-0ubuntu1) mantic; urgency=medium

  * d/po/templates.pot: refresh with debconf-updatepo
  * d/cloud-init.templates: enable Akamai by default.
    Add Akamai to the default templates to allow datasource discovery.
  * Upstream snapshot based on 23.3.
    List of changes from upstream can be found at
    https://raw.githubusercontent.com/canonical/cloud-init/23.3/ChangeLog
    - Bugs fixed in this snapshot: (LP: #2030788, #1980150, #1884127)
      (LP: #1998539)

 -- Chad Smith <email address hidden>  Mon, 28 Aug 2023 12:33:17 -0600

Upload details

Uploaded by:
Chad Smith
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_23.3.orig.tar.gz 5.6 MiB 47e4cfb914ebef22a647e284d42123ab1deca3110ad40b5169371f4ac2f628e5
cloud-init_23.3-0ubuntu1.debian.tar.xz 87.5 KiB 528edfc311b2de48e11c632e1b9c90b2dfc8c6ad6847467c154e7a8bc823f121
cloud-init_23.3-0ubuntu1.dsc 2.2 KiB 967b7f5956664f66fcce1aa850af7bf7fb8d692a1744cbc5edd0d1e338fa5422

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.