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:20 UTC

[mesos] branch 1.8.x 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 1.8.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.8.x by this push:
     new 7be8786  Updated CHANGELOG with new CLI highlights.
7be8786 is described below

commit 7be8786d3a5162264f7ee9ecd51c856b6d8cf3be
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 b1b0aa6..57b490b 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.