summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b2770a4..e39cf0ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,25 @@
+0.7.5:
+ - open 0.7.5
+ - Add a debug log message around import failures
+0.7.4:
+ - fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
+ partitioned block device with target filesystem on ephemeral0.1.
+ (LP: #1236594)
+ - fix DataSourceAzure incompatibility with 2.6 (LP: #1232175)
+ - fix power_state_change config module so that example works. Improve
+ its documentation and add reference to 'timeout'
+ - support apt-add-archive with 'cloud-archive:' format. (LP: #1244355)
+ - Change SmartOS verb for availability zone (LP: #1249124)
+ - documentation fix for boothooks to use 'cloud-init-per'
+ - fix resizefs module by supporting kernels that do not have
+ /proc/PID/mountinfo. (LP: #1248625) [Tim Daly Jr.]
+ - fix 'make rpm' by removing 0.6.4 entry from ChangeLog (LP: #1241834)
0.7.3:
- fix omnibus chef installer (LP: #1182265) [Chris Wing]
- small fix for OVF datasource for iso transport on non-iso9660 filesystem
- determine if upstart version is suitable for
'initctl reload-configuration' (LP: #1124384). If so, then invoke it.
+ supports setting up instance-store disk with partition table and filesystem.
- add Azure datasource.
- add support for SuSE / SLES [Juerg Haefliger]
- add a trailing carriage return to chpasswd input, which reportedly
@@ -15,6 +32,17 @@
which also reads from uptime. uptime is useful as clock may change during
boot due to ntp.
- prefer growpart resizer to 'parted resizepart' (LP: #1212492)
+ - support random data seed from config drive or azure, and a module
+ 'seed_random' to read that and write it to /dev/urandom.
+ - add OpenNebula Datasource [Vlastimil Holer]
+ - add 'cc_disk_setup' config module for paritioning disks and creating
+ filesystems. Useful if attached disks are not formatted (LP: #1218506)
+ - Fix usage of libselinux-python when selinux is disabled. [Garrett Holmstrom]
+ - multi_log: only write to /dev/console if it exists [Garrett Holmstrom]
+ - config/cloud.cfg: add 'sudo' to list groups for the default user
+ (LP: #1228228)
+ - documentation fix for use of 'mkpasswd' [Eric Nordlund]
+ - respect /etc/growroot-disabled file (LP: #1234331)
0.7.2:
- add a debian watch file
- add 'sudo' entry to ubuntu's default user (LP: #1080717)
@@ -347,7 +375,6 @@
- add a openstack/nova based pep8 extension utility ('hacking.py') that allows
for custom checks (along with the standard pep8 checks) to occur when
running 'make pep8' and its derivatives
-0.6.4:
- support relative path in AuthorizedKeysFile (LP: #970071).
- make apt-get update run with --quiet (suitable for logging) (LP: #1012613)
- cc_salt_minion: use package 'salt-minion' rather than 'salt' (LP: #996166)