Age | Commit message (Expand) | Author |
2020-01-21 | Start removing dependency on six (#178) | Daniel Watkins |
2019-12-16 | tests: mock uid when running as root (#113) | Joshua Powers |
2019-10-24 | net/netplan: use ipv6-mtu key for specifying ipv6 mtu values | Ryan Harper |
2019-10-24 | Fix usages of yaml, and move yaml_dump to safeyaml.dumps. | Scott Moser |
2019-04-09 | cmd:main.py: Fix missing 'modules-init' key in modes dict | Antonio Romito |
2019-03-04 | clean: correctly determine the path for excluding seed directory | Daniel Watkins |
2019-01-31 | clean: cloud-init clean should not trace when run from within cloud_dir | Chad Smith |
2018-12-03 | dhclient-hook: cleanups, tests and fix a bug on 'down' event. | Scott Moser |
2018-12-03 | ovf: Fix ovf network config generation gateway/routes | Ryan Harper |
2018-11-27 | logs: collect-logs ignore instance-data-sensitive.json on non-root user | Chad Smith |
2018-10-30 | query: better error when missing read permission on instance-data | Chad Smith |
2018-10-26 | instance-data: fallback to instance-data.json if sensitive is absent. | Chad Smith |
2018-10-09 | tools: Add cloud-id command line utility | Chad Smith |
2018-09-25 | cli: add cloud-init query subcommand to query instance metadata | Chad Smith |
2018-09-17 | Fall back to root:root on syslog permissions if other options fail. | Robert Schweikert |
2018-09-11 | user-data: jinja template to render instance-data.json in cloud-config | Chad Smith |
2018-09-05 | tests: Disallow use of util.subp except for where needed. | Scott Moser |
2018-09-05 | sysconfig: refactor sysconfig to accept distro specific templates paths | Ryan Harper |
2018-08-31 | hyperv_reporting_handler: simplify threaded publisher | Ryan Harper |
2018-08-24 | logging: Add logging config type hyperv for reporting via Azure KVP | Andy Liu |
2018-08-17 | azure: allow azure to generate network configuration from IMDS per boot. | Chad Smith |
2018-08-06 | tools: Add 'net-convert' subcommand command to 'cloud-init devel'. | Scott Moser |
2018-05-17 | read_file_or_url: move to url_helper, fix bug in its FileResponse. | Scott Moser |
2018-05-01 | collect-logs: add -v flag, write to stderr, limit journal to single boot. | Scott Moser |
2018-04-19 | pylint: pay attention to unused variable warnings. | Scott Moser |
2018-03-14 | set_hostname: When present in metadata, set it before network bringup. | Chad Smith |
2018-03-02 | Change some list creation and population to literal. | Rémy Léone |
2018-02-12 | tests: run nosetests in cloudinit/ directory, fix py26 fallout. | Scott Moser |
2018-02-08 | cli: fix cloud-init status to report running when before result.json | Chad Smith |
2018-01-26 | Fix potential cases of uninitialized variables. | Chad Smith |
2018-01-12 | Do not log warning on config files that represent None. | Scott Moser |
2018-01-03 | cli: cloud-init clean handles symlinks | Chad Smith |
2017-12-14 | cli: Fix error in cloud-init modules --mode=init. | Chad Smith |
2017-12-07 | pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints. | Ryan Harper |
2017-12-05 | cli: Add clean and status subcommands | Chad Smith |
2017-09-15 | cmdline: add collect-logs subcommand. | Chad Smith |
2017-08-25 | cli: Fix command line parsing of coniditionally loaded subcommands. | Chad Smith |
2017-08-22 | schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schema | Chad Smith |
2017-08-21 | tools: Add tooling for basic cloud-init performance analysis. | Chad Smith |
2017-06-27 | Azure: Add network-config, Refactor net layer to handle duplicate macs. | Ryan Harper |
2017-06-15 | main: Don't use templater to format the welcome message | Andrew Jorgensen |
2017-04-21 | pylint: fix all logging warnings | Joshua Powers |
2017-03-10 | Add feature flags to cloudinit.version. | Wesley Wiedenmeier |
2017-03-03 | Support warning if the used datasource is not in ds-identify's list. | Scott Moser |
2017-02-03 | manual_cache_clean: When manually cleaning touch a file in instance dir. | Scott Moser |
2017-01-11 | Get early logging logged, including failures of cmdline url. | Scott Moser |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-11-22 | main: set TZ in environment if not already set. | Ryan Harper |
2016-11-18 | Add activate_datasource, for datasource specific code paths. | Scott Moser |
2016-08-22 | Minor cleanups to atomic_helper and add unit tests. | Scott Moser |