cloud-init 24.1.3-0ubuntu2 source package in Ubuntu

Changelog

cloud-init (24.1.3-0ubuntu2) noble; urgency=medium

  * Upstream bug fix release based on 24.1.4.
    + functional fixes in debian/patches:
      - cpick-f74b61ea-ephemeral-dhcpcd-Set-dhcpcd-interface-down
        When dhcpcd client sets up a device to discover IMDS, ensure
        link is set back down to avoid interface rename failures (GH-5019)
      - cpick-372e80f8-net-dhcp-bump-dhcpcd-timeout-to-300s-5127
        Extend default timeout of dhcpcd command to 300 seconds
      - cpick-77771023-net-dhcp-raise-InvalidDHCPLeaseFileError-on-error
        Raise any dhcpcd lease parse failures as InvalidDHCPLeaseFileError
        (GH-5128)
      - cpick-f6ac6ee8-fix-dhcpcd-Make-lease-parsing-more-robust-5129
        Avoid tracebacks on empty invalid lease content from dhcpcd
        and raise InvalidDHCPLeaseFileError with full lease parsed when errors
        occur. (GH-5128)
    + test fixes in debian/patches:
      - d/p/cpick-accdfe6a-refactor-Import-log-module-rather-than-functions-5074
        Avoid mock failures in unit tests by module-level import of log
      - cpick-144782a8-test-Remove-side-effects-from-tests-5074

 -- Chad Smith <email address hidden>  Wed, 03 Apr 2024 12:26:52 -0600

Upload details

Uploaded 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.3.orig.tar.gz 1.6 MiB e06636cccc1b1766cfbcaf1ae422fce9aee8b869bb9af0d4388f6729c63a8916
cloud-init_24.1.3-0ubuntu2.debian.tar.xz 97.4 KiB a9127f5ff181c1af8eae025544ebcfec7f5762cac4a081018d221cb546882b82
cloud-init_24.1.3-0ubuntu2.dsc 2.2 KiB 0a1a16cb243d64d02dc1bf079cec274b22655ed14736fada77f4b9d51fe7a57d

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.