~robbieburgett/cloud-init:ubuntu/daily/groovy

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

Branch merges

Branch information

Name:
ubuntu/daily/groovy
Repository:
lp:~robbieburgett/cloud-init

Recent commits

586af73... by Dan Watkins

Revert "cherry pick 4f62ae8d"

This reverts commit da3130d03f6058b5b4a4e678d3dda52398b86d38.

6db6a2e... by Dan Watkins

include bug reference

b6821d9... by Dan Watkins

releasing cloud-init version 20.4-0ubuntu1~20.10.2

d533fe6... by Dan Watkins

update changelog

da3130d... by Dan Watkins

cherry pick 4f62ae8d

e036bd7... by Chad Smith

releasing cloud-init version 20.4-0ubuntu1~20.10.1

35e75e8... by Chad Smith

update changelog (New upstream release 20.4).

ca0c2f9... by Chad Smith

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