summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* releasing cloud-init version 20.2-94-g3d06abc2-0ubuntu1ubuntu/20.2-94-g3d06abc2-0ubuntu1Daniel Watkins2020-07-101-1/+1
* update changelog (New upstream snapshot 20.2-94-g3d06abc2).Daniel Watkins2020-07-101-0/+72
* merge from master at 20.2-94-g3d06abc2Daniel Watkins2020-07-10200-2079/+3568
|\
| * cc_mounts: handle missing fstab (#484)Ryan Harper2020-07-102-10/+23
| * LXD cloud_tests: support more lxd image formats (#482)Paride Legovini2020-07-091-8/+25
| * Add update_etc_hosts as default module on *BSD (#479)Adam Dobrawy2020-07-072-6/+5
| * cloudinit: fix tip-pylint failures and bump pinned pylint version (#478)Daniel Watkins2020-07-063-4/+7
| * Added BirknerAlex as contributor and sorted the file (#477)Alexander Birkner2020-07-031-2/+3
| * Update list of types of modules in cli.rstsaurabhvartak19822020-07-021-1/+1
| * tests: use markers to configure disable_subp_usage (#473)Daniel Watkins2020-07-025-43/+76
| * Add mention of vendor-data to no-cloud format documentation (#470)Landon Kirk2020-07-022-0/+7
| * Fix broken link to OpenStack metadata service docs (#467)Matt Riedemann2020-07-021-1/+1
| * Disable ec2 mirror for non aws instances (#390)lucasmoura2020-06-307-89/+193
| * cloud_tests: don't pass --python-version to read-dependencies (#465)Daniel Watkins2020-06-301-1/+1
| * networking: refactor is_physical from cloudinit.net (#457)Daniel Watkins2020-06-308-80/+181
| * Enable use of the caplog fixture in pytest tests, and add a cc_final_message ...Daniel Watkins2020-06-305-8/+25
| * RbxCloud: Add support for FreeBSD (#464)Adam Dobrawy2020-06-292-8/+22
| * Add schema for cc_chef module (#375)lucasmoura2020-06-292-72/+290
| * test_util: add (partial) testing for util.mount_cb (#463)Daniel Watkins2020-06-291-0/+67
| * .travis.yml: revert to installing ubuntu-dev-tools (#460)Daniel Watkins2020-06-261-1/+1
| * HACKING.rst: add details of net refactor tracking (#456)Daniel Watkins2020-06-261-0/+22
| * .travis.yml: rationalise installation of dependencies in host (#449)Daniel Watkins2020-06-261-5/+2
| * Add dermotbradley as contributor. (#458)dermotbradley2020-06-251-0/+1
| * net/networking: remove unused functions/methods (#453)Daniel Watkins2020-06-244-60/+0
| * distros.networking: initial implementation of layout (#391)Daniel Watkins2020-06-234-23/+346
| * cloud-init.service.tmpl: use "rhel" instead of "redhat" (#452)Daniel Watkins2020-06-231-1/+1
| * Change from redhat to rhel in systemd generator tmpl (#450)Eduardo Otubo2020-06-231-1/+1
| * Hetzner: support reading user-data that is base64 encoded. (#448)Scott Moser2020-06-223-1/+50
| * HACKING.rst: add strpath gotcha to testing gotchas section (#446)Daniel Watkins2020-06-221-0/+8
| * cc_final_message: don't create directories when writing boot-finished (#445)Daniel Watkins2020-06-222-1/+34
| * .travis.yml: only store new schroot if something has changed (#440)Daniel Watkins2020-06-191-14/+15
| * util: add ensure_dir_exists parameter to write_file (#443)Daniel Watkins2020-06-192-2/+25
| * printing the error stream of the dhclient process before killing it (#369)Moustafa Moustafa2020-06-196-16/+73
| * Fix link to the MAAS documentation (#442)Paride Legovini2020-06-191-1/+1
| * RPM build: disable the dynamic mirror URLs when using a proxy (#437)Paride Legovini2020-06-182-3/+10
| * util: rename write_file's copy_mode parameter to preserve_mode (#439)Daniel Watkins2020-06-174-11/+13
| * .travis.yml: use $TRAVIS_BUILD_DIR for lxd_image caching (#438)Daniel Watkins2020-06-161-2/+2
| * cli.rst: alphabetise devel subcommands and add net-convert to list (#430)Daniel Watkins2020-06-121-6/+8
| * Default to UTF-8 in /var/log/cloud-init.log (#427)James Falcon2020-06-121-1/+1
| * travis: cache the chroot we use for package builds (#429)Daniel Watkins2020-06-121-11/+59
| * test: fix all flake8 E126 errors (#425)Joshua Powers2020-06-1021-153/+238
| * Fixes KeyError for bridge with no "parameters:" setting (#423)Brian Candler2020-06-093-4/+14
| * When tools.conf does not exist, running cmd "vmware-toolbox-cmd config get de...chengcheng-chcheng2020-06-091-12/+19
| * Document CloudStack data-server well-known hostname (#399)Gregor Riepl2020-06-092-5/+12
| * test: move conftest.py to top-level, to cover tests/ also (#414)Daniel Watkins2020-06-083-2/+7
| * Replace cc_chef is_installed with use of subp.is_exe. (#421)Scott Moser2020-06-081-10/+3
| * Move runparts to subp. (#420)Scott Moser2020-06-087-40/+42
| * Move subp into its own module. (#416)Scott Moser2020-06-08148-1292/+1403
| * readme: point at travis-ci.com (#417)Joshua Powers2020-06-081-1/+1
| * New feature flag functionality and fix includes failing silently (#367)James Falcon2020-06-045-9/+147