diff options
author | Scott Moser <smoser@brickies.net> | 2016-08-23 16:48:40 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-08-23 16:48:40 -0400 |
commit | 24365490c58df8f0ef2246838c81ec604f0311ac (patch) | |
tree | 3a6e44277256d15bb215cef3c61799397a673e6e /ChangeLog | |
parent | f16b906c987c7a7948c9adad8f32c1f786ca6569 (diff) | |
parent | 18bf614ca1d9fbabdf83495e7675a2cacaf6c2f4 (diff) | |
download | vyos-cloud-init-24365490c58df8f0ef2246838c81ec604f0311ac.tar.gz vyos-cloud-init-24365490c58df8f0ef2246838c81ec604f0311ac.zip |
merge trunk at 0.7.7~bzr1189
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -89,6 +89,13 @@ - groups: add defalt user to 'lxd' group. Create groups listed for a user if they do not exist. (LP: #1539317) - dmi data: fix failure of reading dmi data for unset dmi values + - doc: mention label for nocloud datasource must be 'cidata' [Peter Hurley] + - ssh_pwauth: fix module to support 'unchanged' and match behavior + described in documentation [Chris Cosby] + - quickly check to see if the previous instance id is still valid to + avoid dependency on network metadata service on every boot (LP: #1553815) + - support network configuration in cloud-init --local with support + device naming via systemd.link. 0.7.6: - open 0.7.6 |