cloud-init 24.1.3-0ubuntu1~20.04.5 source package in Ubuntu

Changelog

cloud-init (24.1.3-0ubuntu1~20.04.5) focal; urgency=medium

  * Upstream bug fix release based on 24.1.7
    + functional fixes in debian/patches:
      - cpick-417ee551: fix(ec2): Ensure metadata exists before configuring PBR.
        (LP: #2066979)
      - cpick-d6776632: fix: Check renderer for netplan-specific code (#5321)
        (LP: #2066985)
      - cpick d771d1f4: fix(ec2): Correctly identify netplan renderer (#5361)
        (LP: #2066985)
    + test fixes in debian/patches:
      - cpick-74dc7cce: test: Fix failing test_ec2.py test (#5324)

 -- James Falcon <email address hidden>  Wed, 05 Jun 2024 12:40:38 -0500

Upload details

Uploaded by:
James Falcon
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 updates main admin

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_24.1.3.orig.tar.gz 1.6 MiB e06636cccc1b1766cfbcaf1ae422fce9aee8b869bb9af0d4388f6729c63a8916
cloud-init_24.1.3-0ubuntu1~20.04.5.debian.tar.xz 99.4 KiB 4a6dd77e083a303e7d90dda9193473e33d79c7e6f9dd833e0544c5b316544eaa
cloud-init_24.1.3-0ubuntu1~20.04.5.dsc 2.1 KiB c859187ad1f4d08619cbb673ee83dae9ac569a80a1d0dbb94ca7497002175328

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.