--select-instances hbal manpage update
[ganeti-local] / NEWS
diff --git a/NEWS b/NEWS
index 5dd911c..172277a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,28 @@
 News
 ====
 
+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
 -------------