You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/02/02 00:36:19 UTC

[1/2] mesos git commit: Moved MESOS-8480 to 1.5.0's CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master fa0f76189 -> 1600ebc69


Moved MESOS-8480 to 1.5.0's CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1600ebc6
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1600ebc6
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1600ebc6

Branch: refs/heads/master
Commit: 1600ebc6901239ae86e4e133c82d3424c56c978e
Parents: cdad468
Author: Gilbert Song <so...@gmail.com>
Authored: Thu Feb 1 16:33:15 2018 -0800
Committer: Gilbert Song <so...@gmail.com>
Committed: Thu Feb 1 16:35:54 2018 -0800

----------------------------------------------------------------------
 CHANGELOG | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1600ebc6/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index dadfef0..769dae9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,3 @@
-Release Notes - Mesos - Version 1.5.1 (WIP)
--------------------------------------------
-* This is a bug fix release.
-
-** Bug
-  * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.
-
-
 Release Notes - Mesos - Version 1.5.0
 -------------------------------------------
 This release contains the following new features:
@@ -316,6 +308,7 @@ All Resolved Issues:
   * [MESOS-8460] - `Slave::detachFile` can segfault because it could use invalid Framework*.
   * [MESOS-8461] - SLRP should no assume a CSI plugin always has GetNodeID implemented.
   * [MESOS-8469] - Mesos master might drop some events in the operator API stream.
+  * [MESOS-8480] - Mesos returns high resource usage when killing a Docker task.
   * [MESOS-8481] - Agent reboot during checkpointing may result in empty checkpoints.
   * [MESOS-8514] - SLRP failed to connect to CSI endpoint.
 


[2/2] mesos git commit: Added MESOS-8481 to CHANGELOG.

Posted by gi...@apache.org.
Added MESOS-8481 to CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/cdad468f
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/cdad468f
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/cdad468f

Branch: refs/heads/master
Commit: cdad468f6140be4b0902fa315c7e7c5a42b62738
Parents: fa0f761
Author: Gilbert Song <so...@gmail.com>
Authored: Thu Feb 1 16:31:17 2018 -0800
Committer: Gilbert Song <so...@gmail.com>
Committed: Thu Feb 1 16:35:54 2018 -0800

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/cdad468f/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f2846a9..dadfef0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -316,6 +316,7 @@ All Resolved Issues:
   * [MESOS-8460] - `Slave::detachFile` can segfault because it could use invalid Framework*.
   * [MESOS-8461] - SLRP should no assume a CSI plugin always has GetNodeID implemented.
   * [MESOS-8469] - Mesos master might drop some events in the operator API stream.
+  * [MESOS-8481] - Agent reboot during checkpointing may result in empty checkpoints.
   * [MESOS-8514] - SLRP failed to connect to CSI endpoint.
 
 ** Documentation