You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2019/04/12 14:29:10 UTC

[mesos] branch master updated: Updated CHANGELOG with new CLI highlights.

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

bennoe 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 72877bb  Updated CHANGELOG with new CLI highlights.
72877bb is described below

commit 72877bb46d70febe0e2cbf0d59bba8f73010edac
Author: Armand Grillet <ag...@mesosphere.io>
AuthorDate: Fri Apr 12 16:27:34 2019 +0200

    Updated CHANGELOG with new CLI highlights.
---
 CHANGELOG | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 73a18de..c84ac9c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,13 @@ This release contains the following highlights:
       the scheduler re-subscribes each time it wants to mutate the
       minimum resource quantity offer filter information, see MESOS-7258.
 
+    * The new Mesos CLI now offers the task subcommand. The first
+      command, attach, allows you to attach your terminal to a running
+      task launched with a tty. The second command, exec, launches a
+      new nested container inside a running task. To build the CLI,
+      use the flag `--enable-new-cli` with Autotools and
+      `-DENABLE_NEW_CLI=1` with CMake on MacOS or Linux.
+
 Unresolved Critical Issues:
   * [MESOS-9697] - Release RPMs are not uploaded to bintray
   * [MESOS-9672] - Docker containerizer should ignore pids of executors that do not pass the connection check.