Age | Commit message (Expand) | Author |
2021-10-19 | cc_ssh.py: fix private key group owner and permissions (#1070) | Emanuele Giuseppe Esposito |
2021-10-07 | Allow comments in runcmd and report failed commands correctly (#1049) | Brett Holman |
2021-09-13 | Improve ug_util.py (#1013) | Shreenidhi Shedi |
2021-09-13 | Support openEuler OS (#1012) | zhuzaifangxuele |
2021-09-01 | Add CloudLinux OS support (#1003) | Alexandr Kravchenko |
2021-08-09 | Stop copying ssh system keys and check folder permissions (#956) | Emanuele Giuseppe Esposito |
2021-08-05 | Add support for EuroLinux 7 && EuroLinux 8 (#957) | Aleksander Baranowski |
2021-07-21 | Add VZLinux support (#951) | eb3095 |
2021-06-18 | Add support for VMware PhotonOS (#909) | sshedi |
2021-06-14 | add DragonFlyBSD support (#904) | Gonéri Le Bouder |
2021-05-25 | Add Rocky Linux support to cloud-init (#906) | Louis Abel |
2021-05-07 | Add AlmaLinux OS support (#872) | Andrew Lukoshko |
2021-03-19 | write passwords only to serial console, lock down cloud-init-output.log (#847) | Daniel Watkins |
2020-11-06 | replace usage of dmidecode with kenv on FreeBSD (#621) | Mina Galić |
2020-11-02 | cloudinit: move dmi functions out of util (#622) | Scott Moser |
2020-11-02 | util: fix mounting of vfat on *BSD (#637) | Mina Galić |
2020-10-23 | stages: don't reset permissions of cloud-init.log every boot (#624) | Daniel Watkins |
2020-09-18 | Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570) | Johann Queuniet |
2020-08-26 | util: remove debug statement (#556) | Joshua Powers |
2020-08-25 | tox: bump the pylint version to 2.6.0 in the default run (#544) | Paride Legovini |
2020-08-19 | Add Alpine Linux support. (#535) | dermotbradley |
2020-08-18 | Detect kernel version before swap file creation (#428) | Eduardo Otubo |
2020-08-07 | Recognize LABEL_FATBOOT labels (#513) | James Falcon |
2020-08-06 | Handle additional identifier for SLES For HPC (#520) | Robert Schweikert |
2020-07-06 | cloudinit: fix tip-pylint failures and bump pinned pylint version (#478) | Daniel Watkins |
2020-06-19 | util: add ensure_dir_exists parameter to write_file (#443) | Daniel Watkins |
2020-06-17 | util: rename write_file's copy_mode parameter to preserve_mode (#439) | Daniel Watkins |
2020-06-08 | Move runparts to subp. (#420) | Scott Moser |
2020-06-08 | Move subp into its own module. (#416) | Scott Moser |
2020-05-18 | make finding libc platform independent (#366) | Mina Galić (deprecated: Igor Galić) |
2020-04-24 | BSD: find_devs_with_ refactoring (#298) | Gonéri Le Bouder |
2020-04-01 | util: remove unnecessary lru_cache import fallback (#299) | Daniel Watkins |
2020-03-30 | cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292) | Daniel Watkins |
2020-03-26 | add Openbsd support (#147) | Gonéri Le Bouder |
2020-03-25 | set_passwords: avoid chpasswd on BSD (#268) | Gonéri Le Bouder |
2020-03-25 | util: read_cc_from_cmdline handle urlencoded yaml content (#275) | Ryan Harper |
2020-03-23 | cc_apt_configure/util: combine search_for_mirror implementations (#271) | Daniel Watkins |
2020-03-23 | bsd: boottime does not depend on the libc soname (#269) | Gonéri Le Bouder |
2020-03-14 | util/netbsd: drop six usage (#252) | Daniel Watkins |
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-02-18 | utils: use SystemRandom when generating random password. (#204) | Dimitri John Ledkov |
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-09 | util: move uptime's else branch into its own boottime function (#53) | Igor Galić |
2020-01-08 | Make tests work with Python 3.8 (#139) | Conrad Hoffmann |
2019-12-02 | url_helper: read_file_or_url should pass headers param into readurl (#66) | Chad Smith |
2019-11-27 | dmidecode: log result *after* stripping \n | Igor Galić |
2019-11-25 | FreeBSD: fix for get_linux_distro() and lru_cache (#59) | Igor Galić |
2019-10-24 | Fix usages of yaml, and move yaml_dump to safeyaml.dumps. | Scott Moser |