You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/12/22 19:31:32 UTC

[flink-web] branch asf-site updated: Rebuild website

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

chesnay pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9f7ac56  Rebuild website
9f7ac56 is described below

commit 9f7ac565430e2487d2f28f375912d2769bb1c2ca
Author: zentol <ch...@apache.org>
AuthorDate: Sat Dec 22 20:31:29 2018 +0100

    Rebuild website
---
 content/blog/feed.xml                      | 104 ++++++++++
 content/blog/index.html                    |  40 ++--
 content/blog/page2/index.html              |  38 ++--
 content/blog/page3/index.html              |  36 ++--
 content/blog/page4/index.html              |  36 ++--
 content/blog/page5/index.html              |  42 +++--
 content/blog/page6/index.html              |  48 +++--
 content/blog/page7/index.html              |  29 +++
 content/downloads.html                     |  59 +++---
 content/index.html                         |  10 +-
 content/news/2018/12/21/release-1.7.1.html | 293 +++++++++++++++++++++++++++++
 11 files changed, 609 insertions(+), 126 deletions(-)

diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index 4860581..14949d9 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -7,6 +7,110 @@
 <atom:link href="https://flink.apache.org/blog/feed.xml" rel="self" type="application/rss+xml" />
 
 <item>
+<title>Apache Flink 1.7.1 Released</title>
+<description>&lt;p&gt;The Apache Flink community released the first bugfix version of the Apache Flink 1.7 series.&lt;/p&gt;
+
+&lt;p&gt;This release includes 27 fixes and minor improvements for Flink 1.7.0. The list below includes a detailed list of all fixes.&lt;/p&gt;
+
+&lt;p&gt;We highly recommend all users to upgrade to Flink 1.7.1.&lt;/p&gt;
+
+&lt;p&gt;Updated Maven dependencies:&lt;/p&gt;
+
+&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot;&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+  &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.flink&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+  &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;flink-java&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+  &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.7.1&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+  &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.flink&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+  &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;flink-streaming-java_2.11&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+  &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.7.1&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+  &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.flink&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+  &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;flink-clients_2.11&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+  &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.7.1&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
+
+&lt;p&gt;You can find the binaries on the updated &lt;a href=&quot;http://flink.apache.org/downloads.html&quot;&gt;Downloads page&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;List of resolved issues:&lt;/p&gt;
+
+&lt;h2&gt;        Sub-task
+&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-10252&quot;&gt;FLINK-10252&lt;/a&gt;] -         Handle oversized metric messages
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-10367&quot;&gt;FLINK-10367&lt;/a&gt;] -         Avoid recursion stack overflow during releasing SingleInputGate
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-10522&quot;&gt;FLINK-10522&lt;/a&gt;] -         Check if RecoverableWriter supportsResume and act accordingly.
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-10963&quot;&gt;FLINK-10963&lt;/a&gt;] -         Cleanup small objects uploaded to S3 as independent objects
+&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;        Bug
+&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-8336&quot;&gt;FLINK-8336&lt;/a&gt;] -         YarnFileStageTestS3ITCase.testRecursiveUploadForYarnS3 test instability
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-9646&quot;&gt;FLINK-9646&lt;/a&gt;] -         ExecutionGraphCoLocationRestartTest.testConstraintsAfterRestart failed on Travis
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-10149&quot;&gt;FLINK-10149&lt;/a&gt;] -         Fink Mesos allocates extra port when not configured to do so.
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-10359&quot;&gt;FLINK-10359&lt;/a&gt;] -         Scala example in DataSet docs is broken
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-10482&quot;&gt;FLINK-10482&lt;/a&gt;] -         java.lang.IllegalArgumentException: Negative number of in progress checkpoints
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-10566&quot;&gt;FLINK-10566&lt;/a&gt;] -         Flink Planning is exponential in the number of stages
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-10997&quot;&gt;FLINK-10997&lt;/a&gt;] -         Avro-confluent-registry does not bundle any dependency
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11011&quot;&gt;FLINK-11011&lt;/a&gt;] -         Elasticsearch 6 sink end-to-end test unstable
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11013&quot;&gt;FLINK-11013&lt;/a&gt;] -         Fix distinct aggregates for group window in Table API
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11017&quot;&gt;FLINK-11017&lt;/a&gt;] -         Time interval for window aggregations in SQL is wrongly translated if specified with YEAR_MONTH resolution
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11029&quot;&gt;FLINK-11029&lt;/a&gt;] -         Incorrect parameter in Working with state doc
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11032&quot;&gt;FLINK-11032&lt;/a&gt;] -         Elasticsearch (v6.3.1) sink end-to-end test unstable on Travis
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11033&quot;&gt;FLINK-11033&lt;/a&gt;] -         Elasticsearch (v6.3.1) sink end-to-end test unstable on Travis
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11041&quot;&gt;FLINK-11041&lt;/a&gt;] -         ReinterpretDataStreamAsKeyedStreamITCase.testReinterpretAsKeyedStream failed on Travis
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11044&quot;&gt;FLINK-11044&lt;/a&gt;] -         RegisterTableSink docs incorrect
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11045&quot;&gt;FLINK-11045&lt;/a&gt;] -         UserCodeClassLoader has not been set correctly for RuntimeUDFContext in CollectionExecutor
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11047&quot;&gt;FLINK-11047&lt;/a&gt;] -         CoGroupGroupSortTranslationTest does not compile with scala 2.12
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11085&quot;&gt;FLINK-11085&lt;/a&gt;] -         NoClassDefFoundError in presto-s3 filesystem
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11087&quot;&gt;FLINK-11087&lt;/a&gt;] -         Broadcast state migration Incompatibility from 1.5.3 to 1.7.0
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11094&quot;&gt;FLINK-11094&lt;/a&gt;] -         Restored state in RocksDBStateBackend that has not been accessed in restored execution causes NPE on snapshot
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11123&quot;&gt;FLINK-11123&lt;/a&gt;] -         Missing import in ML quickstart docs
+&lt;/li&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11136&quot;&gt;FLINK-11136&lt;/a&gt;] -         Fix the logical of merge for DISTINCT aggregates
+&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2&gt;        Improvement
+&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-11080&quot;&gt;FLINK-11080&lt;/a&gt;] -         Define flink-connector-elasticsearch6 uber-jar dependencies via artifactSet
+&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+<pubDate>Fri, 21 Dec 2018 12:00:00 +0000</pubDate>
+<link>https://flink.apache.org/news/2018/12/21/release-1.7.1.html</link>
+<guid isPermaLink="true">/news/2018/12/21/release-1.7.1.html</guid>
+</item>
+
+<item>
 <title>Apache Flink 1.7.0 Release Announcement</title>
 <description>&lt;p&gt;The Apache Flink community is pleased to announce Apache Flink 1.7.0. 
 The latest release includes more than 420 resolved issues and some exciting additions to Flink that we describe in the following sections of this post. 
