cloud-init 24.2-0ubuntu1~22.04.1 source package in Ubuntu

Changelog

cloud-init (24.2-0ubuntu1~22.04.1) jammy; urgency=medium

  * d/control: remove netifaces due to GH-4634
  * d/p/deprecation-version-boundary.patch: Pin deprecation version to 22.1
  * drop d/p/do-not-block-user-login.patch: upstream 4981ea9 now orders
    cloud-init.service Before=systemd-user-sessions.service
  * refresh patches:
    - d/p/cli-retain-file-argument-as-main-cmd-arg.patch
    - d/p/keep-dhclient-as-priority-client.patch
    - d/p/status-do-not-remove-duplicated-data.patch
    - d/p/status-retain-recoverable-error-exit-code.patch
    - d/p/revert-551f560d-cloud-config-after-snap-seeding.patch
    - d/p/retain-ec2-default-net-update-events.patch
    - d/p/retain-old-groups.patch
  * d/po/templates.pot: update for wsl
  * Upstream snapshot based on 24.2. (LP: #2071762).
    List of changes from upstream can be found at
    https://raw.githubusercontent.com/canonical/cloud-init/24.2/ChangeLog
  * drop all d/p/cpick-* files as they are included in upstream snapshot

 -- James Falcon <email address hidden>  Thu, 11 Jul 2024 16:27:48 -0500

Upload details

Uploaded by:
James Falcon
Sponsored 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.2.orig.tar.gz 1.8 MiB 5e0a025f2d008498c92632a45937bf0b722a05cea9c21b46b353898a0faaa565
cloud-init_24.2-0ubuntu1~22.04.1.debian.tar.xz 94.4 KiB 054040155fba5dc89c56a05e6ed18bbbda90576f974410b44fe52e4c8146253d
cloud-init_24.2-0ubuntu1~22.04.1.dsc 2.2 KiB 6f88180fc9899099db6bcb697014be9eb4eda663738aaf60c2434c9dd2c542d8

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.