From b99749dfc006644f12ec0bddcd463bdfbbb22fd3 Mon Sep 17 00:00:00 2001 From: Liraz Siri Date: Thu, 20 Dec 2012 05:12:49 +0200 Subject: [PATCH] release notes for v1.1 --- docs/RelNotes-1.1.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/RelNotes-1.1.txt diff --git a/docs/RelNotes-1.1.txt b/docs/RelNotes-1.1.txt new file mode 100644 index 0000000..4dcbd43 --- /dev/null +++ b/docs/RelNotes-1.1.txt @@ -0,0 +1,36 @@ +================== +v1.1 Release Notes +================== + +* improved robustness + + - option --retries: retry failed jobs + - option --strikes: strike out workers that rack up N consecutive failures + + - watchdog process + kills zombie workers + destroys leftover instances + + - autoresume pending jobs + - retry failed ssh pings + +* SSH authentication: --ssh-identity option + +* Convenience: --retry=session-id option + + Sets state of all failed jobs to pending, then resumes session + +* Better reports (logalyzer) + + - better subject line + - calculate cost/efficiency + - show last output from failures + +* Better logging + + - verboseness: log/print more information on what is happening, especially + instance boot/destruction + + - filter progress bars and other noisy \r crap + +* Many bugfixes and refactorings