This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new bdaee55 Updated the website built from mesos SHA: a9f28a6.
bdaee55 is described below
commit bdaee5536bf914aa7a762c2d75431a047c942e5b
Author: jenkins <[email protected]>
AuthorDate: Wed Feb 27 04:24:35 2019 +0000
Updated the website built from mesos SHA: a9f28a6.
---
content/blog/feed.xml | 65 ++++++-
content/blog/index.html | 4 +
content/blog/mesos-1-4-3-released/index.html | 246 +++++++++++++++++++++++++++
content/downloads/index.html | 8 +
content/sitemap.xml | 4 +
5 files changed, 326 insertions(+), 1 deletion(-)
diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index b852df7..6309c51 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -4,7 +4,70 @@
<id>http://mesos.apache.org/blog</id>
<link href="http://mesos.apache.org/blog" />
<link href="http://mesos.apache.org/blog/feed.xml" rel="self"/>
- <updated>2019-01-28T00:00:00+00:00</updated>
+ <updated>2019-02-26T00:00:00+00:00</updated>
+ <entry>
+ <id>http://mesos.apache.org/blog/mesos-1-4-3-released/</id>
+ <link href="/blog/mesos-1-4-3-released/" />
+ <title>
+ Apache Mesos 1.4.3 Released
+ </title>
+ <updated>2019-02-26T00:00:00+00:00</updated>
+ <author>
+ <name>Meng Zhu</name>
+ </author>
+ <content type="html">
+ <p>The latest Mesos 1.4.x release, 1.4.3, is now available for
<a href="http://mesos.apache.org/downloads">download</a>.
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:</p>
+
+<ul>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-8128">MESOS-8128</a>
- Make os::pipe file descriptors O_CLOEXEC.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-8568">MESOS-8568</a>
- Command checks should always call
<code>WAIT_NESTED_CONTAINER</code> before
<code>REMOVE_NESTED_CONTAINER</code></li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-8620">MESOS-8620</a>
- Containers stuck in FETCHING possibly due to unresponsive server.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-8917">MESOS-8917</a>
- Agent leaking file descriptors into forked processes.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-8921">MESOS-8921</a>
- Autotools don&rsquo;t work with newer OpenJDK versions</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9144">MESOS-9144</a>
- Master authentication handling leads to request amplification.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9145">MESOS-9145</a>
- Master has a fragile burned-in 5s authentication timeout.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9146">MESOS-9146</a>
- Agent has a fragile burn-in 5s authentication timeout.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9147">MESOS-9147</a>
- Agent and scheduler driver authentication retry backoff time could
overflow.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9151">MESOS-9151</a>
- Container stuck at ISOLATING due to FD leak.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9170">MESOS-9170</a>
- Zookeeper doesn&rsquo;t compile with newer gcc due to format
error.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9196">MESOS-9196</a>
- Removing rootfs mounts may fail with EBUSY.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9221">MESOS-9221</a>
- If some image layers are large, the image pulling may stuck due to the
authorized token expired.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9231">MESOS-9231</a>
- <code>docker inspect</code> may return an unexpected result to
Docker executor due to a race condition.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9279">MESOS-9279</a>
- Docker Containerizer &lsquo;usage&rsquo; call might be expensive if
mount table is big.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9283">MESOS-9283</a>
- Docker containerizer actor can get backlogged with large number of
containers.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9304">MESOS-9304</a>
- Test <code>CGROUPS_ROOT_PidNamespaceForward</code> and
<code>CGROUPS_ROOT_PidNamespaceBackward</code> fails on
1.4.x.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9334">MESOS-9334</a>
- Container stuck at ISOLATING state due to libevent poll never
returns.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9419">MESOS-9419</a>
- Executor to framework message crashes master if framework has not
re-registered.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9480">MESOS-9480</a>
- Master may skip processing authorization results for
<code>LAUNCH_GROUP</code>.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9492">MESOS-9492</a>
- Persist CNI working directory across reboot.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9501">MESOS-9501</a>
- Mesos executor fails to terminate and gets stuck after agent host
reboot.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9502">MESOS-9502</a>
- IOswitchboard cleanup could get stuck due to FD leak from a race.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9518">MESOS-9518</a>
- CNI_NETNS should not be set for orphan containers that do not have network
namespace.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9532">MESOS-9532</a>
- ResourceOffersTest.ResourceOfferWithMultipleSlaves is flaky.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9533">MESOS-9533</a>
- CniIsolatorTest.ROOT_CleanupAfterReboot is flaky.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9510">MESOS-9510</a>
- Disallowed nan, inf and so on in
<code>Value::Scalar</code>.</li>
+<li><a
href="https://issues.apache.org/jira/browse/MESOS-9516">MESOS-9516</a>
- Extend <code>min_allocatable_resources</code> flag to cover
non-scalar resources.</li>
+</ul>
+
+
+<p>Full release notes are available in the release <a
href="https://gitbox.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.4.3">CHANGELOG</a></p>
+
+<h3>Upgrades</h3>
+
+<p>Rolling upgrades from a Mesos 1.4.2 cluster to Mesos 1.4.3 are
straightforward. Please refer to the <a
href="http://mesos.apache.org/documentation/latest/upgrades/">upgrade
guide</a> for detailed information on upgrading to Mesos 1.4.2 from
1.0.x, 1.2.x, or 1.3.x.</p>
+
+<h3>Try it out</h3>
+
+<p>Please try out this release and let us know what you think. If you
run into any issues, let us know on the <a
href="https://mesos.apache.org/community">user mailing list and/or
Slack/IRC</a>.</p>
+
+<h3>Thanks!</h3>
+
+<p>Thanks to the 18 contributors who made 1.4.3 possible:</p>
+
+<p>Alexander Rukletsov, Andrei Budnik, Andrew Schwartzmeyer, Benjamin
Bannier, Benjamin Mahler, Benno Evers, Chun-Hung Hsiao, Deepak Goel, Gastón
Kleiman, Gilbert Song, Greg Mann, James Peach, Jie Yu, Kapil Arya, Meng Zhu,
Michael Park, Qian Zhang, Radhika Jandhyala</p>
+
+ </content>
+ </entry>
<entry>
<id>http://mesos.apache.org/blog/mesos-1-7-1-released/</id>
<link href="/blog/mesos-1-7-1-released/" />
diff --git a/content/blog/index.html b/content/blog/index.html
index 6094382..84ecde8 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -102,6 +102,10 @@
</div>
<div class="col-md-9">
<article>
+ <h2><a href="/blog/mesos-1-4-3-released/">Apache Mesos 1.4.3
Released</a></h2>
+ <p><em>Posted by Meng Zhu, February 26, 2019</em></p>
+ </article>
+ <article>
<h2><a href="/blog/mesos-1-7-1-released/">Apache Mesos 1.7.1
Released</a></h2>
<p><em>Posted by Chun-Hung Hsiao & Gastón Kleiman, January 28,
2019</em></p>
</article>
diff --git a/content/blog/mesos-1-4-3-released/index.html
b/content/blog/mesos-1-4-3-released/index.html
new file mode 100644
index 0000000..8d57495
--- /dev/null
+++ b/content/blog/mesos-1-4-3-released/index.html
@@ -0,0 +1,246 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Apache Mesos 1.4.3 Released</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+ <meta property="og:locale" content="en_US"/>
+ <meta property="og:type" content="website"/>
+ <meta property="og:title" content="Apache Mesos"/>
+ <meta property="og:site_name" content="Apache Mesos"/>
+ <meta property="og:url" content="http://mesos.apache.org/"/>
+ <meta property="og:image"
content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+ <meta property="og:description"
+ content="Apache Mesos abstracts resources away from machines,
+ enabling fault-tolerant and elastic distributed systems
+ to easily be built and run effectively."/>
+
+ <meta name="twitter:card" content="summary"/>
+ <meta name="twitter:site" content="@ApacheMesos"/>
+ <meta name="twitter:title" content="Apache Mesos"/>
+ <meta name="twitter:image"
content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+ <meta name="twitter:description"
+ content="Apache Mesos abstracts resources away from machines,
+ enabling fault-tolerant and elastic distributed systems
+ to easily be built and run effectively."/>
+
+ <link
href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
+ <link rel="alternate" type="application/atom+xml" title="Apache Mesos
Blog" href="/blog/feed.xml">
+ <link href="../../assets/css/main.css" rel="stylesheet" />
+
+
+ <!-- Google Analytics Magic -->
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-20226872-1']);
+ _gaq.push(['_setDomainName', 'apache.org']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ </head>
+ <body>
+ <!-- magical breadcrumbs -->
+ <div class="topnav">
+ <div class="container">
+ <ul class="breadcrumb">
+ <li>
+ <div class="dropdown">
+ <a data-toggle="dropdown" href="#">Apache Software Foundation
<span class="caret"></span></a>
+ <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+ <li><a href="http://www.apache.org">Apache Homepage</a></li>
+ <li><a href="http://www.apache.org/licenses/">License</a></li>
+ <li><a
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+ <li><a
href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a href="http://www.apache.org/security/">Security</a></li>
+ </ul>
+ </div>
+ </li>
+
+ <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+ <li><a href="/blog/">Blog</a></li>
+ </ul><!-- /.breadcrumb -->
+ </div><!-- /.container -->
+ </div><!-- /.topnav -->
+
+ <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+ <div class="container">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png"
alt="Apache Mesos logo"/></a>
+ </div><!-- /.navbar-header -->
+
+ <div class="navbar-collapse collapse" id="mesos-menu">
+ <ul class="nav navbar-nav navbar-right">
+ <li><a href="/getting-started/">Getting Started</a></li>
+ <li><a href="/blog/">Blog</a></li>
+ <li><a href="/documentation/latest/">Documentation</a></li>
+ <li><a href="/downloads/">Downloads</a></li>
+ <li><a href="/community/">Community</a></li>
+ </ul>
+ </div><!-- /#mesos-menu -->
+ </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+ <div class="container">
+ <div class="row">
+
+ <div class="col-md-3">
+ <div class="meta">
+ <span class="author">
+ <span class="author_contact">
+ <p><strong>Meng Zhu</strong></p>
+ </span>
+ </span>
+ <p><em>Posted February 26, 2019</em></p>
+ </div>
+
+ <div class="share">
+ <span class="social-share-button"><a href="https://twitter.com/share"
class="twitter-share-button" data-via="apachemesos">Tweet</a></span>
+
+ <span><script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script></span>
+
+ <span><div class="g-plusone" data-size="medium"></div></span>
+
+ <!-- Place this tag after the last +1 button tag. -->
+ <script type="text/javascript">
+ (function() {
+ var po = document.createElement('script'); po.type =
'text/javascript'; po.async = true;
+ po.src = 'https://apis.google.com/js/plusone.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
+ })();
+ </script>
+
+ <script src="//platform.linkedin.com/in.js" type="text/javascript">
+ lang: en_US
+ </script>
+ <script type="IN/Share" data-counter="right"></script>
+ </div>
+ </div>
+
+ <div class="post col-md-9">
+ <h1>Apache Mesos 1.4.3 Released</h1>
+
+ <p>The latest Mesos 1.4.x release, 1.4.3, is now available for <a
href="http://mesos.apache.org/downloads">download</a>. 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:</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-8128">MESOS-8128</a>
- Make os::pipe file descriptors O_CLOEXEC.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-8568">MESOS-8568</a>
- Command checks should always call <code>WAIT_NESTED_CONTAINER</code> before
<code>REMOVE_NESTED_CONTAINER</code></li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-8620">MESOS-8620</a>
- Containers stuck in FETCHING possibly due to unresponsive server.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-8917">MESOS-8917</a>
- Agent leaking file descriptors into forked processes.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-8921">MESOS-8921</a>
- Autotools don’t work with newer OpenJDK versions</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9144">MESOS-9144</a>
- Master authentication handling leads to request amplification.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9145">MESOS-9145</a>
- Master has a fragile burned-in 5s authentication timeout.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9146">MESOS-9146</a>
- Agent has a fragile burn-in 5s authentication timeout.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9147">MESOS-9147</a>
- Agent and scheduler driver authentication retry backoff time could
overflow.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9151">MESOS-9151</a>
- Container stuck at ISOLATING due to FD leak.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9170">MESOS-9170</a>
- Zookeeper doesn’t compile with newer gcc due to format error.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9196">MESOS-9196</a>
- Removing rootfs mounts may fail with EBUSY.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9221">MESOS-9221</a>
- If some image layers are large, the image pulling may stuck due to the
authorized token expired.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9231">MESOS-9231</a>
- <code>docker inspect</code> may return an unexpected result to Docker
executor due to a race condition.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9279">MESOS-9279</a>
- Docker Containerizer ‘usage’ call might be expensive if mount
table is big.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9283">MESOS-9283</a>
- Docker containerizer actor can get backlogged with large number of
containers.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9304">MESOS-9304</a>
- Test <code>CGROUPS_ROOT_PidNamespaceForward</code> and
<code>CGROUPS_ROOT_PidNamespaceBackward</code> fails on 1.4.x.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9334">MESOS-9334</a>
- Container stuck at ISOLATING state due to libevent poll never returns.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9419">MESOS-9419</a>
- Executor to framework message crashes master if framework has not
re-registered.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9480">MESOS-9480</a>
- Master may skip processing authorization results for
<code>LAUNCH_GROUP</code>.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9492">MESOS-9492</a>
- Persist CNI working directory across reboot.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9501">MESOS-9501</a>
- Mesos executor fails to terminate and gets stuck after agent host reboot.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9502">MESOS-9502</a>
- IOswitchboard cleanup could get stuck due to FD leak from a race.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9518">MESOS-9518</a>
- CNI_NETNS should not be set for orphan containers that do not have network
namespace.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9532">MESOS-9532</a>
- ResourceOffersTest.ResourceOfferWithMultipleSlaves is flaky.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9533">MESOS-9533</a>
- CniIsolatorTest.ROOT_CleanupAfterReboot is flaky.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9510">MESOS-9510</a>
- Disallowed nan, inf and so on in <code>Value::Scalar</code>.</li>
+<li><a href="https://issues.apache.org/jira/browse/MESOS-9516">MESOS-9516</a>
- Extend <code>min_allocatable_resources</code> flag to cover non-scalar
resources.</li>
+</ul>
+
+
+<p>Full release notes are available in the release <a
href="https://gitbox.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.4.3">CHANGELOG</a></p>
+
+<h3>Upgrades</h3>
+
+<p>Rolling upgrades from a Mesos 1.4.2 cluster to Mesos 1.4.3 are
straightforward. Please refer to the <a
href="http://mesos.apache.org/documentation/latest/upgrades/">upgrade guide</a>
for detailed information on upgrading to Mesos 1.4.2 from 1.0.x, 1.2.x, or
1.3.x.</p>
+
+<h3>Try it out</h3>
+
+<p>Please try out this release and let us know what you think. If you run into
any issues, let us know on the <a
href="https://mesos.apache.org/community">user mailing list and/or
Slack/IRC</a>.</p>
+
+<h3>Thanks!</h3>
+
+<p>Thanks to the 18 contributors who made 1.4.3 possible:</p>
+
+<p>Alexander Rukletsov, Andrei Budnik, Andrew Schwartzmeyer, Benjamin Bannier,
Benjamin Mahler, Benno Evers, Chun-Hung Hsiao, Deepak Goel, Gastón Kleiman,
Gilbert Song, Greg Mann, James Peach, Jie Yu, Kapil Arya, Meng Zhu, Michael
Park, Qian Zhang, Radhika Jandhyala</p>
+
+ </div>
+</div>
+
+ </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+ <!-- footer -->
+ <div class="footer">
+ <div class="container">
+
+ <div class="col-md-3">
+ <a href="https://www.apache.org/events/current-event.html">
+ <img
src="https://www.apache.org/events/current-event-234x60.png"/>
+ </a>
+ </div>
+
+ <div class="col-md-3 social-blk">
+ <span class="social">
+ <a href="https://twitter.com/ApacheMesos"
+ class="twitter-follow-button"
+ data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+ <script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script>
+ <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+ class="twitter-hashtag-button"
+ data-size="large"
+ data-related="ApacheMesos">Tweet #mesos</a>
+ <script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script>
+ </span>
+ </div>
+
+ <div class="col-md-6 trademark">
+ <p>© 2012-2018 <a href="http://apache.org">The Apache Software
Foundation</a>.
+ Apache Mesos, the Apache feather logo, and the Apache Mesos
project logo are trademarks of The Apache Software Foundation.
+ <p>
+ </div>
+
+ </div><!-- /.container -->
+ </div><!-- /.footer -->
+
+ <!-- JS -->
+ <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
+ <script
src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
+ <script
src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js"></script>
+
+ <!-- Inject anchors for all headings on the page, see
https://www.bryanbraun.com/anchorjs. -->
+ <script type="text/javascript">
+ anchors.options = {
+ placement: 'right',
+ ariaLabel: 'Permalink',
+ };
+
+ // The default is to not add anchors to h1, but we have pages with
multiple h1 headers,
+ // and we do want to put anchors on those.
+ anchors.add('h1, h2, h3, h4, h5, h6');
+ </script>
+ </body>
+</html>
diff --git a/content/downloads/index.html b/content/downloads/index.html
index 50d9071..3f8662f 100644
--- a/content/downloads/index.html
+++ b/content/downloads/index.html
@@ -101,6 +101,14 @@
<ul>
<li>
+ <a href="http://archive.apache.org/dist/mesos/1.4.3/">
+ 1.4.3
+ </a>
+ (<a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12343891">
+ Release Notes
+ </a>)
+ </li>
+ <li>
<a href="http://archive.apache.org/dist/mesos/1.7.2/">
1.7.2
</a>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index c0c69d7..4a7f7f2 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -757,6 +757,10 @@
<lastmod>2019-02-27T00:00:00+00:00</lastmod>
</url>
<url>
+ <loc>http://mesos.apache.org/blog/mesos-1-4-3-released/</loc>
+ <lastmod>2019-02-27T00:00:00+00:00</lastmod>
+ </url>
+ <url>
<loc>http://mesos.apache.org/blog/mesos-1-1-0-released/</loc>
<lastmod>2019-02-27T00:00:00+00:00</lastmod>
</url>