Repository: aurora Updated Branches: refs/heads/master 96d97bac4 -> 041b286f1
Add NEWS entry for "Allow custom announce path." Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/041b286f Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/041b286f Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/041b286f Branch: refs/heads/master Commit: 041b286f1053969b3ec00ffd7a91cfe02f135ae0 Parents: 96d97ba Author: Bill Farner <[email protected]> Authored: Wed Jan 6 21:15:01 2016 -0800 Committer: Bill Farner <[email protected]> Committed: Wed Jan 6 21:15:36 2016 -0800 ---------------------------------------------------------------------- NEWS | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/041b286f/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index eea472f..e2b26d9 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,9 @@ - `-deduplicate_snapshots` and `-deflate_snapshots`. These features are good to always enable. - `-enable_job_updates` and `-enable_job_creation` - Upgraded the scheduler ZooKeeper client from 3.3.4 to 3.4.6. +- Added support for jobs to specify arbitrary ZooKeeper paths for service registration. See + https://github.com/apache/aurora/blob/master/docs/configuration-reference.md#announcer-objects + for details. 0.11.0 ------
