diff options
author | Joshua Harlow <harlowja@gmail.com> | 2013-07-24 11:10:17 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-24 11:10:17 -0400 |
commit | 2939f498f51025ebd0c9bdf302b578dfcbf54d0c (patch) | |
tree | f5be8769f8de4a40935c29f5d8eb3b7422032f93 /ChangeLog | |
parent | 0891f6611d1c264220a6f71306802db1e70651fc (diff) | |
parent | 97b19f3b1992e56ef8e1a055fbe64a19d1eacfbf (diff) | |
download | vyos-cloud-init-2939f498f51025ebd0c9bdf302b578dfcbf54d0c.tar.gz vyos-cloud-init-2939f498f51025ebd0c9bdf302b578dfcbf54d0c.zip |
Add support for merging via jsonp patch format.
This adds a very well defined and understood mechanism for applying changes to
the cloud-config. Had we seen this previously, we might have not done the
merge-types work.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ caused a problem on rhel5 if missing. - support individual MIME segments to be gzip compressed (LP: #1203203) - always finalize handlers even if processing failed (LP: #1203368) + - support merging into cloud-config via jsonp. (LP: #1200476) 0.7.2: - add a debian watch file - add 'sudo' entry to ubuntu's default user (LP: #1080717) |