cloud-init 24.1~6ga4140119-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (24.1~6ga4140119-0ubuntu1) noble; urgency=medium

  * d/control: Replace isc-dhcp-client with dhcpcd-base
  * d/p/do-not-block-user-login.patch:
    - Remove patch, snapd no longer blocks ssh
  * d/s/: Move apport hook to main branch
  * d/cloud-init.postinst: change priority of hotplug rules.
    Avoids LP: #1946003 on upgraded systems. References:
    [0] https://github.com/canonical/cloud-init/pull/4799
    [1] commit/b519d861aff8b44a0610c176cb34adcbe28df144
  * Upstream snapshot based on upstream/main at a4140119.

 -- Brett Holman <email address hidden>  Fri, 16 Feb 2024 08:18:39 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_24.1~6ga4140119.orig.tar.gz 1.6 MiB 7386d5133a13dae1a82c3ad058278a31a2f363e4acca3a050ea43b13d5e1bd1c
cloud-init_24.1~6ga4140119-0ubuntu1.debian.tar.xz 87.7 KiB 396b8d87b1df47632f03009407420b071ddf93749a4618eb56cc4640bcb94e1c
cloud-init_24.1~6ga4140119-0ubuntu1.dsc 2.3 KiB bb048389cf7f56b85a79303a0dc51ff845ed50433313c92893eeb6d242c3421d

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.