Repository: mesos Updated Branches: refs/heads/master 669a97eec -> 73bb00684
Graduated HTTP and TCP health checks. Review: https://reviews.apache.org/r/61258/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/73bb0068 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/73bb0068 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/73bb0068 Branch: refs/heads/master Commit: 73bb0068468ef89351d89784f3cbffa1e1abcb20 Parents: 669a97e Author: Alexander Rukletsov <[email protected]> Authored: Fri Aug 4 11:58:39 2017 +0200 Committer: Alexander Rukletsov <[email protected]> Committed: Fri Aug 4 11:58:39 2017 +0200 ---------------------------------------------------------------------- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/73bb0068/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index f5c7cca..88c67d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -43,6 +43,10 @@ Additional API Changes: allocator implementation should be changed to interpretation of the passed value as a total before updating. +Feature Graduations: + * [MESOS-2533] - Support HTTP checks in Mesos. + * [MESOS-3567] - Support TCP checks in Mesos. + Release Notes - Mesos - Version 1.3.1 (WIP) -------------------------------------------