diff --git a/content/blog/index.html b/content/blog/index.html
index 3977661..ac0cb60 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -143,6 +143,21 @@
     <!-- Blog posts -->
     
     <article>
+      <h2 class="blog-title"><a href="/news/2018/12/21/release-1.7.1.html">Apache Flink 1.7.1 Released</a></h2>
+
+      <p>21 Dec 2018
+      </p>
+
+      <p><p>The Apache Flink community released the first bugfix version of the Apache Flink 1.7 series.</p>
+
+</p>
+
+      <p><a href="/news/2018/12/21/release-1.7.1.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
       <h2 class="blog-title"><a href="/news/2018/11/30/release-1.7.0.html">Apache Flink 1.7.0 Release Announcement</a></h2>
 
       <p>30 Nov 2018
@@ -279,21 +294,6 @@ Please check the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa
 
     <hr>
     
-    <article>
-      <h2 class="blog-title"><a href="/news/2018/05/25/release-1.5.0.html">Apache Flink 1.5.0 Release Announcement</a></h2>
-
-      <p>25 May 2018
-       Fabian Hueske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p>
-
-      <p><p>The Apache Flink community is thrilled to announce the 1.5.0 release. Over the past 5 months, the Flink community has been working hard to resolve more than 780 issues. Please check the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341764&amp;projectId=12315522">complete changelog</a> for more detail.</p>
-
-</p>
-
-      <p><a href="/news/2018/05/25/release-1.5.0.html">Continue reading &raquo;</a></p>
-    </article>
-
-    <hr>
-    
 
     <!-- Pagination links -->
     
@@ -326,6 +326,16 @@ Please check the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/12/21/release-1.7.1.html">Apache Flink 1.7.1 Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a href="/news/2018/11/30/release-1.7.0.html">Apache Flink 1.7.0 Release Announcement</a></li>
 
       
diff --git a/content/blog/page2/index.html b/content/blog/page2/index.html
index 6ab239e..b2fd4db 100644
--- a/content/blog/page2/index.html
+++ b/content/blog/page2/index.html
@@ -143,6 +143,21 @@
     <!-- Blog posts -->
     
     <article>
+      <h2 class="blog-title"><a href="/news/2018/05/25/release-1.5.0.html">Apache Flink 1.5.0 Release Announcement</a></h2>
+
+      <p>25 May 2018
+       Fabian Hueske (<a href="https://twitter.com/fhueske">@fhueske</a>)</p>
+
+      <p><p>The Apache Flink community is thrilled to announce the 1.5.0 release. Over the past 5 months, the Flink community has been working hard to resolve more than 780 issues. Please check the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12341764&amp;projectId=12315522">complete changelog</a> for more detail.</p>
+
+</p>
+
+      <p><a href="/news/2018/05/25/release-1.5.0.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
       <h2 class="blog-title"><a href="/news/2018/03/15/release-1.3.3.html">Apache Flink 1.3.3 Released</a></h2>
 
       <p>15 Mar 2018
@@ -276,19 +291,6 @@ what’s coming in Flink 1.4.0 as well as a preview of what the Flink community
 
     <hr>
     
-    <article>
-      <h2 class="blog-title"><a href="/features/2017/07/04/flink-rescalable-state.html">A Deep Dive into Rescalable State in Apache Flink</a></h2>
-
-      <p>04 Jul 2017 by Stefan Richter (<a href="https://twitter.com/">@StefanRRichter</a>)
-      </p>
-
-      <p><p>A primer on stateful stream processing and an in-depth walkthrough of rescalable state in Apache Flink.</p></p>
-
-      <p><a href="/features/2017/07/04/flink-rescalable-state.html">Continue reading &raquo;</a></p>
-    </article>
-
-    <hr>
-    
 
     <!-- Pagination links -->
     
