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/06/16 00:02:03 UTC

[beam] branch asf-site updated: Publishing website 2020/06/16 00:01:54 at commit bf0117b

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 90d3654  Publishing website 2020/06/16 00:01:54 at commit bf0117b
90d3654 is described below

commit 90d3654101115a5c41d39f27907d87fb9f819e00
Author: jenkins <us...@infra.apache.org>
AuthorDate: Tue Jun 16 00:01:54 2020 +0000

    Publishing website 2020/06/16 00:01:54 at commit bf0117b
---
 website/generated-content/contribute/index.xml       | 20 ++++++++++++--------
 .../contribute/release-guide/index.html              | 10 +++++-----
 website/generated-content/sitemap.xml                |  2 +-
 3 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/website/generated-content/contribute/index.xml b/website/generated-content/contribute/index.xml
index 95b2c3e..e42cb0e 100644
--- a/website/generated-content/contribute/index.xml
+++ b/website/generated-content/contribute/index.xml
@@ -309,8 +309,8 @@ limitations under the License.
 &lt;li>&lt;a href="#deploy-python-artifacts-to-pypi">Deploy Python artifacts to PyPI&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#deploy-source-release-to-distapacheorg">Deploy source release to dist.apache.org&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#deploy-sdk-docker-images-to-dockerhub">Deploy SDK docker images to DockerHub&lt;/a>&lt;/li>
+&lt;li>&lt;a href="#merge-website-pull-requests">Merge Website pull requests&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#git-tag">Git tag&lt;/a>&lt;/li>
-&lt;li>&lt;a href="#merge-website-pull-request">Merge website pull request&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#mark-the-version-as-released-in-jira">Mark the version as released in JIRA&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#recordkeeping-with-asf">Recordkeeping with ASF&lt;/a>&lt;/li>
 &lt;li>&lt;a href="#checklist-to-proceed-to-the-next-step-3">Checklist to proceed to the next step&lt;/a>&lt;/li>
@@ -1373,17 +1373,21 @@ All wheels should be published, in addition to the zip of the release source.
 &lt;/ol>
 &lt;/li>
 &lt;/ul>
+&lt;h3 id="merge-website-pull-requests">Merge Website pull requests&lt;/h3>
+&lt;p>Merge all of the website pull requests&lt;/p>
+&lt;ul>
+&lt;li>&lt;a href="/get-started/downloads/">listing the release&lt;/a>&lt;/li>
+&lt;li>publishing the &lt;a href="https://beam.apache.org/releases/pydoc/">Python API reference manual&lt;/a> and the &lt;a href="https://beam.apache.org/releases/javadoc/">Java API reference manual&lt;/a>, and&lt;/li>
+&lt;li>adding the release blog post.&lt;/li>
+&lt;/ul>
 &lt;h3 id="git-tag">Git tag&lt;/h3>
 &lt;p>Create and push a new signed tag for the released version by copying the tag for the final release candidate, as follows:&lt;/p>
 &lt;pre>&lt;code>VERSION_TAG=&amp;quot;v${RELEASE}&amp;quot;
 git tag -s &amp;quot;$VERSION_TAG&amp;quot; &amp;quot;$RC_TAG&amp;quot;
-git push upstream &amp;quot;$VERSION_TAG&amp;quot;
-&lt;/code>&lt;/pre>
-&lt;p>After the tag is uploaded, publish the release notes to Github:&lt;/p>
-&lt;pre>&lt;code>./beam/release/src/main/scripts/publish_github_release_notes.sh
-&lt;/code>&lt;/pre>
-&lt;h3 id="merge-website-pull-request">Merge website pull request&lt;/h3>
-&lt;p>Merge the website pull request to &lt;a href="/get-started/downloads/">list the release&lt;/a>, publish the &lt;a href="https://beam.apache.org/releases/pydoc/">Python API reference manual&lt;/a>, the &lt;a href="https://beam.apache.org/releases/javadoc/">Java API reference manual&lt;/a> and Blogpost created earlier.&lt;/p>
+git push https://github.com/apache/beam &amp;quot;$VERSION_TAG&amp;quot;
+&lt;/code>&lt;/pre>&lt;p>After the tag is uploaded, publish the release notes to Github, as follows:&lt;/p>
+&lt;pre>&lt;code>cd beam/release/src/main/scripts &amp;amp;&amp;amp; ./publish_github_release_notes.sh
+&lt;/code>&lt;/pre>&lt;p>Note this script reads the release notes from the blog post, so you should make sure to run this from master &lt;em>after&lt;/em> merging the blog post PR.&lt;/p>
 &lt;h3 id="mark-the-version-as-released-in-jira">Mark the version as released in JIRA&lt;/h3>
 &lt;p>In JIRA, inside &lt;a href="https://issues.apache.org/jira/plugins/servlet/project-config/BEAM/versions">version management&lt;/a>, hover over the current release and a settings menu will appear. Click &lt;code>Release&lt;/code>, and select today’s date.&lt;/p>
 &lt;p>&lt;strong>NOTE&lt;/strong>: Only PMC members have permissions to do it, ping &lt;a href="mailto:dev@beam.apache.org">dev@&lt;/a> for assitance;&lt;/p>
