Age | Commit message (Expand) | Author |
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-04-02 | Add support for NFS/EFS mounts (#300) | Andrew Beresford |
2020-03-31 | CiTestCase: stop using and remove sys_exit helper (#283) | Daniel Watkins |
2020-03-31 | rbxcloud: gracefully handle arping errors (#262) | Adam Dobrawy |
2020-03-31 | Fix cloud-init ignoring some misdeclared mimetypes in user-data. | Kurt Garloff |
2020-03-30 | net: ubuntu focal prioritize netplan over eni even if both present (#267) | Chad Smith |
2020-03-27 | CiTestCase: remove now-unneeded parse_and_read helper method (#286) | 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-23 | cc_apt_configure/util: combine search_for_mirror implementations (#271) | 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-18 | ec2 json validation: fix the reference to the 'merged_cfg' key (#256) | Paride Legovini |
2020-03-18 | releases.yaml: quote the Ubuntu version numbers (#254) | Paride Legovini |
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 | net: support network-config:disabled on the kernel commandline (#232) | Chad Smith |
2020-02-25 | tests: add focal integration tests for ubuntu (#225) | Chad Smith |
2020-02-19 | ec2: Do not log IMDSv2 token values, instead use REDACTED (#219) | Ryan Harper |
2020-02-13 | azurecloud: fix issues with instances not starting (#205) | Ryan Harper |
2020-02-07 | cc_disk_setup: add swap filesystem force flag (#207) | Ryan Harper |
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 | 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 | Scaleway: Fix DatasourceScaleway to avoid backtrace (#128) | Louis Bouchard |
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-21 | Drop most of the remaining use of six (#179) | Daniel Watkins |
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 |
2020-01-10 | ssh_auth_key_fingerprints_disable test: fix capitalization (#165) | Paride Legovini |
2020-01-08 | net: fix rendering of 'static6' in network config (#77) | Ryan Harper |
2019-12-20 | modules: drop cc_snap_config config module (#134) | Chad Smith |
2019-12-20 | freebsd: introduce the freebsd renderer (#61) | Gonéri Le Bouder |
2019-12-19 | cc_snappy: remove deprecated module (#127) | Daniel Watkins |
2019-12-18 | cloud-init: fix capitalisation of SSH (#126) | 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-11 | ds_identify: if /sys is not available use dmidecode (#42) | Igor Galić |
2019-12-05 | Multiple file fix for AuthorizedKeysFile config (#60) | Eduardo Otubo |
2019-12-02 | url_helper: read_file_or_url should pass headers param into readurl (#66) | Chad Smith |
2019-11-26 | cloud_tests: add azure platform support to integration tests | ahosmanmsft |
2019-11-26 | set_passwords: support for FreeBSD (#46) | Igor Galić |
2019-11-25 | FreeBSD: fix for get_linux_distro() and lru_cache (#59) | Igor Galić |
2019-11-22 | ec2: Add support for AWS IMDS v2 (session-oriented) (#55) | Ryan Harper |