@@ -321,6 +323,16 @@ what’s coming in Flink 1.4.0 as well as a preview of what the Flink community
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/12/21/release-1.7.1.html">Apache Flink 1.7.1 Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a href="/news/2018/11/30/release-1.7.0.html">Apache Flink 1.7.0 Release Announcement</a></li>
 
       
diff --git a/content/blog/page3/index.html b/content/blog/page3/index.html
index cd0e9b5..abc711f 100644
--- a/content/blog/page3/index.html
+++ b/content/blog/page3/index.html
@@ -143,6 +143,19 @@
     <!-- Blog posts -->
     
     <article>
+      <h2 class="blog-title"><a href="/features/2017/07/04/flink-rescalable-state.html">A Deep Dive into Rescalable State in Apache Flink</a></h2>
+
+      <p>04 Jul 2017 by Stefan Richter (<a href="https://twitter.com/">@StefanRRichter</a>)
+      </p>
+
+      <p><p>A primer on stateful stream processing and an in-depth walkthrough of rescalable state in Apache Flink.</p></p>
+
+      <p><a href="/features/2017/07/04/flink-rescalable-state.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
       <h2 class="blog-title"><a href="/news/2017/06/23/release-1.3.1.html">Apache Flink 1.3.1 Released</a></h2>
 
       <p>23 Jun 2017
@@ -272,19 +285,6 @@
 
     <hr>
     
-    <article>
-      <h2 class="blog-title"><a href="/news/2016/12/19/2016-year-in-review.html">Apache Flink in 2016: Year in Review</a></h2>
-
-      <p>19 Dec 2016 by Mike Winters
-      </p>
-
-      <p><p>As 2016 comes to a close, let's take a moment to look back on the Flink community's great work during the past year.</p></p>
-
-      <p><a href="/news/2016/12/19/2016-year-in-review.html">Continue reading &raquo;</a></p>
-    </article>
-
-    <hr>
-    
 
     <!-- Pagination links -->
     
@@ -317,6 +317,16 @@
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/12/21/release-1.7.1.html">Apache Flink 1.7.1 Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a href="/news/2018/11/30/release-1.7.0.html">Apache Flink 1.7.0 Release Announcement</a></li>
 
       
diff --git a/content/blog/page4/index.html b/content/blog/page4/index.html
index 3802aed..94467f8 100644
--- a/content/blog/page4/index.html
+++ b/content/blog/page4/index.html
@@ -143,6 +143,19 @@
     <!-- Blog posts -->
     
     <article>
+      <h2 class="blog-title"><a href="/news/2016/12/19/2016-year-in-review.html">Apache Flink in 2016: Year in Review</a></h2>
+
+      <p>19 Dec 2016 by Mike Winters
+      </p>
+
+      <p><p>As 2016 comes to a close, let's take a moment to look back on the Flink community's great work during the past year.</p></p>
+
+      <p><a href="/news/2016/12/19/2016-year-in-review.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
       <h2 class="blog-title"><a href="/news/2016/10/12/release-1.1.3.html">Apache Flink 1.1.3 Released</a></h2>
 
       <p>12 Oct 2016
@@ -276,19 +289,6 @@
 
     <hr>
     
-    <article>
-      <h2 class="blog-title"><a href="/news/2016/04/06/cep-monitoring.html">Introducing Complex Event Processing (CEP) with Apache Flink</a></h2>
-
-      <p>06 Apr 2016 by Till Rohrmann (<a href="https://twitter.com/">@stsffap</a>)
-      </p>
-
-      <p>In this blog post, we introduce Flink's new <a href="https://ci.apache.org/projects/flink/flink-docs-master/apis/streaming/libs/cep.html">CEP library</a> that allows you to do pattern matching on event streams. Through the example of monitoring a data center and generating alerts, we showcase the library's ease of use and its intuitive Pattern API.</p>
-
-      <p><a href="/news/2016/04/06/cep-monitoring.html">Continue reading &raquo;</a></p>
-    </article>
-
-    <hr>
-    
 
     <!-- Pagination links -->
     
@@ -321,6 +321,16 @@
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/12/21/release-1.7.1.html">Apache Flink 1.7.1 Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a href="/news/2018/11/30/release-1.7.0.html">Apache Flink 1.7.0 Release Announcement</a></li>
 
       
diff --git a/content/blog/page5/index.html b/content/blog/page5/index.html
index 23ab075..95cfbd7 100644
--- a/content/blog/page5/index.html
+++ b/content/blog/page5/index.html
@@ -143,6 +143,19 @@
     <!-- Blog posts -->
     
     <article>
+      <h2 class="blog-title"><a href="/news/2016/04/06/cep-monitoring.html">Introducing Complex Event Processing (CEP) with Apache Flink</a></h2>
+
+      <p>06 Apr 2016 by Till Rohrmann (<a href="https://twitter.com/">@stsffap</a>)
+      </p>
+
+      <p>In this blog post, we introduce Flink's new <a href="https://ci.apache.org/projects/flink/flink-docs-master/apis/streaming/libs/cep.html">CEP library</a> that allows you to do pattern matching on event streams. Through the example of monitoring a data center and generating alerts, we showcase the library's ease of use and its intuitive Pattern API.</p>
+
+      <p><a href="/news/2016/04/06/cep-monitoring.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
       <h2 class="blog-title"><a href="/news/2016/04/06/release-1.0.1.html">Flink 1.0.1 Released</a></h2>
 
       <p>06 Apr 2016
