Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 251711805A for ; Fri, 24 Jul 2015 18:10:23 +0000 (UTC) Received: (qmail 15513 invoked by uid 500); 24 Jul 2015 18:09:48 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 15481 invoked by uid 500); 24 Jul 2015 18:09:48 -0000 Mailing-List: contact commits-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list commits@aurora.apache.org Received: (qmail 15472 invoked by uid 99); 24 Jul 2015 18:09:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2015 18:09:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B3221DFD9E; Fri, 24 Jul 2015 18:09:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wfarner@apache.org To: commits@aurora.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: aurora git commit: Add retroactive NEWS entry for 0.8.0. Date: Fri, 24 Jul 2015 18:09:48 +0000 (UTC) Repository: aurora Updated Branches: refs/heads/master 55a95ba02 -> 3d9ed873c Add retroactive NEWS entry for 0.8.0. Bugs closed: AURORA-1403 Reviewed at https://reviews.apache.org/r/36785/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/3d9ed873 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/3d9ed873 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/3d9ed873 Branch: refs/heads/master Commit: 3d9ed873c6873dcd9b30f3b6efc25a39b97d46c0 Parents: 55a95ba Author: Bill Farner Authored: Fri Jul 24 11:09:32 2015 -0700 Committer: Bill Farner Committed: Fri Jul 24 11:09:32 2015 -0700 ---------------------------------------------------------------------- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/3d9ed873/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index d780d8c..0a8500c 100644 --- a/NEWS +++ b/NEWS @@ -9,3 +9,12 @@ - SLA metrics for non-production jobs have been disabled by default. They can be enabled via the scheduler command line. Metric names have changed from '...nonprod_ms' to "...ms_nonprod" (AURORA-1350). + +0.8.0 +----- + +- A new command line argument was added to the observer: --mesos-root + This must point to the same path as --work_dir on the mesos slave. +- Build targets for thermos and observer have changed, they are now: + * src/main/python/apache/aurora/tools:thermos + * src/main/python/apache/aurora/tools:thermos_observer