diff --git a/website/generated-content/contribute/release-guide/index.html b/website/generated-content/contribute/release-guide/index.html
index 8e17e11..a12462c 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -1,7 +1,7 @@
 <!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta http-equiv=x-ua-compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><title>Beam Release Guide</title><meta name=description content="Apache Beam is an open source, unified model and set of language-specific SDKs for defining and executing data processing workflows, and also data ingestion and integration flows, supporting Enterprise Integration Patterns (EIPs) and Domain Spe [...]
 <span class=sr-only>Toggle navigation</span>
 <span class=icon-bar></span><span class=icon-bar></span><span class=icon-bar></span></button>
-<a href=/ class=navbar-brand><img alt=Brand style=height:25px src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask closed"></div><div id=navbar class="navbar-container closed"><ul class="nav navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a href=/documentation/>Documentation</a></li><li><a href=/documentation/sdks/java/>Languages</a></li><li><a href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a href=/roadmap/>Roadmap</a></li>< [...]
+<a href=/ class=navbar-brand><img alt=Brand style=height:25px src=/images/beam_logo_navbar.png></a></div><div class="navbar-mask closed"></div><div id=navbar class="navbar-container closed"><ul class="nav navbar-nav"><li><a href=/get-started/beam-overview/>Get Started</a></li><li><a href=/documentation/>Documentation</a></li><li><a href=/documentation/sdks/java/>Languages</a></li><li><a href=/documentation/runners/capability-matrix/>RUNNERS</a></li><li><a href=/roadmap/>Roadmap</a></li>< [...]
 please follow <a href=https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/>the guide</a> to configure command line access.</p><h3 id=accounts>Accounts</h3><p>Please have these credentials ready at hand, you will likely need to enter them multiple times:</p><ul><li>GPG pass phrase (see the next section);</li><li>Apache ID and Password;</li><li>GitHub ID and Password.</li><li>DockerHub ID and Password. (You should be a member of maintainer team; email at  [...]
 or running all commands manually.</p><h5 id=use-preparation_before_releasesh-to-setup-gpg>Use preparation_before_release.sh to setup GPG</h5><ul><li><p>Script: <a href=https://github.com/apache/beam/blob/master/release/src/main/scripts/preparation_before_release.sh>preparation_before_release.sh</a></p></li><li><p>Usage</p><pre><code>./beam/release/src/main/scripts/preparation_before_release.sh
 </code></pre></li><li><p>Tasks included</p><ol><li><p>Help you create a new GPG key if you want.</p></li><li><p>Configure <code>git user.signingkey</code> with chosen pubkey.</p></li><li><p>Add chosen pubkey into <a href=https://dist.apache.org/repos/dist/dev/beam/KEYS>dev KEYS</a> and <a href=https://dist.apache.org/repos/dist/release/beam/KEYS>release KEYS</a></p><p><strong>NOTES</strong>: Only PMC can write into <a href=https://dist.apache.org/repos/dist/release/beam/>release repo</a> [...]
@@ -356,11 +356,11 @@ please follow <a href=https://help.github.com/articles/creating-a-personal-acces
 </code></pre><ul><li>Verify that the files at <a href=https://pypi.org/project/apache-beam/#files>https://pypi.org/project/apache-beam/#files</a> are correct.
 All wheels should be published, in addition to the zip of the release source.
 (Signatures and hashes do <em>not</em> need to be uploaded.)</li></ul><h3 id=deploy-source-release-to-distapacheorg>Deploy source release to dist.apache.org</h3><p>Copy the source release from the <code>dev</code> repository to the <code>release</code> repository at <code>dist.apache.org</code> using Subversion.</p><p>Move last release artifacts from <code>dist.apache.org</code> to <code>archive.apache.org</code> using Subversion. Make sure to change these links on the website (<a href=h [...]
-</code></pre><p>Verify that:</p><ul><li>Images are published at <a href="https://hub.docker.com/search?q=apache%2Fbeam&type=image">DockerHub</a> with tags {RELEASE} and <em>latest</em>.</li><li>Images with <em>latest</em> tag are pointing to current release by confirming<ol><li>Digest of the image with <em>latest</em> tag is the same as the one with {RELEASE} tag.</li></ol></li></ul><h3 id=git-tag>Git tag</h3><p>Create and push a new signed tag for the released version by copying the tag [...]
+</code></pre><p>Verify that:</p><ul><li>Images are published at <a href="https://hub.docker.com/search?q=apache%2Fbeam&type=image">DockerHub</a> with tags {RELEASE} and <em>latest</em>.</li><li>Images with <em>latest</em> tag are pointing to current release by confirming<ol><li>Digest of the image with <em>latest</em> tag is the same as the one with {RELEASE} tag.</li></ol></li></ul><h3 id=merge-website-pull-requests>Merge Website pull requests</h3><p>Merge all of the website pull reques [...]
 git tag -s &quot;$VERSION_TAG&quot; &quot;$RC_TAG&quot;
-git push upstream &quot;$VERSION_TAG&quot;
-</code></pre><p>After the tag is uploaded, publish the release notes to Github:</p><pre><code>./beam/release/src/main/scripts/publish_github_release_notes.sh
-</code></pre><h3 id=merge-website-pull-request>Merge website pull request</h3><p>Merge the website pull request to <a href=/get-started/downloads/>list the release</a>, publish the <a href=https://beam.apache.org/releases/pydoc/>Python API reference manual</a>, the <a href=https://beam.apache.org/releases/javadoc/>Java API reference manual</a> and Blogpost created earlier.</p><h3 id=mark-the-version-as-released-in-jira>Mark the version as released in JIRA</h3><p>In JIRA, inside <a href=h [...]
+git push https://github.com/apache/beam &quot;$VERSION_TAG&quot;
+</code></pre><p>After the tag is uploaded, publish the release notes to Github, as follows:</p><pre><code>cd beam/release/src/main/scripts &amp;&amp; ./publish_github_release_notes.sh
+</code></pre><p>Note this script reads the release notes from the blog post, so you should make sure to run this from master <em>after</em> merging the blog post PR.</p><h3 id=mark-the-version-as-released-in-jira>Mark the version as released in JIRA</h3><p>In JIRA, inside <a href=https://issues.apache.org/jira/plugins/servlet/project-config/BEAM/versions>version management</a>, hover over the current release and a settings menu will appear. Click <code>Release</code>, and select today’s  [...]
 <strong>NOTE</strong>: This can only be done from <code>@apache.org</code> email address.</p><h3 id=social-media>Social media</h3><p>Tweet, post on Facebook, LinkedIn, and other platforms. Ask other contributors to do the same.</p><p>Also, update <a href=https://en.wikipedia.org/wiki/Apache_Beam>the Wikipedia article on Apache Beam</a>.</p><h3 id=checklist-to-declare-the-process-completed>Checklist to declare the process completed</h3><ol><li>Release announced on the user@ mailing list.< [...]
 <a href=http://www.apache.org>The Apache Software Foundation</a>
 | <a href=/privacy_policy>Privacy Policy</a>
diff --git a/website/generated-content/sitemap.xml b/website/generated-content/sitemap.xml
index 3fc6358..e40e8b9 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.22.0/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/catego [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.22.0/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-06-08T14:13:37-07:00</lastmod></url><url><loc>/catego [...]
\ No newline at end of file