@@ -271,25 +284,6 @@
 
     <hr>
     
-    <article>
-      <h2 class="blog-title"><a href="/news/2015/09/03/flink-forward.html">Announcing Flink Forward 2015</a></h2>
-
-      <p>03 Sep 2015
-      </p>
-
-      <p><p><a href="http://2015.flink-forward.org/">Flink Forward 2015</a> is the first
-conference with Flink at its center that aims to bring together the
-Apache Flink community in a single place. The organizers are starting
-this conference in October 12 and 13 from Berlin, the place where
-Apache Flink started.</p>
-
-</p>
-
-      <p><a href="/news/2015/09/03/flink-forward.html">Continue reading &raquo;</a></p>
-    </article>
-
-    <hr>
-    
 
     <!-- Pagination links -->
     
@@ -322,6 +316,16 @@ Apache Flink started.</p>
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/12/21/release-1.7.1.html">Apache Flink 1.7.1 Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a href="/news/2018/11/30/release-1.7.0.html">Apache Flink 1.7.0 Release Announcement</a></li>
 
       
diff --git a/content/blog/page6/index.html b/content/blog/page6/index.html
index 5665894..b4d0b5a 100644
--- a/content/blog/page6/index.html
+++ b/content/blog/page6/index.html
@@ -143,6 +143,25 @@
     <!-- Blog posts -->
     
     <article>
+      <h2 class="blog-title"><a href="/news/2015/09/03/flink-forward.html">Announcing Flink Forward 2015</a></h2>
+
+      <p>03 Sep 2015
+      </p>
+
+      <p><p><a href="http://2015.flink-forward.org/">Flink Forward 2015</a> is the first
+conference with Flink at its center that aims to bring together the
+Apache Flink community in a single place. The organizers are starting
+this conference in October 12 and 13 from Berlin, the place where
+Apache Flink started.</p>
+
+</p>
+
+      <p><a href="/news/2015/09/03/flink-forward.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
       <h2 class="blog-title"><a href="/news/2015/09/01/release-0.9.1.html">Apache Flink 0.9.1 available</a></h2>
 
       <p>01 Sep 2015
@@ -283,25 +302,6 @@ community last month.</p>
 
     <hr>
     
-    <article>
-      <h2 class="blog-title"><a href="/news/2015/02/09/streaming-example.html">Introducing Flink Streaming</a></h2>
-
-      <p>09 Feb 2015
-      </p>
-
-      <p><p>This post is the first of a series of blog posts on Flink Streaming,
-the recent addition to Apache Flink that makes it possible to analyze
-continuous data sources in addition to static files. Flink Streaming
-uses the pipelined Flink engine to process data streams in real time
-and offers a new API including definition of flexible windows.</p>
-
-</p>
-
-      <p><a href="/news/2015/02/09/streaming-example.html">Continue reading &raquo;</a></p>
-    </article>
-
-    <hr>
-    
 
     <!-- Pagination links -->
     
@@ -334,6 +334,16 @@ and offers a new API including definition of flexible windows.</p>
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/12/21/release-1.7.1.html">Apache Flink 1.7.1 Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a href="/news/2018/11/30/release-1.7.0.html">Apache Flink 1.7.0 Release Announcement</a></li>
 
       
diff --git a/content/blog/page7/index.html b/content/blog/page7/index.html
index e186094..7df9be4 100644
--- a/content/blog/page7/index.html
+++ b/content/blog/page7/index.html
@@ -143,6 +143,25 @@
     <!-- Blog posts -->
     
     <article>
+      <h2 class="blog-title"><a href="/news/2015/02/09/streaming-example.html">Introducing Flink Streaming</a></h2>
+
+      <p>09 Feb 2015
+      </p>
+
+      <p><p>This post is the first of a series of blog posts on Flink Streaming,
+the recent addition to Apache Flink that makes it possible to analyze
+continuous data sources in addition to static files. Flink Streaming
+uses the pipelined Flink engine to process data streams in real time
+and offers a new API including definition of flexible windows.</p>
+
+</p>
+
+      <p><a href="/news/2015/02/09/streaming-example.html">Continue reading &raquo;</a></p>
+    </article>
+
+    <hr>
+    
+    <article>
       <h2 class="blog-title"><a href="/news/2015/02/04/january-in-flink.html">January 2015 in the Flink community</a></h2>
 
       <p>04 Feb 2015
@@ -297,6 +316,16 @@ academic and open source project that Flink originates from.</p>
 
     <ul id="markdown-toc">
       
+      <li><a href="/news/2018/12/21/release-1.7.1.html">Apache Flink 1.7.1 Released</a></li>
+
+      
+        
+      
+    
+      
+      
+
+      
       <li><a href="/news/2018/11/30/release-1.7.0.html">Apache Flink 1.7.0 Release Announcement</a></li>
 
       
