You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2017/05/16 19:29:07 UTC

mesos git commit: Updated website for 1.0.2, 1.0.3 and 1.0.4.

Repository: mesos
Updated Branches:
  refs/heads/master b06c8b4e6 -> 7ba21774b


Updated website for 1.0.2, 1.0.3 and 1.0.4.

Added download links and blog posts.


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

Branch: refs/heads/master
Commit: 7ba21774bd4ac12453993185b00f272c5a39cbc5
Parents: b06c8b4
Author: Vinod Kone <vi...@gmail.com>
Authored: Fri May 12 16:05:58 2017 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Tue May 16 12:28:31 2017 -0700

----------------------------------------------------------------------
 site/data/releases.yml                          | 12 +++
 .../blog/2016-11-15-mesos-1-0-2-released.md     | 97 ++++++++++++++++++++
 .../blog/2017-02-06-mesos-1-0-3-released.md     | 38 ++++++++
 .../blog/2017-05-03-mesos-1-0-4-released.md     | 43 +++++++++
 4 files changed, 190 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7ba21774/site/data/releases.yml
----------------------------------------------------------------------
diff --git a/site/data/releases.yml b/site/data/releases.yml
index 8bdc3ff..6b1ef9c 100644
--- a/site/data/releases.yml
+++ b/site/data/releases.yml
@@ -31,6 +31,18 @@ news:
     date: November 10, 2016
     blog: mesos-1-1-0-released
     target_version: 1.1.0
+  - title: Mesos 1.0.4 is released!
+    date: May 3, 2017
+    blog: mesos-1-0-4-released
+    target_version: 1.0.4
+  - title: Mesos 1.0.3 is released!
+    date: February 6, 2017
+    blog: mesos-1-0-3-released
+    target_version: 1.0.3
+  - title: Mesos 1.0.2 is released!
+    date: November 15, 2016
+    blog: mesos-1-0-2-released
+    target_version: 1.0.2
   - title: Mesos 1.0.1 is released!
     date: August 23, 2016
     blog: mesos-1-0-1-released

