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

Changelog

cloud-init (24.2-0ubuntu1~20.04.1) focal; urgency=medium

  * d/control: remove netifaces due to GH-4634
  * drop d/p/do-not-block-user-login.patch:
    Upstream now has "Before=systemd-user-sessions" in cloud-init.service
  * d/p/drop-unsupported-systemd-condition-environment.patch:
    drop ConditionEnvironment from unit files because systemd 245.4 ignores
    those keys and emits warnings at systemctl status
  * d/p/add-deprecation-info-boundary.patch: Update
    DEPRECATION_INFO_BOUNDARY to ensure new deprecations don't trigger
    warnings.
  * refresh patches:
    - d/p/cli-retain-file-argument-as-main-cmd-arg.patch
    - d/p/keep-dhclient-as-priority-client.patch
    - d/p/netplan99-cannot-use-default.patch
    - d/p/retain-ec2-default-net-update-events.patch
    - d/p/retain-netplan-world-readable.patch
    - d/p/retain-old-groups.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
  * 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:36:14 -0500

Upload details

Uploaded by:
James Falcon
Sponsored by:
Chad Smith
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal proposed main admin

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_24.2.orig.tar.gz 1.8 MiB 5e0a025f2d008498c92632a45937bf0b722a05cea9c21b46b353898a0faaa565
cloud-init_24.2-0ubuntu1~20.04.1.debian.tar.xz 95.8 KiB 777c3ab457d9e5f7bf8cb2c2904bf933f65164e8b372a102552852fa4028eb26
cloud-init_24.2-0ubuntu1~20.04.1.dsc 2.2 KiB 4bdf7b2d0fa7fccfe34f5ad74492d4229b8bd76bdd3d1a325e2b5bfa809517f8

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.