diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 137: bump version & changes

Message ID 20120302033711.8762.21800.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson March 2, 2012, 3:37 a.m. UTC
------------------------------------------------------------
revno: 137
tags: release-0.10
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2012-03-02 16:35:21 +1300
message:
  bump version & changes
modified:
  doc/changes.rst
  lava_scheduler_app/__init__.py


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-02-16 01:27:55 +0000
+++ doc/changes.rst	2012-03-02 03:35:21 +0000
@@ -1,6 +1,18 @@ 
 Version History
 ***************
 
+.. _version_0_10:
+
+Version 0.10
+============
+* Introduce health check jobs
+  * These are defined on the device type and run when a board is put
+    online or when no health check job has run for 24 hours
+  * There are also views to just look at the health status of a board
+    or the lab as a whole.
+* The scheduler monitor is more reliably told where to log.
+* Make all tables paginated via server-side ajax magic.
+
 .. _version_0_9:
 
 Version 0.9

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-02-16 01:27:55 +0000
+++ lava_scheduler_app/__init__.py	2012-03-02 03:35:21 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 9, 0, "final", 0)
+__version__ = (0, 10, 0, "final", 0)