Age | Commit message (Expand) | Author |
2020-08-25 | tox: bump the pylint version to 2.6.0 in the default run (#544) | Paride Legovini |
2020-08-24 | Azure: Add netplan driver filter when using hv_netvsc driver (#539) | James Falcon |
2020-08-20 | Pushing cloud-init log to the KVP (#529) | Moustafa Moustafa |
2020-08-14 | DataSourceOracle: retry twice (and document why we retry at all) (#536) | Daniel Watkins |
2020-08-13 | Refactor Azure report ready code (#468) | Johnson Shi |
2020-08-13 | Support Oracle IMDSv2 API (#528) | James Falcon |
2020-08-10 | DataSourceOracle: refactor to use only OPC v1 endpoint (#493) | Daniel Watkins |
2020-08-07 | Recognize LABEL_FATBOOT labels (#513) | James Falcon |
2020-07-22 | azure: disable bouncing hostname when setting hostname fails (#494) | Anh Vo |
2020-07-21 | VMware: Support parsing DEFAULT-RUN-POST-CUST-SCRIPT (#441) | xiaofengw-vmware |
2020-07-15 | DataSourceAzure: Use ValueError when JSONDecodeError is not available (#490) | Anh Vo |
2020-07-15 | cloudinit: remove global disable of pylint W0107 and fix errors (#489) | Daniel Watkins |
2020-07-13 | cloudinit: remove global disable of pylint W0105 and fix errors (#480) | Daniel Watkins |
2020-07-06 | cloudinit: fix tip-pylint failures and bump pinned pylint version (#478) | Daniel Watkins |
2020-06-30 | networking: refactor is_physical from cloudinit.net (#457) | Daniel Watkins |
2020-06-29 | RbxCloud: Add support for FreeBSD (#464) | Adam Dobrawy |
2020-06-22 | Hetzner: support reading user-data that is base64 encoded. (#448) | Scott Moser |
2020-06-19 | printing the error stream of the dhclient process before killing it (#369) | Moustafa Moustafa |
2020-06-10 | test: fix all flake8 E126 errors (#425) | Joshua Powers |
2020-06-09 | When tools.conf does not exist, running cmd "vmware-toolbox-cmd config get de... | chengcheng-chcheng |
2020-06-08 | Move subp into its own module. (#416) | Scott Moser |
2020-06-03 | Enhance poll imds logging (#365) | Moustafa Moustafa |
2020-06-02 | test: fix all flake8 E121 and E123 errors (#404) | Joshua Powers |
2020-06-02 | test: fix all flake8 E241 (#403) | Joshua Powers |
2020-06-01 | test: fix all flake8 E741 errors (#401) | Joshua Powers |
2020-05-14 | cloudinit: minor pylint fixes (#360) | Daniel Watkins |
2020-05-14 | cloudinit: remove unneeded __future__ imports (#362) | Daniel Watkins |
2020-05-01 | DataSourceEc2: use metadata's NIC ordering to determine route-metrics (#342) | Daniel Watkins |
2020-04-28 | DataSourceNoCloud/OVF: drop claim to support FTP (#333) | Daniel Watkins |
2020-04-24 | BSD: find_devs_with_ refactoring (#298) | Gonéri Le Bouder |
2020-04-24 | nocloud: drop work around for Linux 2.6 (#324) | Gonéri Le Bouder |
2020-04-24 | cloudinit: drop dependencies on unittest2 and contextlib2 (#322) | Daniel Watkins |
2020-04-20 | tests: add missing mocks for get_interfaces_by_mac (#326) | Daniel Watkins |
2020-03-31 | rbxcloud: gracefully handle arping errors (#262) | Adam Dobrawy |
2020-03-30 | cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292) | Daniel Watkins |
2020-03-27 | sources/tests/test_init: drop use of deprecated inspect.getargspec (#285) | Daniel Watkins |
2020-03-26 | Identify SAP Converged Cloud as OpenStack | Silvio Knizek |
2020-03-26 | add Openbsd support (#147) | Gonéri Le Bouder |
2020-03-26 | VMWware: support to update guest info gc status if enabled (#261) | xiaofengw-vmware |
2020-03-20 | test_oracle,DataSourceOracle: sort imports (#266) | Daniel Watkins |
2020-03-19 | DataSourceOracle: update .network_config docstring (#257) | Daniel Watkins |
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-12 | Add Netbsd support (#62) | Gonéri Le Bouder |
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-02-25 | Add physical network type: cascading to openstack helpers (#200) | sab-systems |
2020-02-19 | ec2: Do not log IMDSv2 token values, instead use REDACTED (#219) | Ryan Harper |
2020-01-29 | Replace mock library with unittest.mock (#186) | Daniel Watkins |