You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/05/10 04:26:23 UTC

[1/2] mesos git commit: Added MESOS-7464, MESOS-7484 to 1.2.1 CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 002fbaef7 -> f3bb43da3


Added MESOS-7464, MESOS-7484 to 1.2.1 CHANGELOG.


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

Branch: refs/heads/master
Commit: 91cc9a6dc09e33044ddd5aa6c027fcef6c01a5c6
Parents: 002fbae
Author: Neil Conway <ne...@gmail.com>
Authored: Tue May 9 21:25:45 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Tue May 9 21:25:45 2017 -0700

----------------------------------------------------------------------
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/91cc9a6d/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 0159c76..1579b28 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -311,8 +311,10 @@ All Issues:
   * [MESOS-7427] - Registry puller cannot fetch manifests from Amazon ECR: 405 Unsupported.
   * [MESOS-7429] - Allow isolators to inject task-specific environment variables.
   * [MESOS-7453] - glyphicons-halflings-regular.woff2 is missing in WebUI.
+  * [MESOS-7464] - Recent Docker versions cannot be parsed by stout.
   * [MESOS-7471] - Provisioner recover should not always assume 'rootfses' dir exists.
   * [MESOS-7478] - Pre-1.2.x master does not work with 1.2.x agent.
+  * [MESOS-7484] - VersionTest.ParseInvalid aborts on Windows.
 
 
 Release Notes - Mesos - Version 1.2.0


[2/2] mesos git commit: Sorted 1.2.1 CHANGELOG entries.

Posted by ne...@apache.org.
Sorted 1.2.1 CHANGELOG entries.


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

Branch: refs/heads/master
Commit: f3bb43da3d7e68db2a015c3dd6b58849b9278b06
Parents: 91cc9a6
Author: Neil Conway <ne...@gmail.com>
Authored: Tue May 9 21:26:14 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Tue May 9 21:26:14 2017 -0700

----------------------------------------------------------------------
 CHANGELOG | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f3bb43da/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 1579b28..43e82be 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -302,10 +302,10 @@ All Issues:
   * [MESOS-7264] - Possibly duplicate environment variables should not leak values to the sandbox.
   * [MESOS-7265] - Containerizer startup may cause sensitive data to leak into sandbox logs.
   * [MESOS-7272] - Unified containerizer does not support docker registry version < 2.3.
+  * [MESOS-7346] - Agent crashes if the task name is too long.
+  * [MESOS-7350] - Failed to pull image from Nexus Registry due to signature missing.
   * [MESOS-7366] - Agent sandbox gc could accidentally delete the entire persistent volume content.
   * [MESOS-7383] - Docker executor logs possibly sensitive parameters.
-  * [MESOS-7350] - Failed to pull image from Nexus Registry due to signature missing.
-  * [MESOS-7346] - Agent crashes if the task name is too long.
   * [MESOS-7389] - Mesos 1.2.0 crashes with pre-1.0 Mesos agents.
   * [MESOS-7400] - The mesos crashes due to an incorrect invariant check in the decoder.
   * [MESOS-7427] - Registry puller cannot fetch manifests from Amazon ECR: 405 Unsupported.