~ubuntu-branches/ubuntu/saucy/cloud-init/saucy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott Moser
  • Date: 2013-09-21 00:45:57 UTC
  • mfrom: (1.4.6)
  • Revision ID: smoser@ubuntu.com-20130921004557-o8zfowviyrqz02sd
* New upstream snapshot.
  * add 'disk_setup' config module for partitioning disks and
    creating filesystems. (LP: #1218506)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 - support random data seed from config drive or azure, and a module
19
19
   'seed_random' to read that and write it to /dev/urandom.
20
20
 - add OpenNebula Datasource [Vlastimil Holer]
 
21
 - add 'cc_disk_setup' config module for paritioning disks and creating
 
22
   filesystems.  Useful if attached disks are not formatted (LP: #1218506)
21
23
0.7.2:
22
24
 - add a debian watch file
23
25
 - add 'sudo' entry to ubuntu's default user (LP: #1080717)