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 8ff2062  Publishing website 2021/01/27 00:01:42 at commit 3d7c3a7
8ff2062 is described below

commit 8ff20627cdcefa267fc17e5317c03867a5fcf7f9
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Jan 27 00:01:42 2021 +0000

    Publishing website 2021/01/27 00:01:42 at commit 3d7c3a7
---
 website/generated-content/contribute/index.xml                | 5 +++--
 website/generated-content/contribute/release-guide/index.html | 6 +++---
 website/generated-content/sitemap.xml                         | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/website/generated-content/contribute/index.xml 
b/website/generated-content/contribute/index.xml
index 777e0f6..ee1af46 100644
--- a/website/generated-content/contribute/index.xml
+++ b/website/generated-content/contribute/index.xml
@@ -312,7 +312,7 @@ limitations under the License.
 &lt;ul>
 &lt;li>&lt;a href="#deploy-artifacts-to-maven-central-repository">Deploy 
artifacts to Maven Central Repository&lt;/a>&lt;/li>
 &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-sdk-docker-images-to-dockerhub">Deploy SDK docker 
images to DockerHub&lt;/a>&lt;/li>
+&lt;li>&lt;a href="#deploy-docker-images-to-dockerhub">Deploy 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="#publish-release-to-github">Publish release to 
Github&lt;/a>&lt;/li>
@@ -1315,7 +1315,7 @@ please follow &lt;a 
href="https://help.github.com/articles/creating-a-personal-a
 All wheels should be published, in addition to the zip of the release source.
 (Signatures and hashes do &lt;em>not&lt;/em> need to be uploaded.)&lt;/li>
 &lt;/ul>
-&lt;h3 id="deploy-sdk-docker-images-to-dockerhub">Deploy SDK docker images to 
DockerHub&lt;/h3>
+&lt;h3 id="deploy-docker-images-to-dockerhub">Deploy docker images to 
DockerHub&lt;/h3>
 &lt;ul>
 &lt;li>Script: &lt;a 
href="https://github.com/apache/beam/blob/master/release/src/main/scripts/publish_docker_images.sh";>publish_docker_images.sh&lt;/a>&lt;/li>
 &lt;li>Usage&lt;/li>
@@ -1330,6 +1330,7 @@ All wheels should be published, in addition to the zip of 
the release source.
 &lt;/ol>
 &lt;/li>
 &lt;/ul>
+&lt;p>(Optional) Clean up any unneeded local images afterward to save disk 
space.&lt;/p>
 &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>
diff --git a/website/generated-content/contribute/release-guide/index.html 
b/website/generated-content/contribute/release-guide/index.html
index 185decf..7fa8eca 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> [...]
@@ -296,8 +296,8 @@ mvn compile exec:java 
-Dexec.mainClass=org.apache.beam.examples.complete.game.in
 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=deploy-python-artifacts-to-pypi>Deploy Python artifacts to 
PyPI</h3><ul><li>Script: <a 
href=https://github.com/apache/beam/blob/master/release/src/main/scripts/deploy_pypi.sh>deploy_pypi.sh</a></li><li>Usage</li></ul><pre><code>./beam/release/src/main/scripts/deploy_pypi.sh
 </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-sdk-docker-images-to-dockerhub>Deploy SDK docker images to 
DockerHub</h3><ul><li>Script: <a 
href=https://github.com/apache/beam/blob/master/release/src/main/scripts/publish_docker_images.sh>publish_docker_images.sh</a></li><li>Usage</li></ul><pre><code>./beam/release/src/main/scripts/publish_docker_images.sh
-</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 [...]
+(Signatures and hashes do <em>not</em> need to be uploaded.)</li></ul><h3 
id=deploy-docker-images-to-dockerhub>Deploy docker images to 
DockerHub</h3><ul><li>Script: <a 
href=https://github.com/apache/beam/blob/master/release/src/main/scripts/publish_docker_images.sh>publish_docker_images.sh</a></li><li>Usage</li></ul><pre><code>./beam/release/src/main/scripts/publish_docker_images.sh
+</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><p>(Optional) Clean up any unneeded local images 
afterward to save disk space.</p><h3 id=merge-website-pul [...]
 git tag -s &quot;$VERSION_TAG&quot; &quot;$RC_TAG&quot;
 git push https://github.com/apache/beam &quot;$VERSION_TAG&quot;
 </code></pre><p>After pushing the tag, the tag should be visible on 
Github&rsquo;s <a href=https://github.com/apache/beam/tags>Tags</a> 
page.</p><h3 id=publish-release-to-github>Publish release to Github</h3><p>Once 
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
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 4bbf3a9..11396ba 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>/categories/blog/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/blog/kafka-to-pubsub-example/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url>
 [...]
\ 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>/categories/blog/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url><loc>/blog/kafka-to-pubsub-example/</loc><lastmod>2021-01-20T19:53:05+03:00</lastmod></url><url>
 [...]
\ No newline at end of file

Reply via email to