Make release 0.8 v0.8
authorIustin Pop <iustin@google.com>
Tue, 2 Mar 2010 10:24:51 +0000 (11:24 +0100)
committerIustin Pop <iustin@google.com>
Tue, 2 Mar 2010 10:39:58 +0000 (11:39 +0100)
No recent changes, but we need a stable release of instance-debootstrap
for Ganeti 2.1.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1562581..e9fd2f6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+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
 -----------
 
index d40fca0..05ec5dc 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(ganeti-instance-debootstrap, 0.7, ganeti@googlegroups.com)
+AC_INIT(ganeti-instance-debootstrap, 0.8, ganeti@googlegroups.com)
 
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)