summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-06-29 14:26:51 -0400
committerScott Moser <smoser@ubuntu.com>2012-06-29 14:26:51 -0400
commitc1be91b0192048b857e85ed8e0394d456f4c6ece (patch)
tree1bf17bf89d22cc5234d18e7bdbc4425e9f05a58f /ChangeLog
parent853ce299a144670cc7e4ac419c1ec0768c0ef113 (diff)
parent74f09aacd76eb62dd18a265b097378b55ae0fb50 (diff)
downloadvyos-cloud-init-c1be91b0192048b857e85ed8e0394d456f4c6ece.tar.gz
vyos-cloud-init-c1be91b0192048b857e85ed8e0394d456f4c6ece.zip
[merge-from-trunk] use yaml.safe_load rather than yaml.load
Usage of yaml.safe_load had already occurred on rework branch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf6057e5..4e75199b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
- support relative path in AuthorizedKeysFile (LP: #970071).
- make apt-get update run with --quiet (suitable for logging) (LP: #1012613)
- cc_salt_minion: use package 'salt-minion' rather than 'salt' (LP: #996166)
+ - use yaml.safe_load rather than yaml.load (LP: #1015818)
0.6.3:
- add sample systemd config files [Garrett Holmstrom]
- add Fedora support [Garrent Holstrom] (LP: #883286)