--select-instances hbal manpage update
[ganeti-local] / NEWS
diff --git a/NEWS b/NEWS
index 09b18a1..172277a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,42 @@
 News
 ====
 
-Version 2.4.2
+Version 2.5.0 beta1
+-------------------
+
+*(unreleased)*
+
+- The default of the ``/2/instances/[instance_name]/rename`` RAPI
+  resource's ``ip_check`` parameter changed from ``True`` to ``False``
+  to match the underlying LUXI interface
+- When creating file-based instances via RAPI, the ``file_driver``
+  parameter no longer defaults to ``loop`` and must be specified
+- The deprecated "bridge" nic parameter is no longer supported. Use
+  "link" instead.
+- Support for the undocumented and deprecated RAPI instance creation
+  request format version 0 has been dropped. Use version 1, supported
+  since Ganeti 2.1.3 and :doc:`documented <rapi>`, instead.
+- Pyparsing 1.4.6 or above is required, see :doc:`installation
+  documentation <install>`
+- The "cluster-verify" hooks are now executed per group by the
+  OP_CLUSTER_VERIFY_GROUP opcode. This maintains the same behavior if
+  you just run "gnt-cluster verify", which generates one op per group.
+
+
+Version 2.4.3
 -------------
 
 *(unreleased)*
 
+- Added a new parameter to instance stop/start called ``--no-remember``
+  that will make the state change to not be remembered
+
+
+Version 2.4.2
+-------------
+
+*(Released Thu, 12 May 2011)*
+
 Many bug-fixes and a few new small features:
 
 - Fixed a bug related to log opening failures
@@ -72,6 +103,9 @@ Many bug-fixes and a few new small features:
 - Fixed the handling of a corner case when the Python installation gets
   corrupted (e.g. a bad disk) while ganeti-noded is running and we try
   to execute a command that doesn't exist
+- Fixed a bug in ``gnt-instance move`` (LUInstanceMove) when the primary
+  node of the instance returned failures during instance shutdown; this
+  adds the option ``--ignore-consistency`` to gnt-instance move
 
 And as usual, various improvements to the error messages, documentation
 and man pages.