diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-01-28 09:55:29 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-01-28 09:55:29 -0500 |
commit | 7656c36ef194bac61286466f86187ff8affff26e (patch) | |
tree | b1a360ec8c7ae4b3d8e88cee351522b5c3fabf52 | |
parent | cabd9653546586d2370d9c1d81f14e12dd28b94b (diff) | |
download | vyos-cloud-init-7656c36ef194bac61286466f86187ff8affff26e.tar.gz vyos-cloud-init-7656c36ef194bac61286466f86187ff8affff26e.zip |
add entries to ChangeLog
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -22,6 +22,16 @@ mounts. [Vlastimil Holer] - allow config-drive-data to come from a CD device by more correctly filtering out partitions. (LP: #1100545) + - setup docs to be available on read-the-docs + https://cloudinit.readthedocs.org/en/latest/ (LP: #1093039) + - add HACKING file for information on contributing + - handle the legacy 'user:' configuration better, making it affect the + configured OS default user (LP: #1100920) + - Adding a resolv.conf configuration module (LP: #1100434). Currently only + working on redhat systems (no support for resolvconf) + - support grouping linux distros into "os_families". This allows a module + to operate on the family (redhat or debian) rather than the distro (ubuntu, + debian, fedora, rhel) (LP: #1100029) 0.7.1: - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6 - config-drive: map hostname to local-hostname (LP: #1061964) |