http://git-wip-us.apache.org/repos/asf/mesos/blob/7ba21774/site/source/blog/2016-11-15-mesos-1-0-2-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2016-11-15-mesos-1-0-2-released.md b/site/source/blog/2016-11-15-mesos-1-0-2-released.md
new file mode 100644
index 0000000..1bf7a10
--- /dev/null
+++ b/site/source/blog/2016-11-15-mesos-1-0-2-released.md
@@ -0,0 +1,97 @@
+---
+layout: post
+title: Apache Mesos 1.0.2 Released
+permalink: /blog/mesos-1-0-2-released/
+published: true
+post_author:
+  display_name: Vinod Kone
+  twitter: vinodkone
+tags: Release
+---
+
+The latest Mesos release, 1.0.2, is now available for [download](http://mesos.apache.org/downloads). This release includes some important bug fixes and improvements on top of 1.0.0. It is highly recommended to use this version if you are considering using Mesos 1.0. More specifically, this release includes the following fixes and improvements:
+
+
+** Bug
+
+[MESOS-4638](https://issues.apache.org/jira/browse/MESOS-4638) - Versioning preprocessor macros.
+
+[MESOS-4973](https://issues.apache.org/jira/browse/MESOS-4973) - Duplicates in 'unregistered_frameworks' in /state
+
+[MESOS-4975](https://issues.apache.org/jira/browse/MESOS-4975) - mesos::internal::master::Slave::tasks can grow unboundedly.
+
+[MESOS-5613](https://issues.apache.org/jira/browse/MESOS-5613) - mesos-local fails to start if MESOS_WORK_DIR isn't set.
+
+[MESOS-6013](https://issues.apache.org/jira/browse/MESOS-6013) - Use readdir instead of readdir_r.
+
+[MESOS-6026](https://issues.apache.org/jira/browse/MESOS-6026) - Tasks mistakenly marked as FAILED due to race b/w sendExecutorTerminatedStatusUpdate() and _statusUpdate().
+
+[MESOS-6074](https://issues.apache.org/jira/browse/MESOS-6074) - Master check failure if the metrics endpoint is polled soon after it starts.
+
+[MESOS-6100](https://issues.apache.org/jira/browse/MESOS-6100) - Make fails compiling 1.0.1.
+
+[MESOS-6104](https://issues.apache.org/jira/browse/MESOS-6104) - Potential FD double close in libevent's implementation of `sendfile`.
+
+[MESOS-6118](https://issues.apache.org/jira/browse/MESOS-6118) - Agent would crash with docker container tasks due to host mount table read.
+
+[MESOS-6122](https://issues.apache.org/jira/browse/MESOS-6122) - Mesos slave throws systemd errors even when passed a flag to disable systemd.
+
+[MESOS-6152](https://issues.apache.org/jira/browse/MESOS-6152) - Resource leak in libevent_ssl_socket.cpp.
+
+[MESOS-6212](https://issues.apache.org/jira/browse/MESOS-6212) - Validate the name format of mesos managed docker containers.
+
+[MESOS-6216](https://issues.apache.org/jira/browse/MESOS-6216) - LibeventSSLSocketImpl::create is not safe to call concurrently with os::getenv.
+
+[MESOS-6233](https://issues.apache.org/jira/browse/MESOS-6233) - Master CHECK fails during recovery while relinking to other masters.
+
+[MESOS-6234](https://issues.apache.org/jira/browse/MESOS-6234) - Potential socket leak during Zookeeper network changes.
+
+[MESOS-6245](https://issues.apache.org/jira/browse/MESOS-6245) - Driver based schedulers performing explicit acknowledgements cannot acknowledge updates from HTTP based executors.
+
+[MESOS-6246](https://issues.apache.org/jira/browse/MESOS-6246) - Libprocess links will not generate an ExitedEvent if the socket creation fails.
+
+[MESOS-6269](https://issues.apache.org/jira/browse/MESOS-6269) - CNI isolator doesn't activate loopback interface.
+
+[MESOS-6274](https://issues.apache.org/jira/browse/MESOS-6274) - Agent should not allow HTTP executors to re-subscribe before containerizer recovery is done.
+
+[MESOS-6324](https://issues.apache.org/jira/browse/MESOS-6324) - CNI should not use `ifconfig` in executors `pre_exec_command`.
+
+[MESOS-6391](https://issues.apache.org/jira/browse/MESOS-6391) - Command task's sandbox should not be owned by root if it uses container image.
+
+[MESOS-6393](https://issues.apache.org/jira/browse/MESOS-6393) - Deprecated SSL_ environment variables are non functional already.
+
+[MESOS-6420](https://issues.apache.org/jira/browse/MESOS-6420) - Mesos Agent leaking sockets when port mapping network isolator is ON.
+
+[MESOS-6446](https://issues.apache.org/jira/browse/MESOS-6446) - WebUI redirect doesn't work with stats from /metric/snapshot.
+
+[MESOS-6457](https://issues.apache.org/jira/browse/MESOS-6457) - Tasks shouldn't transition from TASK_KILLING to TASK_RUNNING.
+
+[MESOS-6461](https://issues.apache.org/jira/browse/MESOS-6461) - Duplicate framework ids in /master/frameworks endpoint 'unregistered_frameworks'.
+
+[MESOS-6502](https://issues.apache.org/jira/browse/MESOS-6502) - _version uses incorrect MESOS_{MAJOR,MINOR,PATCH}_VERSION in libmesos java binding.
+
+[MESOS-6527](https://issues.apache.org/jira/browse/MESOS-6527) - Memory leak in the libprocess request decoder.
+
+
+** Improvement
+
+[MESOS-6075](https://issues.apache.org/jira/browse/MESOS-6075) - Avoid libprocess functions in `mesos-containerizer launch`.
+
+[MESOS-6299](https://issues.apache.org/jira/browse/MESOS-6299) - Master doesn't remove task from pending when it is invalid.
+
+
+Full release notes are available in the release [CHANGELOG](https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.0.2)
+
+### Upgrades
+
+Rolling upgrades from a Mesos 1.0.0 cluster to Mesos 1.0.2 are straightforward. Please refer to the [upgrade guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed information on upgrading to Mesos 1.0.2.
+
+### Try it out
+
+We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the [user mailing ld Slack/IRC](https://mesos.apache.org/community).
+
+### Thanks!
+
+Thanks to the 20 contributors who made 1.0.2 possible
+
+Alexander Rukletsov, Ammar Askar, Anand Mazumdar, Avinash sridharan, Benjamin Bannier, Benjamin Hindman, Benjamin Mahler, Gastón Kleiman, Jiang Yan Xu, Jie Yu, Joris Van Remoortere, Joseph Wu, Kevin Klues, Manuwela Kanade, Neil Conway, Santhosh Kumar Shanmugham, Till Toenshoff, Vinod Kone, Zhitao Li, haosdent huang.

http://git-wip-us.apache.org/repos/asf/mesos/blob/7ba21774/site/source/blog/2017-02-06-mesos-1-0-3-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2017-02-06-mesos-1-0-3-released.md b/site/source/blog/2017-02-06-mesos-1-0-3-released.md
new file mode 100644
index 0000000..bcb51d0
--- /dev/null
+++ b/site/source/blog/2017-02-06-mesos-1-0-3-released.md
@@ -0,0 +1,38 @@
+---
+layout: post
+title: Apache Mesos 1.0.3 Released
+permalink: /blog/mesos-1-0-3-released/
+published: true
+post_author:
+  display_name: Vinod Kone
+  twitter: vinodkone
+tags: Release
+---
+
+The latest Mesos release, 1.0.3, is now available for [download](http://mesos.apache.org/downloads). This release includes some important bug fixes and improvements on top of 1.0.0. It is highly recommended to use this version if you are considering using Mesos 1.0. More specifically, this release includes the following fixes and improvements:
+
+[MESOS-6052](https://issues.apache.org/jira/browse/MESOS-6052) - Unable to launch containers on CNI networks on CoreOS
+
+[MESOS-6142](https://issues.apache.org/jira/browse/MESOS-6142) - Frameworks may RESERVE for an arbitrary role.
+
+[MESOS-6621](https://issues.apache.org/jira/browse/MESOS-6621) - SSL downgrade path will CHECK-fail when using both temporary and persistent sockets
+
+[MESOS-6676](https://issues.apache.org/jira/browse/MESOS-6676) - Always re-link with scheduler during re-registration.
+
+[MESOS-6917](https://issues.apache.org/jira/browse/MESOS-6917) - Segfault when the executor sets an invalid UUID when sending a status update.
+
+Full release notes are available in the release [CHANGELOG](https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.0.3)
+
+### Upgrades
+
+Rolling upgrades from a Mesos 1.0.0 cluster to Mesos 1.0.3 are straightforward. Please refer to the [upgrade guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed information on upgrading to Mesos 1.0.3.
+
+### Try it out
+
+We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the [user mailing ld Slack/IRC](https://mesos.apache.org/community).
+
+### Thanks!
+
+Thanks to the 9 contributors who made 1.0.3 possible
+
+Aaron Wood, Alexander Rukletsov, Avinash sridharan, Benjamin Bannier, Gastón Kleiman, Joseph Wu, Michael Park,Neil Conway, Vinod Kone

http://git-wip-us.apache.org/repos/asf/mesos/blob/7ba21774/site/source/blog/2017-05-03-mesos-1-0-4-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2017-05-03-mesos-1-0-4-released.md b/site/source/blog/2017-05-03-mesos-1-0-4-released.md
new file mode 100644
index 0000000..92ddc27
--- /dev/null
+++ b/site/source/blog/2017-05-03-mesos-1-0-4-released.md
@@ -0,0 +1,43 @@
+---
+layout: post
+title: Apache Mesos 1.0.4 Released
+permalink: /blog/mesos-1-0-4-released/
+published: true
+post_author:
+  display_name: Vinod Kone
+  twitter: vinodkone
+tags: Release
+---
+
+The latest Mesos release, 1.0.4, is now available for [download](http://mesos.apache.org/downloads). This release includes some important bug fixes and improvements on top of 1.0.0. It is highly recommended to use this version if you are considering using Mesos 1.0. More specifically, this release includes the following fixes and improvements:
+
+[MESOS-2537](https://issues.apache.org/jira/browse/MESOS-2537) - AC_ARG_ENABLED checks are broken
+
+[MESOS-6606](https://issues.apache.org/jira/browse/MESOS-6606) - Reject optimized builds with libcxx before 3.9
+
+[MESOS-7008](https://issues.apache.org/jira/browse/MESOS-7008) - Quota not recovered from registry in empty cluster.
+
+[MESOS-7265](https://issues.apache.org/jira/browse/MESOS-7265) - Containerizer startup may cause sensitive data to leak into sandbox logs.
+
+[MESOS-7366](https://issues.apache.org/jira/browse/MESOS-7366) - Agent sandbox gc could accidentally delete the entire persistent volume content.
+
+[MESOS-7383](https://issues.apache.org/jira/browse/MESOS-7383) - Docker executor logs possibly sensitive parameters.
+
+[MESOS-7422](https://issues.apache.org/jira/browse/MESOS-7422) - Docker containerizer should not leak possibly sensitive data to agent log.
+
+
+Full release notes are available in the release [CHANGELOG](https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.0.4)
+
+### Upgrades
+
+Rolling upgrades from a Mesos 1.0.0 cluster to Mesos 1.0.4 are straightforward. Please refer to the [upgrade guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed information on upgrading to Mesos 1.0.4.
+
+### Try it out
+
+We encourage you to try out this release and let us know what you think. If you run into any issues, please let us know on the [user mailing ld Slack/IRC](https://mesos.apache.org/community).
+
+### Thanks!
+
+Thanks to the 8 contributors who made 1.0.4 possible
+
+Alexander Rukletsov, Benjamin Bannier, James Peach, Jie Yu, Kapil Arya, Neil Conway, Till Toenshoff, Vinod Kone.