cloud-init:ubuntu/bionic

Last commit made on 2024-08-08
Get this branch:
git clone -b ubuntu/bionic https://git.launchpad.net/cloud-init
Members of cloud-init Commiters can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/bionic
Repository:
lp:cloud-init

Recent commits

43b9754... by Chad Smith

releasing 23.1.2-0ubuntu0~18.04.2

638f82e... by Chad Smith

update changelog

f4f5a44... by Chad Smith

feat(pro): deprecate ubuntu_advantage key for ubuntu_pro

Backport deprecatation of ubuntu_advantage_key in favor of ubuntu_pro
to standardize product branding for Ubuntu Pro.

This allows for common behavior, documentation and tooling on all
supported and maintained releases including those Ubuntu releases
under active Expanded Security Maintenance(ESM).

LP: #2067660

809687a... by James Falcon

releasing cloud-init version 23.1.1-0ubuntu0~18.04.1

d833d90... by James Falcon

update changelog

2179ee1... by James Falcon

Add postinst for LP: #2013967

5746b29... by James Falcon

update changelog (new upstream snapshot)

0f71527... by James Falcon

Merge from 23.1.2 at 23.1.2

76066fe... by James Falcon

Release 23.1.2

Bump the version in cloudinit/version.py to 23.1.2 and
update ChangeLog.

9d4903b... by James Falcon

Make user/vendor data sensitive and remove log permissions

Because user data and vendor data may contain sensitive information,
this commit ensures that any user data or vendor data written to
instance-data.json gets redacted and is only available to root user.

Also, modify the permissions of cloud-init.log to be 640, so that
sensitive data leaked to the log isn't world readable.
Additionally, remove the logging of user data and vendor data to
cloud-init.log from the Vultr datasource.

LP: #2013967
CVE: CVE-2023-1786