cloud-init 24.1.3-0ubuntu3 source package in Ubuntu

Changelog

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

  * cherry-pick 516fad6d: fix(url_helper): fix TCP connection leak on
    readurl() retries

 -- Brett Holman <email address hidden>  Fri, 05 Apr 2024 17:18:48 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main admin
Noble release main admin

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-0ubuntu3.debian.tar.xz 98.9 KiB d278fac2bc75ed034d217edfe9c09d6684b9d83c4c5cf8d5050b426c2eb0d230
cloud-init_24.1.3-0ubuntu3.dsc 2.0 KiB 6ced046303a7da8be4472bf9ec35ff3f188ad6537455fc5ffcd977a4562cd4a5

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.