You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dm...@apache.org on 2017/10/25 21:51:54 UTC

aurora git commit: Add release notes for new UI

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 <da...@dmclaughlin.com>
Authored: Wed Oct 25 14:51:46 2017 -0700
Committer: David McLaughlin <da...@dmclaughlin.com>
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: