You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2019/08/27 18:11:08 UTC

[mesos] branch master updated: Added quota limits to the 1.9.0 CHANGELOG.

This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 41df731  Added quota limits to the 1.9.0 CHANGELOG.
41df731 is described below

commit 41df731ad2d79e3ced16038e7ff25231f795f1f5
Author: Benjamin Mahler <bm...@apache.org>
AuthorDate: Tue Aug 27 12:55:36 2019 -0400

    Added quota limits to the 1.9.0 CHANGELOG.
    
    Review: https://reviews.apache.org/r/71375
---
 CHANGELOG | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 8ce9ee6..1c63197 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,11 @@ Release Notes - Mesos - Version 1.9.0
 -------------------------------------
 This release contains the following highlights:
 
+  * Resource Management:
+
+    * Support for quota limits has been added. The existing quota guarantees
+      are deprecated in favor of using limits (and in the future, priorities).
+
   * Security
 
     * A new libprocess flag `--hostname_validation_scheme` has been added.