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 <[email protected]> Authored: Fri Jul 24 11:09:32 2015 -0700 Committer: Bill Farner <[email protected]> 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
