You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2016/08/28 15:04:10 UTC

[10/10] mesos git commit: Updated the CHANGELOG with HTTP(S) and TCP health checks summary.

Updated the CHANGELOG with HTTP(S) and TCP health checks summary.


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

Branch: refs/heads/master
Commit: 037a346a205ad7bdba99d771855f8caeea835d4a
Parents: bb084fb
Author: Alexander Rukletsov <al...@apache.org>
Authored: Sun Aug 28 16:27:42 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Sun Aug 28 16:43:21 2016 +0200

----------------------------------------------------------------------
 CHANGELOG | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/037a346a/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 587d843..eadf546 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,8 +2,20 @@ Release Notes - Mesos - Version 1.1.0 (WIP)
 --------------------------------------------
 This release contains the following new features:
 
-Deprecations:
+  * [MESOS-2533] - Support for HTTP and HTTPS health checks. Executors may now
+    use the updated `HealthCheck` protobuf to implement HTTP(S) health checks.
+    Both default executors (command and docker) leverage `curl` binary for
+    sending HTTP(S) requests and connect to `127.0.0.1`, hence a task must
+    listen on all interfaces. On Linux, For BRIDGE and USER modes, docker
+    executor enters the task's network namespace.
+
+  * [MESOS-3567] - Support for TCP health checks. Executors may now use the
+    updated `HealthCheck` protobuf to implement TCP health checks. Both default
+    executors (command and docker) connect to `127.0.0.1`, hence a task must
+    listen on all interfaces. On Linux, For BRIDGE and USER modes, docker
+    executor enters the task's network namespace.
 
+Deprecations:
   * The following metrics are deprecated and will be removed in Mesos 1.4:
     master/slave_shutdowns_scheduled, master/slave_shutdowns_canceled, and
     slave_shutdowns_completed. As of Mesos 1.1.0, these metrics will always be
@@ -11,6 +23,8 @@ Deprecations:
     master/slave_unreachable_scheduled, master/slave_unreachable_canceled,
     and master/slave_unreachable_completed.
 
+  * [MESOS-5955] - Health check binary "mesos-health-check" is removed.
+
 
 Release Notes - Mesos - Version 1.0.1
 --------------------------------------------