summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* d/postinst: remove now-incorrect apt pipelining configurationubuntu/18.5-45-g3554ffe8-0ubuntu1_18.04.1Daniel Watkins2019-03-112-14/+1
* Change Maintainer to Ubuntu DevelopersDaniel Watkins2019-03-112-1/+2
* Override lintian warnings about WantedBy=cloud-init.targetDaniel Watkins2019-03-112-0/+5
* Change Priority from extra to optionalDaniel Watkins2019-03-112-1/+2
* Fix build-depends-on-obsolete-package for dh-systemdDaniel Watkins2019-03-112-2/+2
* Update netplan dependency package (LP: #1813667)Daniel Watkins2019-03-112-1/+2
* update changelog (New upstream snapshot 18.5-45-g3554ffe8).Daniel Watkins2019-03-111-0/+36
* merge from master at 18.5-45-g3554ffe8Daniel Watkins2019-03-1148-145/+1109
|\
| * cloud-init-per: POSIX sh does not support string subst, use sedRyan Harper2019-03-081-2/+2
| * Support locking user with usermod if passwd is not available.Scott Moser2019-03-062-4/+37
| * Example for Microsoft Azure data disk added.Anton Olifir2019-03-061-2/+17
| * clean: correctly determine the path for excluding seed directoryDaniel Watkins2019-03-042-2/+4
| * helpers/openstack: Treat unknown link types as physicalDaniel Watkins2019-03-042-6/+29
| * drop Python 2.6 support and our NIH version detectionDaniel Watkins2019-03-043-28/+2
| * tip-pylint: Fix assignment-from-return-none errorsRyan Harper2019-03-041-8/+4
| * net: append type:dhcp[46] only if dhcp[46] is True in v2 netconfigKurt Stieger2019-03-042-2/+63
| * cc_apt_pipelining: stop disabling pipelining by defaultDaniel Watkins2019-02-272-2/+30
| * tests: fix some slow tests and some leaking stateDaniel Watkins2019-02-264-1/+4
| * util: don't determine string_types ourselvesDaniel Watkins2019-02-262-7/+4
| * cc_rsyslog: Escape possible nested setDaniel Watkins2019-02-261-1/+1
| * Enable encrypted_data_bag_secret support for ChefEric Williams2019-02-254-1/+13
| * azure: Filter list of ssh keys pulled from fabricJason Zions (MSFT)2019-02-227-41/+322
| * doc: update merging doc with fixes and some additional details/examplesRyan Harper2019-02-221-6/+84
| * tests: integration test failure summary to use traceback if empty errorChad Smith2019-02-221-2/+7
| * This is to fix https://bugs.launchpad.net/cloud-init/+bug/1812676Vitaly Kuznetsov2019-02-181-1/+7
| * EC2: Rewrite network config on AWS Classic instances every bootGuilherme G. Piccoli2019-02-143-0/+56
| * netinfo: Adjust ifconfig output parsing for FreeBSD ipv6 entriesRyan Harper2019-02-084-2/+47
| * netplan: Don't render yaml aliases when dumping netplanRyan Harper2019-02-074-8/+355
| * add PyCharm IDE .idea/ path to .gitignoreDominic Schlegel2019-02-071-0/+1
| * correct grammar issue in instance metadata documentationDominic Schlegel2019-02-061-1/+1
| * clean: cloud-init clean should not trace when run from within cloud_dirChad Smith2019-01-312-14/+15
| * Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini2019-01-306-7/+7
* | releasing cloud-init version 18.5-21-g8ee294d5-0ubuntu1~18.04.1ubuntu/18.5-21-g8ee294d5-0ubuntu1_18.04.1Chad Smith2019-01-281-1/+1
* | update changelog (New upstream snapshot 18.5-21-g8ee294d5).Chad Smith2019-01-281-1/+13
* | merge from origin/master at 18.5-21-g8ee294d5Chad Smith2019-01-287-7/+71
|\ \ | |/
| * opennebula: also exclude epochseconds from changed environment varsChad Smith2019-01-281-1/+3
| * systemd: Render generator from template to account for system differences.Robert Schweikert2019-01-282-3/+15
| * sysconfig: On SUSE, use STARTMODE instead of ONBOOTRobert Schweikert2019-01-283-0/+50
| * flake8: use ==/!= to compare str, bytes, and int literalsParide Legovini2019-01-281-3/+3
* | releasing cloud-init version 18.5-17-gd1a2fe73-0ubuntu1~18.04.1ubuntu/18.5-17-gd1a2fe73-0ubuntu1_18.04.1Chad Smith2019-01-261-1/+1
* | update changelog (New upstream snapshot 18.5-17-gd1a2fe73).Chad Smith2019-01-261-0/+75
* | merge from origin/master at 18.5-17-gd1a2fe73Chad Smith2019-01-2697-768/+3763
|\ \ | |/
| * opennebula: exclude EPOCHREALTIME as known bash env variable with a deltaChad Smith2019-01-261-1/+1
| * tox: fix disco httpretty dependencies for py37Chad Smith2019-01-251-1/+1
| * run-container: uncomment baseurl in yum.repos.d/*.repo when using a proxyParide Legovini2019-01-251-0/+1
| * lxd: install zfs-linux instead of zfs meta packageJohnson Shi2019-01-252-2/+2
| * net/sysconfig: do not write a resolv.conf file with only the header.Robert Schweikert2019-01-232-1/+12
| * net: Make sysconfig renderer compatible with Network Manager.Eduardo Otubo2019-01-182-0/+107
| * cc_set_passwords: Fix regex when parsing hashed passwordsMarlin Cremers2019-01-152-1/+41
| * net: Wait for dhclient to daemonize before reading lease fileJason Zions2019-01-156-19/+84