Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7C2A0200D27 for ; Wed, 25 Oct 2017 23:51:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7A9ED160BDA; Wed, 25 Oct 2017 21:51:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E79531609CE for ; Wed, 25 Oct 2017 23:51:54 +0200 (CEST) Received: (qmail 67546 invoked by uid 500); 25 Oct 2017 21:51:54 -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 67537 invoked by uid 99); 25 Oct 2017 21:51:54 -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; Wed, 25 Oct 2017 21:51:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 09F94DFB6F; Wed, 25 Oct 2017 21:51:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dmclaughlin@apache.org To: commits@aurora.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: aurora git commit: Add release notes for new UI Date: Wed, 25 Oct 2017 21:51:54 +0000 (UTC) archived-at: Wed, 25 Oct 2017 21:51:55 -0000 Repository: aurora Updated Branches: refs/heads/master 2aa968624 -> 2507e6f59 Add release notes for new UI Reviewed at https://reviews.apache.org/r/63306/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/2507e6f5 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/2507e6f5 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/2507e6f5 Branch: refs/heads/master Commit: 2507e6f59958af74e1e9ead720ece92b4ab2f12c Parents: 2aa9686 Author: David McLaughlin Authored: Wed Oct 25 14:51:46 2017 -0700 Committer: David McLaughlin Committed: Wed Oct 25 14:51:46 2017 -0700 ---------------------------------------------------------------------- RELEASE-NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/2507e6f5/RELEASE-NOTES.md ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index bc11e3b..51c60c7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -20,7 +20,9 @@ - Added scheduler command line argument `-hold_offers_forever`, suitable for use in clusters where Aurora is the only framework. This setting disables other options such as `-min_offer_hold_time`, and allows the scheduler to more efficiently cache scheduling attempts. -- The schduler no longer uses an internal H2 database for storage. +- The scheduler no longer uses an internal H2 database for storage. +- There is a new Scheduler UI which, in addition to the facelift, provides the ability to inject your + own custom UI components. ### Deprecations and removals: