Some extra example hooks
[ext/instance-debootstrap.git] / NEWS
diff --git a/NEWS b/NEWS
index aa8c135..e78e76f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,63 @@
-Version 0.5 (unreleased)
-------------------------
+Version 0.9
+-----------
+
+Changed the default CUSTOMIZE_DIR (under $sysconfdir, usually /etc) from
+ganeti/instance-debootstrap.d to ganeti/instance-debootstrap/hooks, to
+match better with the directory used for the variants file. Now
+customization of the instance-debootstrap is done either in the defaults
+file or under ganeti/instance-debootstrap.
+
+Fix serial console access for kvm instances (bind to ttyS0 rather than
+console). Please note that with this change if you toggle the serial
+console hypervisor parameter in Ganeti, but don't create the getty entry
+in /etc/inittab or /etc/event.d/ you won't have serial access. Before it
+used to work, but the serial console was slightly broken (no ctrl+c for
+example).
+
+Also start shipping the examples in the tar archive, to ease packaging.
+
+Version 0.8
+-----------
+
+Added support for OS API 15 (with OS variants) that is supported by
+Ganeti 2.1.
+
+blktype is now supported as an alternative to vol_id; this is needed for
+newer Debian-based operating systems.
+
+Added an example grub script, that can be used for automatically
+installing grub inside new instances.
+
+Version 0.7
+-----------
+
+Fix Ganeti 1.2 compatibility (0.6 was broken) and force the scripts to be
+executed under /bin/bash (rather than /bin/sh). This fixes compatibility with
+distributions where /bin/sh is not bash.
+
+Support 'msdos' partition style, in which the instance disk gets a partition
+table, and one big partition, rather than creating the filesytem directly on
+the block device. This requires kpartx to be installed, and is the default when
+installing under Ganeti 2.0.
+
+Added the possibility to customize the installation without having to patch the
+os directly, by executing the scripts in CUSTOMIZE_DIR and giving them a chance
+to change the instance filesystem. As an example a script that sets the first
+nic to request a dhcp address is provided.
+
+Version 0.6
+-----------
+
+Support for Ganeti 2.0 (os api 10)
+
+The instance's fstab is now generated with volumes' UUIDs rather than paths.
+This makes it more resilient to changes and use under different
+hypervisors/drivers.
+
+Init is configured to listen on /dev/console rather than /dev/tty1
+
+Version 0.5
+-----------
 
 Most of the settings of the script have been moved to a configuration
 file.  Depending on the ./configure options, the location of this file
@@ -18,6 +76,11 @@ Note that the cache file is no longer stored in the same directory as
 the OS definition files, but (again depending on ./configure options)
 usually under /var/cache/ganeti-instance-debootstrap.
 
+There are many other customuizable settings added in this version, for
+example the actual OS to be installed (no longer always installing
+Debian Etch), whether to use a proxy or not, etc. See the README and the
+'defaults' files.
+
 Version 0.4
 -----------
 
@@ -45,3 +108,9 @@ existing one after two weeks).
 
 Also note that if the image file is there, the script does not need
 network access at all.
+
+.. vim: set textwidth=72 :
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. End: