You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/03/12 10:28:42 UTC

[beam] branch asf-site updated: Publishing website 2020/03/12 10:28:33 at commit 38ba550

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/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 36264f3  Publishing website 2020/03/12 10:28:33 at commit 38ba550
36264f3 is described below

commit 36264f35853cf56453c59cdf9885bcba438568c0
Author: jenkins <bu...@apache.org>
AuthorDate: Thu Mar 12 10:28:34 2020 +0000

    Publishing website 2020/03/12 10:28:33 at commit 38ba550
---
 .../generated-content/contribute/release-guide/index.html    |  2 +-
 .../generated-content/documentation/runners/flink/index.html | 12 ++++--------
 .../documentation/runtime/environments/index.html            |  2 +-
 3 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/website/generated-content/contribute/release-guide/index.html b/website/generated-content/contribute/release-guide/index.html
index 18b8b6e..7b59edd 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -1246,7 +1246,7 @@ done
   <li>Build Flink job server images and push to DockerHub.</li>
 </ul>
 
-<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>FLINK_VER=("1.7" "1.8" "1.9" "1.10")
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>FLINK_VER=("1.8" "1.9" "1.10")
 for ver in "${FLINK_VER[@]}"; do
   ./gradlew ":runners:flink:${ver}:job-server-container:dockerPush" -Pdocker-tag="${RELEASE}_rc${RC_NUM}"
 done
diff --git a/website/generated-content/documentation/runners/flink/index.html b/website/generated-content/documentation/runners/flink/index.html
index bd02d0c..97f6b47 100644
--- a/website/generated-content/documentation/runners/flink/index.html
+++ b/website/generated-content/documentation/runners/flink/index.html
@@ -303,8 +303,8 @@ Flink <a href="https://ci.apache.org/projects/flink/flink-docs-stable/quickstart
 <h2 id="version-compatibility">Version Compatibility</h2>
 
 <p>The Flink cluster version has to match the minor version used by the FlinkRunner.
-The minor version is the first two numbers in the version string, e.g. in <code class="highlighter-rouge">1.7.0</code> the
-minor version is <code class="highlighter-rouge">1.7</code>.</p>
+The minor version is the first two numbers in the version string, e.g. in <code class="highlighter-rouge">1.8.0</code> the
+minor version is <code class="highlighter-rouge">1.8</code>.</p>
 
 <p>We try to track the latest version of Apache Flink at the time of the Beam release.
 A Flink version is supported by Beam for the time it is supported by the Flink community.
@@ -322,7 +322,7 @@ period.</p>
   <th>Artifact Id</th>
 </tr>
 <tr>
-  <td rowspan="3">2.20.0</td>
+  <td rowspan="3">2.21.0</td>
   <td>1.10.x</td>
   <td>beam-runners-flink-1.10</td>
 </tr>
@@ -335,11 +335,7 @@ period.</p>
   <td>beam-runners-flink-1.8</td>
 </tr>
 <tr>
-  <td>1.7.x</td>
-  <td>beam-runners-flink-1.7</td>
-</tr>
-<tr>
-  <td rowspan="3">2.17.0-2.19.0</td>
+  <td rowspan="3">2.17.0-2.20.0</td>
   <td>1.9.x</td>
   <td>beam-runners-flink-1.9</td>
 </tr>
diff --git a/website/generated-content/documentation/runtime/environments/index.html b/website/generated-content/documentation/runtime/environments/index.html
index 476473d..d8a305a 100644
--- a/website/generated-content/documentation/runtime/environments/index.html
+++ b/website/generated-content/documentation/runtime/environments/index.html
@@ -561,7 +561,7 @@ limitations under the License.
 </code></pre></div></div>
 
 <div class="runner-flink-local highlighter-rouge"><div class="highlight"><pre class="highlight"><code># Start a Flink job server on localhost:8099
-./gradlew :runners:flink:1.7:job-server:runShadow
+./gradlew :runners:flink:1.8:job-server:runShadow
 
 # Run a pipeline on the Flink job server
 python -m apache_beam.examples.wordcount \