diff --git a/content/downloads.html b/content/downloads.html
index 961c78c..31427e6 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -155,7 +155,7 @@ $( document ).ready(function() {
 
 <div class="page-toc">
 <ul id="markdown-toc">
-  <li><a href="#latest-stable-release-v170" id="markdown-toc-latest-stable-release-v170">Latest stable release (v1.7.0)</a>    <ul>
+  <li><a href="#latest-stable-release-v171" id="markdown-toc-latest-stable-release-v171">Latest stable release (v1.7.1)</a>    <ul>
       <li><a href="#binaries" id="markdown-toc-binaries">Binaries</a></li>
       <li><a href="#source" id="markdown-toc-source">Source</a></li>
     </ul>
@@ -173,9 +173,9 @@ $( document ).ready(function() {
 
 </div>
 
-<h2 id="latest-stable-release-v170">Latest stable release (v1.7.0)</h2>
+<h2 id="latest-stable-release-v171">Latest stable release (v1.7.1)</h2>
 
-<p>Apache Flink® 1.7.0 is our latest stable release.</p>
+<p>Apache Flink® 1.7.1 is our latest stable release.</p>
 
 <p>An Apache Hadoop installation is <a href="faq.html#how-does-flink-relate-to-the-hadoop-stack">not required</a> to use Apache Flink.
 For users that use Flink without any Hadoop components, we recommend the release without bundled Hadoop libraries.</p>
@@ -196,53 +196,53 @@ bundles the matching Hadoop version, or use the Hadoop free version and
 <tbody>
     
     <tr>
-    <th>Apache 1.7.0 Flink only Scala 2.11</th>
-    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.0/flink-1.7.0-bin-scala_2.11.tgz" class="ga-track" id="170-download-hadoopfree_211">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-scala_2.11.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-scala_2.11.tgz.sha512">sha512</a>)</td>
+    <th>Apache 1.7.1 Flink only Scala 2.11</th>
+    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.1/flink-1.7.1-bin-scala_2.11.tgz" class="ga-track" id="170-download-hadoopfree_211">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-scala_2.11.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-scala_2.11.tgz.sha512">sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Apache 1.7.0 Flink only Scala 2.12</th>
-    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.0/flink-1.7.0-bin-scala_2.12.tgz" class="ga-track" id="170-download-hadoopfree_212">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-scala_2.12.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-scala_2.12.tgz.sha512">sha512</a>)</td>
+    <th>Apache 1.7.1 Flink only Scala 2.12</th>
+    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.1/flink-1.7.1-bin-scala_2.12.tgz" class="ga-track" id="170-download-hadoopfree_212">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-scala_2.12.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-scala_2.12.tgz.sha512">sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Flink 1.7.0 with Hadoop® 2.8 Scala 2.11</th>
-    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.0/flink-1.7.0-bin-hadoop28-scala_2.11.tgz" class="ga-track" id="170-download-hadoop28_211">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop28-scala_2.11.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop28-scala_2.11.tgz.sha512">sha512</a>)</td>
+    <th>Flink 1.7.1 with Hadoop® 2.8 Scala 2.11</th>
+    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.1/flink-1.7.1-bin-hadoop28-scala_2.11.tgz" class="ga-track" id="170-download-hadoop28_211">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop28-scala_2.11.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop28-scala_2.11.tgz.sha512">sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Flink 1.7.0 with Hadoop® 2.8 Scala 2.12</th>
-    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.0/flink-1.7.0-bin-hadoop28-scala_2.12.tgz" class="ga-track" id="170-download-hadoop28_212">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop28-scala_2.12.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop28-scala_2.12.tgz.sha512">sha512</a>)</td>
+    <th>Flink 1.7.1 with Hadoop® 2.8 Scala 2.12</th>
+    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.1/flink-1.7.1-bin-hadoop28-scala_2.12.tgz" class="ga-track" id="170-download-hadoop28_212">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop28-scala_2.12.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop28-scala_2.12.tgz.sha512">sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Flink 1.7.0 with Hadoop® 2.7 Scala 2.11</th>
-    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.0/flink-1.7.0-bin-hadoop27-scala_2.11.tgz" class="ga-track" id="170-download-hadoop27_211">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop27-scala_2.11.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop27-scala_2.11.tgz.sha512">sha512</a>)</td>
+    <th>Flink 1.7.1 with Hadoop® 2.7 Scala 2.11</th>
+    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.1/flink-1.7.1-bin-hadoop27-scala_2.11.tgz" class="ga-track" id="170-download-hadoop27_211">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop27-scala_2.11.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop27-scala_2.11.tgz.sha512">sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Flink 1.7.0 with Hadoop® 2.7 Scala 2.12</th>
-    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.0/flink-1.7.0-bin-hadoop27-scala_2.12.tgz" class="ga-track" id="170-download-hadoop27_212">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop27-scala_2.12.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop27-scala_2.12.tgz.sha512">sha512</a>)</td>
+    <th>Flink 1.7.1 with Hadoop® 2.7 Scala 2.12</th>
+    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.1/flink-1.7.1-bin-hadoop27-scala_2.12.tgz" class="ga-track" id="170-download-hadoop27_212">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop27-scala_2.12.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop27-scala_2.12.tgz.sha512">sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Flink 1.7.0 with Hadoop® 2.6 Scala 2.11</th>
-    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.0/flink-1.7.0-bin-hadoop26-scala_2.11.tgz" class="ga-track" id="170-download-hadoop26_211">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop26-scala_2.11.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop26-scala_2.11.tgz.sha512">sha512</a>)</td>
+    <th>Flink 1.7.1 with Hadoop® 2.6 Scala 2.11</th>
+    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.1/flink-1.7.1-bin-hadoop26-scala_2.11.tgz" class="ga-track" id="170-download-hadoop26_211">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop26-scala_2.11.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop26-scala_2.11.tgz.sha512">sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Flink 1.7.0 with Hadoop® 2.6 Scala 2.12</th>
-    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.0/flink-1.7.0-bin-hadoop26-scala_2.12.tgz" class="ga-track" id="170-download-hadoop26_212">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop26-scala_2.12.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop26-scala_2.12.tgz.sha512">sha512</a>)</td>
+    <th>Flink 1.7.1 with Hadoop® 2.6 Scala 2.12</th>
+    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.1/flink-1.7.1-bin-hadoop26-scala_2.12.tgz" class="ga-track" id="170-download-hadoop26_212">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop26-scala_2.12.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop26-scala_2.12.tgz.sha512">sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Flink 1.7.0 with Hadoop® 2.4 Scala 2.11</th>
-    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.0/flink-1.7.0-bin-hadoop24-scala_2.11.tgz" class="ga-track" id="170-download-hadoop24_211">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop24-scala_2.11.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop24-scala_2.11.tgz.sha512">sha512</a>)</td>
+    <th>Flink 1.7.1 with Hadoop® 2.4 Scala 2.11</th>
+    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.1/flink-1.7.1-bin-hadoop24-scala_2.11.tgz" class="ga-track" id="170-download-hadoop24_211">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop24-scala_2.11.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop24-scala_2.11.tgz.sha512">sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Flink 1.7.0 with Hadoop® 2.4 Scala 2.12</th>
-    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.0/flink-1.7.0-bin-hadoop24-scala_2.12.tgz" class="ga-track" id="170-download-hadoop24_212">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop24-scala_2.12.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-bin-hadoop24-scala_2.12.tgz.sha512">sha512</a>)</td>
+    <th>Flink 1.7.1 with Hadoop® 2.4 Scala 2.12</th>
+    <td><a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.1/flink-1.7.1-bin-hadoop24-scala_2.12.tgz" class="ga-track" id="170-download-hadoop24_212">Download</a> (<a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-bin-hadoop24-scala_2.12.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.0-bin-hadoop24-scala_2.12.tgz.sha512">sha512</a>)</td>
     </tr>
     
     <tr>
