This is an automated email from the ASF dual-hosted git repository.

kapil pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 95298d6  Updated the website for the 1.4.2 release.
95298d6 is described below

commit 95298d69bb5e1255d859f0fea62aaf69a8fb232b
Author: Kapil Arya <[email protected]>
AuthorDate: Mon Aug 20 16:41:51 2018 -0400

    Updated the website for the 1.4.2 release.
---
 site/data/releases.yml                             |  5 +++
 .../source/blog/2018-08-20-mesos-1.4.2-released.md | 43 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/site/data/releases.yml b/site/data/releases.yml
index ccb5ef5..1f39fa4 100644
--- a/site/data/releases.yml
+++ b/site/data/releases.yml
@@ -15,6 +15,9 @@ news:
 ##   - title: (required)
 ##     date: (required)
 ##     blog: (required)
+  - title: Mesos 1.4.2 is released!
+    date: August 20, 2018
+    blog: mesos-1-4-2-released
   - title: Mesos 1.6.1 is released!
     date: July 25, 2018
     blog: mesos-1-6-1-released
@@ -181,6 +184,8 @@ versions:
     jira_version: 12341260
   - version: 1.2.3
     jira_version: 12341267
+  - version: 1.4.2
+    jira_version: 12342192
   - version: 1.4.1
     jira_version: 12341353
   - version: 1.4.0
diff --git a/site/source/blog/2018-08-20-mesos-1.4.2-released.md 
b/site/source/blog/2018-08-20-mesos-1.4.2-released.md
new file mode 100644
index 0000000..244a808
--- /dev/null
+++ b/site/source/blog/2018-08-20-mesos-1.4.2-released.md
@@ -0,0 +1,43 @@
+---
+layout: post
+title: Apache Mesos 1.4.2 Released
+permalink: /blog/mesos-1-4-2-released/
+published: true
+post_author:
+  display_name: Kapil Arya
+tags: Release
+---
+
+The latest Mesos 1.4.x release, 1.4.2, is now available for 
[download](http://mesos.apache.org/downloads). This release includes important 
bug fixes and improvements on top of 1.4.2. It is recommended to use this 
version if you are considering using Mesos 1.4. More specifically, this release 
includes the following notable fixes:
+
+* [MESOS-4527](https://issues.apache.org/jira/browse/MESOS-4527) - Roles can 
exceed limit allocation via reservations.
+* [MESOS-7099](https://issues.apache.org/jira/browse/MESOS-7099) - Quota can 
be exceeded due to coarse-grained offer technique.
+* [MESOS-8293](https://issues.apache.org/jira/browse/MESOS-8293) - Reservation 
may not be allocated when the role has no quota.
+* [MESOS-8339](https://issues.apache.org/jira/browse/MESOS-8339) - Quota 
headroom may be insufficiently held when role has more reservation than quota.
+* [MESOS-8352](https://issues.apache.org/jira/browse/MESOS-8352) - Resources 
may get over allocated to some roles while fail to meet the quota of other 
roles.
+* [MESOS-8488](https://issues.apache.org/jira/browse/MESOS-8488) - Docker bug 
can cause unkillable tasks.
+* [MESOS-8604](https://issues.apache.org/jira/browse/MESOS-8604) - Quota 
headroom tracking may be incorrect in the presence of hierarchical reservation.
+* [MESOS-8830](https://issues.apache.org/jira/browse/MESOS-8830) - Agent gc on 
old slave sandboxes could empty persistent volume data
+* [MESOS-8904](https://issues.apache.org/jira/browse/MESOS-8904) - Master 
crash when removing quota.
+* [MESOS-8935](https://issues.apache.org/jira/browse/MESOS-8935) - Quota limit 
"chopping" can lead to cpu-only and memory-only offers.
+* [MESOS-8936](https://issues.apache.org/jira/browse/MESOS-8936) - Implement a 
Random Sorter for offer allocations.
+* [MESOS-8942](https://issues.apache.org/jira/browse/MESOS-8942) - Master 
streaming API does not send (health) check updates for tasks.
+* [MESOS-8987](https://issues.apache.org/jira/browse/MESOS-8987) - Master asks 
agent to shutdown upon auth errors.
+* [MESOS-9125](https://issues.apache.org/jira/browse/MESOS-9125) - Port mapper 
CNI plugin might fail with "Resource temporarily unavailable"
+* [MESOS-9127](https://issues.apache.org/jira/browse/MESOS-9127) - Port mapper 
CNI plugin might deadlock iptables on the agent.
+
+Full release notes are available in the release 
[CHANGELOG](https://gitbox.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.4.2)
+
+### Upgrades
+
+Rolling upgrades from a Mesos 1.4.1 cluster to Mesos 1.4.2 are 
straightforward. Please refer to the [upgrade 
guide](http://mesos.apache.org/documentation/latest/upgrades/) for detailed 
information on upgrading to Mesos 1.4.1 from 1.0.x, 1.2.x, or 1.3.x.
+
+### Try it out
+
+Please try out this release and let us know what you think. If you run into 
any issues, let us know on the [user mailing list and/or 
Slack/IRC](https://mesos.apache.org/community).
+
+### Thanks!
+
+Thanks to the 24 contributors who made 1.4.2 possible:
+
+Akash Gupta, Alexander Rojas, Alexander Rukletsov, Andrei Budnik, Armand 
Grillet, Benjamin Bannier, Benjamin Hindman, Benjamin Mahler, Benno Evers, Bin 
Zheng, Chun-Hung Hsiao, Gastón Kleiman, Gilbert Song, Greg Mann, He Yi Hua, 
James Peach, Jason Lai, Jie Yu, Kapil Arya, Kjetil Joergensen, Meng Zhu, 
Michael Park, Qian Zhang, Zhitao Li

Reply via email to