Age | Commit message (Expand) | Author |
2020-03-19 | cloudinit/tests: remove unneeded with_logs configuration (#263) | Daniel Watkins |
2020-03-18 | ec2: render network on all NICs and add secondary IPs as static (#114) | Chad Smith |
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-02-19 | ec2: Do not log IMDSv2 token values, instead use REDACTED (#219) | Ryan Harper |
2020-01-31 | cloudinit: replace "from six import X" imports (except in util.py) (#183) | Daniel Watkins |
2020-01-29 | Replace mock library with unittest.mock (#186) | Daniel Watkins |
2020-01-29 | Scaleway: Fix DatasourceScaleway to avoid backtrace (#128) | Louis Bouchard |
2020-01-21 | Drop most of the remaining use of six (#179) | Daniel Watkins |
2019-12-18 | tests: Add tests for value of dsname in datasources | Adam Dobrawy |
2019-12-12 | azure: avoid re-running cloud-init when instance-id is byte-swapped (#84) | AOhassan |
2019-12-02 | url_helper: read_file_or_url should pass headers param into readurl (#66) | Chad Smith |
2019-11-22 | ec2: Add support for AWS IMDS v2 (session-oriented) (#55) | Ryan Harper |
2019-11-21 | tests: Fix cloudsigma tests when no dmidecode data is present. (#57) | Scott Moser |
2019-11-20 | net: IPv6, accept_ra, slaac, stateless (#51) | Harald |
2019-11-13 | azure: support secondary ipv6 addresses (#33) | Chad Smith |
2019-11-04 | azure: support matching dhcp route-metrics for dual-stack ipv4 ipv6 | Chad Smith |
2019-11-04 | configdrive: fix subplatform config-drive for /config-drive source | David Kindred |
2019-10-31 | DataSourceSmartOS: reconfigure network on each boot | Mike Gerdts |
2019-10-31 | OVF: disable custom script execution by default | Xiaofeng Wang |
2019-10-29 | azure: Do not lock user on instance id change | Sam Eiderman |
2019-10-16 | net: handle openstack dhcpv6-stateless configuration | Harald Jensås |
2019-10-11 | Add Support for e24cloud to Ec2 datasource. | Scott Moser |
2019-10-04 | Add RbxCloud datasource | Adam Dobrawy |
2019-09-18 | Add datasource for ZStack platform. | Shixin Ruan |
2019-09-11 | VMWware: add option into VMTools config to enable/disable custom script. | Xiaofeng Wang |
2019-08-28 | exoscale: fix sysconfig cloud_config_modules overrides | Chad Smith |
2019-08-14 | Azure: Record boot timestamps, system information, and diagnostic events | Anh Vo |
2019-08-13 | azure/net: generate_fallback_nic emits network v2 config instead of v1 | Chad Smith |
2019-08-09 | Add support for publishing host keys to GCE guest attributes | Rick Wright |
2019-08-08 | New data source for the Exoscale.com cloud platform | Chris Glass |
2019-07-23 | stages: allow data sources to override network config source order | Daniel Watkins |
2019-07-16 | net: add rfc3442 (classless static routes) to EphemeralDHCP | Ryan Harper |
2019-06-25 | azure: add region and AZ properties from imds compute location metadata | Chad Smith |
2019-05-28 | freebsd: ability to grow root file system | Gonéri Le Bouder |
2019-05-24 | freebsd: NoCloud data source support | Gonéri Le Bouder |
2019-05-10 | Azure: Return static fallback address as if failed to find endpoint | Jason Zions (MSFT) |
2019-05-08 | DataSourceAzure: Adjust timeout for polling IMDS | Anh Vo |
2019-04-18 | test_azure: mock util.SeLinuxGuard where needed | Jason Zions (MSFT) |
2019-04-10 | Revert "DataSource: move update_events from a class to an instance..." | Daniel Watkins |
2019-04-09 | Change DataSourceNoCloud to ignore file system label's case. | Risto Oikarinen |
2019-03-26 | Azure: Ensure platform random_seed is always serializable as JSON. | Jason Zions (MSFT) |
2019-03-14 | DataSource: move update_events from a class to an instance attribute | Daniel Watkins |
2019-03-04 | helpers/openstack: Treat unknown link types as physical | Daniel Watkins |
2019-03-04 | drop Python 2.6 support and our NIH version detection | Daniel Watkins |
2019-03-04 | tip-pylint: Fix assignment-from-return-none errors | Ryan Harper |
2019-02-26 | tests: fix some slow tests and some leaking state | Daniel Watkins |
2019-02-22 | azure: Filter list of ssh keys pulled from fabric | Jason Zions (MSFT) |
2019-02-14 | EC2: Rewrite network config on AWS Classic instances every boot | Guilherme G. Piccoli |
2018-12-20 | Scaleway: Support ssh keys provided inside an instance tag. | PORTE Loïc |