summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-11-22 12:36:46 -0800
committerJoshua Harlow <harlowja@gmail.com>2014-11-22 12:36:46 -0800
commite4d3fdb65bb31c2c3ed02ffdc14c0437379f64d8 (patch)
treea9b6b3881cc6f7cd532034f37c688c0e8ca29e98 /ChangeLog
parentad492708076e20c20f7c8ee96b1b2250bcad7d8f (diff)
parent477a5418d55d45ddad55fcaa16ab3ac53652fdb9 (diff)
downloadvyos-cloud-init-e4d3fdb65bb31c2c3ed02ffdc14c0437379f64d8.tar.gz
vyos-cloud-init-e4d3fdb65bb31c2c3ed02ffdc14c0437379f64d8.zip
Be more tolerant of 'ssh_authorized_keys' types
Instead of only expected a list, tuple, or set type allow for a string type and dict to be passed in for 'ssh_authorized_keys', and add log message that occurs if some other type is used that can not be correctly processed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d954bf7..5597e10f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
- Increase the usefulness, robustness, configurability of the chef module
so that it is more useful, more documented and better for users
- Fix how '=' signs are not handled that well in ssh_utils (LP: #1391303)
+ - Be more tolerant of ssh keys passed into 'ssh_authorized_keys'; allowing
+ for list, tuple, set, dict, string types and warning on other unexpected
+ types
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)