summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-06-21 11:37:22 -0400
committerScott Moser <smoser@ubuntu.com>2012-06-21 11:37:22 -0400
commit74f09aacd76eb62dd18a265b097378b55ae0fb50 (patch)
tree577890a21a3f7c9381a6e686b4fd513c01ee17df /ChangeLog
parent142fad2a9a9acb702793c33269e04d8d01fa00d6 (diff)
downloadvyos-cloud-init-74f09aacd76eb62dd18a265b097378b55ae0fb50.tar.gz
vyos-cloud-init-74f09aacd76eb62dd18a265b097378b55ae0fb50.zip
use yaml.safe_load rather than yaml.load
LP: #1015818
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 573e587c..1f1160d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,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)