~avishai-ish-shalom/cloud-init/chef-refactor

« back to all changes in this revision

Viewing changes to ChangeLog

support different and user-suppliable merging algorithms for cloud-config

This adds a very useful mechanism for merging cloud-config, allowing
the user to append to lists (ie, just add more 'run_cmd') or other
things.

See doc/merging.txt for more information, it is intended to be backwards
compatible by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
   output does not get a 'killed by TERM signal' message.
49
49
 - support resizing partitions via growpart or parted (LP: #1136936)
50
50
 - allow specifying apt-get command in distro config ('apt_get_command')
 
51
 - support different and user-suppliable merging algorithms for cloud-config
 
52
   (LP: #1023179)
51
53
 
52
54
0.7.1:
53
55
 - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6