summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorShraddha Pandhe <shraddha.pandhe@yahoo.com>2013-12-12 13:38:08 -0500
committerScott Moser <smoser@ubuntu.com>2013-12-12 13:38:08 -0500
commitfb759abf6ba2505294a87d15bf59fd30b78303ae (patch)
tree71a12524337b9868e262b3cceb7b4a9b8102d668 /ChangeLog
parent84df36df0fbe23bf6adacd0aa531765dbda6f27a (diff)
parentfd5231ae771cd3b87c26ac2b0839fb672bf0acee (diff)
downloadvyos-cloud-init-fb759abf6ba2505294a87d15bf59fd30b78303ae.tar.gz
vyos-cloud-init-fb759abf6ba2505294a87d15bf59fd30b78303ae.zip
add 'debug' module for printing debug output.
This adds a debug module for printing debug output. It does not enable it by default (by putting it in in cloud_config_modules or elsewhere). Thats fine, as it is still quite useful for the user to run: sudo cloud-init single --frequency=always --name=debug ci-debug.txt
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e39cf0ca..1f4ca198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
0.7.5:
- open 0.7.5
- Add a debug log message around import failures
+ - add a 'debug' module for easily printing out some information about
+ datasource and cloud-init [Shraddha Pandhe]
0.7.4:
- fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
partitioned block device with target filesystem on ephemeral0.1.