Repository: mesos
Updated Branches:
  refs/heads/master 9d21645b4 -> 48be0da27


Updated website for 1.1.1 release.

Review: https://reviews.apache.org/r/57783


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

Branch: refs/heads/master
Commit: 48be0da2780f2ac2c04019c5ebf50cffeaedf42d
Parents: 9d21645
Author: Alexander Rukletsov <[email protected]>
Authored: Wed Mar 15 11:24:33 2017 +0100
Committer: Alexander Rukletsov <[email protected]>
Committed: Tue Mar 28 19:37:08 2017 +0200

----------------------------------------------------------------------
 site/data/releases.yml                          |  4 ++
 .../blog/2017-03-14-mesos-1-1-1-released.md     | 54 ++++++++++++++++++++
 2 files changed, 58 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/48be0da2/site/data/releases.yml
----------------------------------------------------------------------
diff --git a/site/data/releases.yml b/site/data/releases.yml
index 4bffe4d..8bdc3ff 100644
--- a/site/data/releases.yml
+++ b/site/data/releases.yml
@@ -15,6 +15,10 @@ news:
 ##   - title: (required)
 ##     date: (required)
 ##     blog: (required)
+  - title: Mesos 1.1.1 is released!
+    date: March 14, 2017
+    blog: mesos-1-1-1-released
+    target_version: 1.1.1
   - title: Mesos 1.2.0 is released!
     date: March 8, 2017
     blog: mesos-1-2-0-released

http://git-wip-us.apache.org/repos/asf/mesos/blob/48be0da2/site/source/blog/2017-03-14-mesos-1-1-1-released.md
----------------------------------------------------------------------
diff --git a/site/source/blog/2017-03-14-mesos-1-1-1-released.md 
b/site/source/blog/2017-03-14-mesos-1-1-1-released.md
new file mode 100644
index 0000000..2b464fc
--- /dev/null
+++ b/site/source/blog/2017-03-14-mesos-1-1-1-released.md
@@ -0,0 +1,54 @@
+---
+layout: post
+title: Apache Mesos 1.1.1 Released
+permalink: /blog/mesos-1-1-1-released/
+published: true
+post_author:
+  display_name: AlexR
+tags: Release
+---
+
+The latest Mesos release, 1.1.1, is now available for
+[download](http://mesos.apache.org/downloads). This release includes some
+important bug fixes and improvements on top of 1.1.0. It is highly recommended
+that users use this version if you are considering using Mesos 1.1. More
+specifically, this release includes the following major fixes and improvements:
+
+* [MESOS-6002] - The whiteout file cannot be removed correctly using aufs 
backend.
+* [MESOS-6010] - Docker registry puller shows decode error "No response 
decoded".
+* [MESOS-6142] - Frameworks may RESERVE for an arbitrary role.
+* [MESOS-6360] - The handling of whiteout files in provisioner is not correct.
+* [MESOS-6411] - Add documentation for CNI port-mapper plugin.
+* [MESOS-6526] - `mesos-containerizer launch --environment` exposes executor 
env vars in `ps`.
+* [MESOS-6571] - Add "--task" flag to mesos-execute
+* [MESOS-6597] - Include v1 Operator API protos in generated JAR and python 
packages.
+* [MESOS-6606] - Reject optimized builds with libcxx before 3.9
+* [MESOS-6621] - SSL downgrade path will CHECK-fail when using both temporary 
and persistent sockets
+* [MESOS-6624] - Master WebUI does not work on Firefox 45
+* [MESOS-6676] - Always re-link with scheduler during re-registration.
+* [MESOS-6848] - The default executor does not exit if a single task pod fails.
+* [MESOS-6852] - Nested container's launch command is not set correctly in 
docker/runtime isolator.
+* [MESOS-6917] - Segfault when the executor sets an invalid UUID when sending 
a status update.
+* [MESOS-7008] - Quota not recovered from registry in empty cluster.
+* [MESOS-7133] - mesos-fetcher fails with openssl-related output.
+
+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.1.1)
+
+### Upgrades
+
+Rolling upgrades from a Mesos 1.1.0 cluster to Mesos 1.1.1 are straightforward.
+Please refer to the [upgrade 
guide](http://mesos.apache.org/documentation/latest/upgrades/)
+for detailed information on upgrading to Mesos 1.1.1.
+
+### 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 list and IRC](https://mesos.apache.org/community).
+
+### Thanks!
+
+Thanks to the 15 contributors who made 1.1.1 possible:
+
+Aaron Wood, Alexander Rukletsov, Anand Mazumdar, Avinash sridharan, Benjamin 
Bannier, Gastón Kleiman, Gilbert Song, Haosdent Huang, Jan Schlicht, Jiang Yan 
Xu, Jie Yu, Joseph Wu, Michael Park, Neil Conway, Qian Zhang, Till Toenshoff, 
Vijay Srinivasaraghavan, Vinod Kone, haosdent huang.

Reply via email to