summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2013-07-24 11:10:17 -0400
committerScott Moser <smoser@ubuntu.com>2013-07-24 11:10:17 -0400
commit2939f498f51025ebd0c9bdf302b578dfcbf54d0c (patch)
treef5be8769f8de4a40935c29f5d8eb3b7422032f93 /ChangeLog
parent0891f6611d1c264220a6f71306802db1e70651fc (diff)
parent97b19f3b1992e56ef8e1a055fbe64a19d1eacfbf (diff)
downloadvyos-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72f72a3c..47c25027 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)