cloud-init 24.3.1-0ubuntu0~22.04.1 source package in Ubuntu

Changelog

cloud-init (24.3.1-0ubuntu0~22.04.1) jammy; urgency=medium

  * d/p/no-single-process.patch: Remove single process optimization
  * d/p/no-nocloud-network.patch: Remove nocloud network feature
  * refresh patches:
    - d/p/cli-retain-file-argument-as-main-cmd-arg.patch
    - d/p/revert-551f560d-cloud-config-after-snap-seeding.patch
  * Upstream snapshot based on 24.3.1. (LP: #2079224).
    List of changes from upstream can be found at
    https://raw.githubusercontent.com/canonical/cloud-init/24.3.1/ChangeLog

 -- Chad Smith <email address hidden>  Fri, 06 Sep 2024 10:00:51 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy proposed main admin

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_24.3.1.orig.tar.gz 1.7 MiB 8e4946ea607440225a7a3b4651a370adef701de10494f881ab9d6bab98e3ec10
cloud-init_24.3.1-0ubuntu0~22.04.1.debian.tar.xz 97.3 KiB 54f2d2d5f02941d5262652623f8a0a2810fcef5065716c80212249785a36abdc
cloud-init_24.3.1-0ubuntu0~22.04.1.dsc 2.2 KiB a66fe44b4c164ff45e4440e32968af81f1674223e2f5c38cc6da04141f2f9ba1

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.