Age | Commit message (Expand) | Author |
2020-03-11 | Introduce and use of a list of GitHub usernames that have signed CLA (#244) | Daniel Watkins |
2020-03-10 | workflows/cla.yml: use correct username for CLA check (#243) | Daniel Watkins |
2020-03-10 | tox.ini: use xenial version of jsonpatch in CI (#242) | Daniel Watkins |
2020-03-10 | workflows: CLA validation altered to fail status on pull_request (#164) | Chad Smith |
2020-03-10 | tox.ini: bump pyflakes version to 2.1.1 (#239) | Daniel Watkins |
2020-03-10 | cloudinit: move to pytest for running tests (#211) | Daniel Watkins |
2020-03-10 | instance-data: add cloud-init merged_cfg and sys_info keys to json (#214) | Chad Smith |
2020-03-05 | ec2: Do not fallback to IMDSv1 on EC2 (#216) | Chad Smith |
2020-03-04 | instance-data: write redacted cfg to instance-data.json (#233) | Chad Smith |
2020-03-04 | net: support network-config:disabled on the kernel commandline (#232) | Chad Smith |
2020-03-03 | ec2: only redact token request headers in logs, avoid altering request (#230) | Chad Smith |
2020-02-27 | docs: typo fixed: dta → data | Alexey Vazhnov |
2020-02-27 | Fixes typo on Amazon Web Services (#217) | Nick Wales |
2020-02-27 | Fix docs for OpenStack DMI Asset Tag (#228) | Mark T. Voelker |
2020-02-25 | Add physical network type: cascading to openstack helpers (#200) | sab-systems |
2020-02-25 | tests: add focal integration tests for ubuntu (#225) | Chad Smith |
2020-02-20 | Release 20.1 (#222)20.1 | Daniel Watkins |
2020-02-20 | Update tooling for GitHub-based new releases (#223) | Daniel Watkins |
2020-02-19 | ec2: Do not log IMDSv2 token values, instead use REDACTED (#219) | Ryan Harper |
2020-02-18 | utils: use SystemRandom when generating random password. (#204) | Dimitri John Ledkov |
2020-02-13 | docs: mount_default_files is a list of 6 items, not 7 (#212) | Chad Smith |
2020-02-13 | azurecloud: fix issues with instances not starting (#205) | Ryan Harper |
2020-02-10 | unittest: fix stderr leak in cc_set_password random unittest output. (#208) | Ryan Harper |
2020-02-07 | cc_disk_setup: add swap filesystem force flag (#207) | Ryan Harper |
2020-02-07 | import sysvinit patches from freebsd-ports tree (#161) | Igor Galić |
2020-02-07 | docs: fix typo (#195) | Edwin Kofler |
2020-02-03 | sysconfig: distro-specific config rendering for BOOTPROTO option (#162) | Robert Schweikert |
2020-01-31 | cloudinit: replace "from six import X" imports (except in util.py) (#183) | Daniel Watkins |
2020-01-30 | run-container: use 'test -n' instead of 'test ! -z' (#202) | Paride Legovini |
2020-01-30 | net/cmdline: correctly handle static ip= config (#201) | Dimitri John Ledkov |
2020-01-29 | Replace mock library with unittest.mock (#186) | Daniel Watkins |
2020-01-29 | HACKING.rst: update CLA link (#199) | Daniel Watkins |
2020-01-29 | Scaleway: Fix DatasourceScaleway to avoid backtrace (#128) | Louis Bouchard |
2020-01-28 | cloudinit/cmd/devel/net_convert.py: add missing space (#191) | Daniel Watkins |
2020-01-28 | tools/run-container: drop support for python2 (#192) | Paride Legovini |
2020-01-27 | Print ssh key fingerprints using sha256 hash (#188) | Ryan Harper |
2020-01-24 | Make the RPM build use Python 3 (#190) | Paride Legovini |
2020-01-24 | cc_set_password: increase random pwlength from 9 to 20 (#189) | Ryan Harper |
2020-01-23 | .travis.yml: use correct Python version for xenial tests (#185) | Daniel Watkins |
2020-01-23 | cloudinit: remove ImportError handling for mock imports (#182) | Daniel Watkins |
2020-01-23 | Do not use fallocate in swap file creation on xfs. (#70) | Eduardo Otubo |
2020-01-22 | .readthedocs.yaml: install cloud-init when building docs (#181) | Daniel Watkins |
2020-01-22 | Introduce an RTD config file, and pin the Sphinx version to the RTD default (... | Daniel Watkins |
2020-01-21 | Drop most of the remaining use of six (#179) | Daniel Watkins |
2020-01-21 | Start removing dependency on six (#178) | Daniel Watkins |
2020-01-20 | Add Rootbox & HyperOne to list of cloud in README (#176) | Adam Dobrawy |
2020-01-16 | docs: add proposed SRU testing procedure (#167) | Chad Smith |
2020-01-16 | util: rename get_architecture to get_dpkg_architecture (#173) | Daniel Watkins |
2020-01-16 | Ensure util.get_architecture() runs only once (#172) | Ryan Harper |
2020-01-14 | Only use gpart if it is the BSD gpart (#131) | Conrad Hoffmann |