cloud-init 23.1.1-0ubuntu0~22.04.1 source package in Ubuntu

Changelog

cloud-init (23.1.1-0ubuntu0~22.04.1) jammy; urgency=medium

  * d/patches/retain-netplan-world-readable.patch:
    - Retain original world-readable perms of /etc/netplan/50-cloud-init.yaml.
      Lunar made the config root read-only.
  * refresh patches:
    + debian/patches/expire-on-hashed-users.patch
  * Upstream snapshot based on 23.1.1. (LP: #2008230).
    List of changes from upstream can be found at
    https://raw.githubusercontent.com/canonical/cloud-init/23.1.1/ChangeLog

 -- Alberto Contreras <email address hidden>  Fri, 03 Mar 2023 10:06:20 +0100

Upload details

Uploaded by:
Alberto Contreras
Sponsored by:
Chad Smith
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_23.1.1.orig.tar.gz 1.5 MiB 78018334e67adb1190a8d94523c5a44e4ac307c9a7812df89d51c532961a4a16
cloud-init_23.1.1-0ubuntu0~22.04.1.debian.tar.xz 86.6 KiB 1c4a393f7cdfdedd8ee6035e67af8a414c7906ac4b184f8fb9b6a59544ac90a2
cloud-init_23.1.1-0ubuntu0~22.04.1.dsc 2.2 KiB 9c0cc878a48b48b92a4af6beec7bcdc3fefbef822163221a1e0fc713adc277f6

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.