summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-10 21:57:06 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-10 21:57:06 -0500
commitefa2dfa699bc9222105850641a2820ceda9bfe67 (patch)
treee9f6f0b8ebcc4b99f3efb0482593f583ac5e121f /ChangeLog
parenta17a69c35c1de0a6bd6f054f76d3da9e4a9c5364 (diff)
downloadvyos-cloud-init-efa2dfa699bc9222105850641a2820ceda9bfe67.tar.gz
vyos-cloud-init-efa2dfa699bc9222105850641a2820ceda9bfe67.zip
update ChangeLog
LP: #1076811
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f304db3..52f47e3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,12 @@
- Remove usage of paths.join, as all code should run through util helpers
- Fix pylint complaining about tests folder 'helpers.py' not being found
- Add a pylintrc file that is used instead options hidden in 'run_pylint'
+ - fix bug where cloud-config from user-data could not affect system_info
+ settings [revno 703] (LP: #1076811)
+ - for write fqdn to system config for rh/fedora [revno 704]
+ - add yaml/cloud config examples checking tool [revno 706]
+ - Fix the merging of group configuration when that group configuration is a
+ dict => members. [revno 707]
0.7.0:
- add a 'exception_cb' argument to 'wait_for_url'. If provided, this
method will be called back with the exception received and the message.