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

Changelog

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

  * cherry-pick 51c6569f: fix(snapd): ubuntu do not snap refresh when
    snap absent (LP: #2064132)
    - fix in 24.1.3-0ubuntu1~20.04.2 did not handle package_upgrade case

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

  * d/p/cli-retain-file-argument-as-main-cmd-arg.patch: retain ability to
    provide -f or --file on the command line before cloud-init subcommands
    init, modules or single (LP: #2064300)

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

  * cherry-pick a6f7577d: bug(package_update): avoid snap refresh in
    images without (LP: #2064132)

 -- Chad Smith <email address hidden>  Fri, 03 May 2024 15:38:58 -0600

Upload details

Uploaded 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.1.3.orig.tar.gz 1.6 MiB e06636cccc1b1766cfbcaf1ae422fce9aee8b869bb9af0d4388f6729c63a8916
cloud-init_24.1.3-0ubuntu1~20.04.4.debian.tar.xz 96.8 KiB 7ab8b96c8c4c9b0ebbd19c41a497eb221cb9071ad80d5d70b77c82fe1724bd97
cloud-init_24.1.3-0ubuntu1~20.04.4.dsc 2.2 KiB 920cbe0e58fe1f53d07d28823f3902470cb7907c76c81ffc1aad496442757e5d

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.