This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/1.9.x by this push:
new 5f2f589 Added quota limits to the 1.9.0 CHANGELOG.
5f2f589 is described below
commit 5f2f5891446d8e3086ab7a41db2bfee8dee5bdd3
Author: Benjamin Mahler <[email protected]>
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.