summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2020-02-19ec2: Do not log IMDSv2 token values, instead use REDACTED (#219)Ryan Harper
2020-02-18utils: use SystemRandom when generating random password. (#204)Dimitri John Ledkov
2020-02-13docs: mount_default_files is a list of 6 items, not 7 (#212)Chad Smith
2020-02-10unittest: fix stderr leak in cc_set_password random unittest output. (#208)Ryan Harper
2020-02-07cc_disk_setup: add swap filesystem force flag (#207)Ryan Harper
2020-02-03sysconfig: distro-specific config rendering for BOOTPROTO option (#162)Robert Schweikert
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2020-01-30net/cmdline: correctly handle static ip= config (#201)Dimitri John Ledkov
2020-01-29Replace mock library with unittest.mock (#186)Daniel Watkins
2020-01-29Scaleway: Fix DatasourceScaleway to avoid backtrace (#128)Louis Bouchard
2020-01-28cloudinit/cmd/devel/net_convert.py: add missing space (#191)Daniel Watkins
2020-01-27Print ssh key fingerprints using sha256 hash (#188)Ryan Harper
2020-01-24cc_set_password: increase random pwlength from 9 to 20 (#189)Ryan Harper
2020-01-23Do not use fallocate in swap file creation on xfs. (#70)Eduardo Otubo
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2020-01-21Start removing dependency on six (#178)Daniel Watkins
2020-01-16util: rename get_architecture to get_dpkg_architecture (#173)Daniel Watkins
2020-01-16Ensure util.get_architecture() runs only once (#172)Ryan Harper
2020-01-14Only use gpart if it is the BSD gpart (#131)Conrad Hoffmann
2020-01-14freebsd: remove superflu exception mapping (#166)Gonéri Le Bouder
2020-01-09util: move uptime's else branch into its own boottime function (#53)Igor Galić
2020-01-08net: fix rendering of 'static6' in network config (#77)Ryan Harper
2020-01-08Make tests work with Python 3.8 (#139)Conrad Hoffmann
2020-01-07fixed minor bug with mkswap in cc_disk_setup.py (#143)andreaf74
2020-01-07freebsd: fix create_group() cmd (#146)Gonéri Le Bouder
2019-12-20modules: drop cc_snap_config config module (#134)Chad Smith
2019-12-20doc: update cc_set_hostname frequency and descrip (#109)Joshua Powers
2019-12-20freebsd: introduce the freebsd renderer (#61)Gonéri Le Bouder
2019-12-19cc_snappy: remove deprecated module (#127)Daniel Watkins
2019-12-18cloud-init: fix capitalisation of SSH (#126)Daniel Watkins
2019-12-18doc: update cc_ssh clarify host and auth keysJoshua Powers
2019-12-18Release 19.4Chad Smith
2019-12-18rbxcloud: fix dsname in RbxCloudAdam Dobrawy
2019-12-18apport: Add RbxCloud dsAdam Dobrawy
2019-12-18settings: Add RbxCloudAdam Dobrawy
2019-12-17Partially revert "fix unlocking method on FreeBSD" (#116)Daniel Watkins
2019-12-16tests: mock uid when running as root (#113)Joshua Powers
2019-12-13cloudinit/netinfo: remove unused getgateway (#111)Daniel Watkins
2019-12-12azure: avoid re-running cloud-init when instance-id is byte-swapped (#84)AOhassan
2019-12-12fix unlocking method on FreeBSDIgor Galić
2019-12-11docs: add additional details to per-instance/onceJoshua Powers
2019-12-11Merge pull request #96 from fred-lefebvre/masterJoshua Powers
2019-12-09dhcp: Support RedHat dhcp rfc3442 lease format for option 121 (#76)Eric Lafontaine
2019-12-06network_state: handle empty v1 config (#45)Ryan Harper
2019-12-06Add an Amazon distro in the redhat OS familyFrederick Lefebvre
2019-12-05Multiple file fix for AuthorizedKeysFile config (#60)Eduardo Otubo
2019-12-03Fix linting failure in test_url_helper (#83)Eric Lafontaine
2019-12-02url_helper: read_file_or_url should pass headers param into readurl (#66)Chad Smith
2019-11-27dmidecode: log result *after* stripping \nIgor Galić
2019-11-26set_passwords: support for FreeBSD (#46)Igor Galić