summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-08-10 12:44:28 -0600
committerScott Moser <smoser@ubuntu.com>2016-08-10 12:44:28 -0600
commitc52b8eb9671be454d22283c81057f97b98bb49fe (patch)
tree860fe5cbd8ee60a1abd00b5a038c313a9269ba0a /ChangeLog
parent1e85ba042c786e56449642aec59874a9bb059262 (diff)
downloadvyos-cloud-init-c52b8eb9671be454d22283c81057f97b98bb49fe.tar.gz
vyos-cloud-init-c52b8eb9671be454d22283c81057f97b98bb49fe.zip
SmartOS: more improvements for network configuration
This improves smart os network configuration - fix the SocketClient which was previously completely broken. - adds support for configuring dns servers and dns search (based off the sdc:dns_domain). - support 'sdc:gateways' information from the datasource for configuring default routes. - add converted network information to output when module is run as a main This does not support 'sdc:routes' as described at http://eng.joyent.com/mdata/datadict.html
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bae982e3..3d9b8ea4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+0.7.8:
+ - SmartOS: more improvements for network configuration
0.7.7:
- open 0.7.7
- Digital Ocean: add datasource for Digital Ocean. [Neal Shrader]