~mokeseven7/cloud-init:ubuntu/daily/focal

Last commit made on 2021-01-12
Get this branch:
git clone -b ubuntu/daily/focal https://git.launchpad.net/~mokeseven7/cloud-init
Only mike mcgrath can upload to this branch. If you are mike mcgrath please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/daily/focal
Repository:
lp:~mokeseven7/cloud-init

Recent commits

3cbf080... by Dan Watkins

Revert "cherry pick 4f62ae8d"

This reverts commit 7bf737e6a1a3fc69fbf55d266ca04dcc2b08b5d6.

1286828... by Dan Watkins

Merge remote-tracking branch 'origin/ubuntu/focal' into ubuntu/daily/focal

8941533... by Chad Smith

update changelog

7bf737e... by Chad Smith

cherry pick 4f62ae8d

b7b2730... by James Falcon

releasing cloud-init version 20.4-0ubuntu1~20.04.1

4f60c15... by James Falcon

update changelog (New upstream release 20.4).

b98b31c... by James Falcon

merge from 47f4229ebcef9f83df8b549bb869a2dbf6dff17c at 20.4

47f4229... by James Falcon <email address hidden>

Release 20.4 (#686)

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

LP: #1905440

87df9d6... by Chad Smith

tox: avoid tox testenv subsvars for xenial support (#684)

Xenial tox 2.3.1 still suffers from
    https://github.com/tox-dev/tox/issues/208.

As a result we cannot use testenv substvars if we want to support running
tox on xenial systems.

Drop the {[testenv:integration-tests]*} substitutions to avoid tracebacks
when running `tox -e xenial-dev` which has the signature:

   "No support for the %s substitution type" % sub_type)
   tox.ConfigError: ConfigError: No support for the posargs substitution
   type

6e86d2a... by James Falcon <email address hidden>

Ensure proper root permissions in integration tests (#664)

Tests previously assumed that when executing commands and transferring
files that user will have root permissions. This change updated
integration testing infrastructure so that is true.