@@ -277,12 +277,12 @@ bundles the matching Hadoop version, or use the Hadoop free version and
 
 <div class="list-group">
   <!-- Source -->
-  <a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.0/flink-1.7.0-src.tgz" class="list-group-item ga-track" id="170-download-source">
+  <a href="https://www.apache.org/dyn/closer.lua/flink/flink-1.7.1/flink-1.7.1-src.tgz" class="list-group-item ga-track" id="170-download-source">
     <!-- overrride margin/padding as the boxes otherwise overlap in subtle ways -->
-    <h4 style="margin-top: 0px; padding-top: 0px;"><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Apache Flink 1.7.0</strong> Source Release</h4>
+    <h4 style="margin-top: 0px; padding-top: 0px;"><span class="glyphicon glyphicon-download" aria-hidden="true"></span> <strong>Apache Flink 1.7.1</strong> Source Release</h4>
     <p>Review the source code or build Flink on your own, using this package</p>
   </a>
-   (<a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-src.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-src.tgz.sha512">sha512</a>)
+   (<a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-src.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-src.tgz.sha512">sha512</a>)
 </div>
 
 <div class="list-group">
@@ -324,17 +324,17 @@ bundles the matching Hadoop version, or use the Hadoop free version and
 <div class="highlight"><pre><code class="language-xml"><span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>flink-java<span class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>1.7.0<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.7.1<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>flink-streaming-java_2.11<span class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>1.7.0<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.7.1<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>flink-clients_2.11<span class="nt">&lt;/artifactId&gt;</span>
-  <span class="nt">&lt;version&gt;</span>1.7.0<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.7.1<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></div>
 
 <h2 id="update-policy-for-old-releases">Update Policy for old releases</h2>
@@ -350,6 +350,7 @@ bundles the matching Hadoop version, or use the Hadoop free version and
 <h3 id="flink">Flink</h3>
 
 <ul>
+  <li>Flink 1.7.1 - 2018-12-21 (<a href="https://archive.apache.org/dist/flink/flink-1.7.1/flink-1.7.1-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.7.1/">Binaries</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/">Docs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/api/java">Javadocs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/api/scala/index.html">ScalaDocs</a>)</li>
   <li>Flink 1.7.0 - 2018-11-30 (<a href="https://archive.apache.org/dist/flink/flink-1.7.0/flink-1.7.0-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.7.0/">Binaries</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/">Docs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/api/java">Javadocs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/api/scala/index.html">ScalaDocs</a>)</li>
   <li>Flink 1.6.2 - 2018-10-29 (<a href="https://archive.apache.org/dist/flink/flink-1.6.2/flink-1.6.2-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.6.2/">Binaries</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.6/">Docs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.6/api/java">Javadocs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.6/api/scala/index.html">ScalaDocs</a>)</li>
   <li>Flink 1.6.1 - 2018-09-19 (<a href="https://archive.apache.org/dist/flink/flink-1.6.1/flink-1.6.1-src.tgz">Source</a>, <a href="https://archive.apache.org/dist/flink/flink-1.6.1/">Binaries</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.6/">Docs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.6/api/java">Javadocs</a>, <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.6/api/scala/index.html">ScalaDocs</a>)</li>
diff --git a/content/index.html b/content/index.html
index 6087d01..53cbaf6 100644
--- a/content/index.html
+++ b/content/index.html
@@ -416,6 +416,11 @@
 
   <dl>
       
+        <dt> <a href="/news/2018/12/21/release-1.7.1.html">Apache Flink 1.7.1 Released</a></dt>
+        <dd><p>The Apache Flink community released the first bugfix version of the Apache Flink 1.7 series.</p>
+
+</dd>
+      
         <dt> <a href="/news/2018/11/30/release-1.7.0.html">Apache Flink 1.7.0 Release Announcement</a></dt>
         <dd><p>The Apache Flink community is pleased to announce Apache Flink 1.7.0. 
 The latest release includes more than 420 resolved issues and some exciting additions to Flink that we describe in the following sections of this post. 
@@ -437,11 +442,6 @@ Please check the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa
         <dd><p>The Apache Flink community released the first bugfix version of the Apache Flink 1.6 series.</p>
 
 </dd>
-      
-        <dt> <a href="/news/2018/09/20/release-1.5.4.html">Apache Flink 1.5.4 Released</a></dt>
-        <dd><p>The Apache Flink community released the fourth bugfix version of the Apache Flink 1.5 series.</p>
-
-</dd>
     
   </dl>
 
diff --git a/content/news/2018/12/21/release-1.7.1.html b/content/news/2018/12/21/release-1.7.1.html
new file mode 100644
index 0000000..05c3ba7
--- /dev/null
+++ b/content/news/2018/12/21/release-1.7.1.html
@@ -0,0 +1,293 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
+    <title>Apache Flink: Apache Flink 1.7.1 Released</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/css/flink.css">
+    <link rel="stylesheet" href="/css/syntax.css">
+
+    <!-- Blog RSS feed -->
+    <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
+
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="/js/jquery.min.js"></script>
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+    <!--[if lt IE 9]>
+      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+  </head>
+  <body>  
+    
+
+    <!-- Main content. -->
+    <div class="container">
+    <div class="row">
+
+      
+     <div id="sidebar" class="col-sm-3">
+          <!-- Top navbar. -->
+    <nav class="navbar navbar-default">
+        <!-- The logo. -->
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <div class="navbar-logo">
+            <a href="/">
+              <img alt="Apache Flink" src="/img/flink-header-logo.svg" width="147px" height="73px">
+            </a>
+          </div>
+        </div><!-- /.navbar-header -->
+
+        <!-- The navigation links. -->
+        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+          <ul class="nav navbar-nav navbar-main">
+
+            <!-- First menu section explains visitors what Flink is -->
+
+            <!-- What is Stream Processing? -->
+            <!--
+            <li><a href="/streamprocessing1.html">What is Stream Processing?</a></li>
+            -->
+
+            <!-- What is Flink? -->
+            <li><a href="/flink-architecture.html">What is Apache Flink?</a></li>
+
+            <!-- Use cases -->
+            <li><a href="/usecases.html">Use Cases</a></li>
+
+            <!-- Powered by -->
+            <li><a href="/poweredby.html">Powered By</a></li>
+
+            <!-- FAQ -->
+            <li><a href="/faq.html">FAQ</a></li>
+
+            &nbsp;
+            <!-- Second menu section aims to support Flink users -->
+
+            <!-- Downloads -->
+            <li><a href="/downloads.html">Downloads</a></li>
+
+            <!-- Quickstart -->
+            <li>
+              <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/quickstart/setup_quickstart.html" target="_blank">Tutorials <small><span class="glyphicon glyphicon-new-window"></span></small></a>
+            </li>
+
+            <!-- Documentation -->
+            <li class="dropdown">
+              <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a>
+              <ul class="dropdown-menu">
+                <li><a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7" target="_blank">1.7 (Latest stable release) <small><span class="glyphicon glyphicon-new-window"></span></small></a></li>
+                <li><a href="https://ci.apache.org/projects/flink/flink-docs-master" target="_blank">1.8 (Snapshot) <small><span class="glyphicon glyphicon-new-window"></span></small></a></li>
+              </ul>
+            </li>
+
+            <!-- getting help -->
+            <li><a href="/gettinghelp.html">Getting Help</a></li>
+
+            <!-- Blog -->
+            <li class="active"><a href="/blog/"><b>Flink Blog</b></a></li>
+
+            &nbsp;
+
+            <!-- Third menu section aim to support community and contributors -->
+
+            <!-- Community -->
+            <li><a href="/community.html">Community &amp; Project Info</a></li>
+
+            <!-- Contribute -->
+            <li><a href="/how-to-contribute.html">How to Contribute</a></li>
+
+            <!-- GitHub -->
+            <li>
+              <a href="https://github.com/apache/flink" target="_blank">Flink on GitHub <small><span class="glyphicon glyphicon-new-window"></span></small></a>
+            </li>
+
+          </ul>
+
+
+          <ul class="nav navbar-nav navbar-bottom">
+          <hr />
+
+            <!-- Twitter -->
+            <li><a href="https://twitter.com/apacheflink" target="_blank">@ApacheFlink <small><span class="glyphicon glyphicon-new-window"></span></small></a></li>
+
+            <!-- Visualizer -->
+            <li class=" hidden-md hidden-sm"><a href="/visualizer/" target="_blank">Plan Visualizer <small><span class="glyphicon glyphicon-new-window"></span></small></a></li>
+
+          </ul>
+        </div><!-- /.navbar-collapse -->
+    </nav>
+
+      </div>
+      <div class="col-sm-9">
+      <div class="row-fluid">
+  <div class="col-sm-12">
+    <div class="row">
+      <h1>Apache Flink 1.7.1 Released</h1>
+
+      <article>
+        <p>21 Dec 2018</p>
+
+<p>The Apache Flink community released the first bugfix version of the Apache Flink 1.7 series.</p>
+
+<p>This release includes 27 fixes and minor improvements for Flink 1.7.0. The list below includes a detailed list of all fixes.</p>
+
+<p>We highly recommend all users to upgrade to Flink 1.7.1.</p>
+
+<p>Updated Maven dependencies:</p>
+
+<div class="highlight"><pre><code class="language-xml"><span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>flink-java<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.7.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>flink-streaming-java_2.11<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.7.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>flink-clients_2.11<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>1.7.1<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></div>
+
+<p>You can find the binaries on the updated <a href="http://flink.apache.org/downloads.html">Downloads page</a>.</p>
+
+<p>List of resolved issues:</p>
+
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10252">FLINK-10252</a>] -         Handle oversized metric messages
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10367">FLINK-10367</a>] -         Avoid recursion stack overflow during releasing SingleInputGate
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10522">FLINK-10522</a>] -         Check if RecoverableWriter supportsResume and act accordingly.
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10963">FLINK-10963</a>] -         Cleanup small objects uploaded to S3 as independent objects
+</li>
+</ul>
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-8336">FLINK-8336</a>] -         YarnFileStageTestS3ITCase.testRecursiveUploadForYarnS3 test instability
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-9646">FLINK-9646</a>] -         ExecutionGraphCoLocationRestartTest.testConstraintsAfterRestart failed on Travis
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10149">FLINK-10149</a>] -         Fink Mesos allocates extra port when not configured to do so.
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10359">FLINK-10359</a>] -         Scala example in DataSet docs is broken
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10482">FLINK-10482</a>] -         java.lang.IllegalArgumentException: Negative number of in progress checkpoints
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10566">FLINK-10566</a>] -         Flink Planning is exponential in the number of stages
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-10997">FLINK-10997</a>] -         Avro-confluent-registry does not bundle any dependency
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11011">FLINK-11011</a>] -         Elasticsearch 6 sink end-to-end test unstable
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11013">FLINK-11013</a>] -         Fix distinct aggregates for group window in Table API
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11017">FLINK-11017</a>] -         Time interval for window aggregations in SQL is wrongly translated if specified with YEAR_MONTH resolution
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11029">FLINK-11029</a>] -         Incorrect parameter in Working with state doc
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11032">FLINK-11032</a>] -         Elasticsearch (v6.3.1) sink end-to-end test unstable on Travis
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11033">FLINK-11033</a>] -         Elasticsearch (v6.3.1) sink end-to-end test unstable on Travis
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11041">FLINK-11041</a>] -         ReinterpretDataStreamAsKeyedStreamITCase.testReinterpretAsKeyedStream failed on Travis
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11044">FLINK-11044</a>] -         RegisterTableSink docs incorrect
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11045">FLINK-11045</a>] -         UserCodeClassLoader has not been set correctly for RuntimeUDFContext in CollectionExecutor
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11047">FLINK-11047</a>] -         CoGroupGroupSortTranslationTest does not compile with scala 2.12
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11085">FLINK-11085</a>] -         NoClassDefFoundError in presto-s3 filesystem
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11087">FLINK-11087</a>] -         Broadcast state migration Incompatibility from 1.5.3 to 1.7.0
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11094">FLINK-11094</a>] -         Restored state in RocksDBStateBackend that has not been accessed in restored execution causes NPE on snapshot
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11123">FLINK-11123</a>] -         Missing import in ML quickstart docs
+</li>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11136">FLINK-11136</a>] -         Fix the logical of merge for DISTINCT aggregates
+</li>
+</ul>
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-11080">FLINK-11080</a>] -         Define flink-connector-elasticsearch6 uber-jar dependencies via artifactSet
+</li>
+</ul>
+
+      </article>
+    </div>
+
+    <div class="row">
+      <div id="disqus_thread"></div>
+      <script type="text/javascript">
+        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+        var disqus_shortname = 'stratosphere-eu'; // required: replace example with your forum shortname
+
+        /* * * DON'T EDIT BELOW THIS LINE * * */
+        (function() {
+            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+             (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+        })();
+      </script>
+    </div>
+  </div>
+</div>
+      </div>
+    </div>
+
+    <hr />
+
+    <div class="row">
+      <div class="footer text-center col-sm-12">
+        <p>Copyright © 2014-2017 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+        <p>Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.</p>
+        <p><a href="/privacy-policy.html">Privacy Policy</a> &middot; <a href="/blog/feed.xml">RSS feed</a></p>
+      </div>
+    </div>
+    </div><!-- /.container -->
+
+    <!-- Include all compiled plugins (below), or include individual files as needed -->
+    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
+    <script src="/js/codetabs.js"></script>
+    <script src="/js/stickysidebar.js"></script>
+
+
+    <!-- Google Analytics -->
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-52545728-1', 'auto');
+      ga('send', 'pageview');
+    </script>
+  </body>
+</html>