summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-01-26 15:41:49 -0500
committerScott Moser <smoser@ubuntu.com>2011-01-26 15:41:49 -0500
commitd2ca9fdf28fc555164d1b892e962f1453a0dc5fb (patch)
tree6960281542390c4d091a072142904dfe190d8848 /ChangeLog
parenta23c2340ef5194871240b9358642f8525297ba2a (diff)
downloadvyos-cloud-init-d2ca9fdf28fc555164d1b892e962f1453a0dc5fb.tar.gz
vyos-cloud-init-d2ca9fdf28fc555164d1b892e962f1453a0dc5fb.zip
update the changelog with other items from development branch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35c5d81a..02cf039e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,3 +36,11 @@
to 'datasource_list: [ "Ec2" ]'. Each of the items in that list
must be modules that can be loaded by "DataSource<item>"
- add 'timezone' option to cloud-config (LP: #645458)
+ - Added an additional archive format, that can be used for multi-part
+ input to cloud-init. This may be more user friendly then mime-multipart
+ See example in doc/examples/cloud-config-archive.txt (LP: #641504)
+ - add support for reading Rightscale style user data (LP: #668400)
+ and acting on it in cloud-config (cc_rightscale_userdata.py)
+ - make the message on 'disable_root' more clear (LP: #672417)
+ - do not require public key if private is given in ssh cloud-config
+ (LP: #648905)