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

bhulette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new fa714bf  Update Beam website to release 2.22.0 (#11904)
fa714bf is described below

commit fa714bf2442374d6e93a439e11ff4107b2eeb093
Author: Brian Hulette <[email protected]>
AuthorDate: Mon Jun 8 13:25:11 2020 -0700

    Update Beam website to release 2.22.0 (#11904)
    
    * Update Beam website to release 2.22.0
    
    * Update links
    
    * Fix release notes link
    
    * Fix release date
---
 website/www/site/config.toml                         |  2 +-
 website/www/site/content/en/get-started/downloads.md | 13 ++++++++++---
 website/www/site/static/.htaccess                    |  2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/website/www/site/config.toml b/website/www/site/config.toml
index 5211e36..b156f93 100644
--- a/website/www/site/config.toml
+++ b/website/www/site/config.toml
@@ -104,7 +104,7 @@ github_project_repo = "https://github.com/apache/beam";
 
 [params]
 description = "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 Specific Languages (DSLs). Dataflow 
pipelines simplify the mechanics of large-scale batch and streaming data 
processing and can run on a number of runtimes like Apache Flink, Apache Spark, 
and Google Cloud Dataflow (a cloud service). Be [...]
-release_latest = "2.21.0"
+release_latest = "2.22.0"
 # The repository and branch where the files live in Github or Colab. This is 
used
 # to serve and stage from your local branch, but publish to the master branch.
 #   e.g. https://github.com/{{< param branch_repo >}}/path/to/notebook.ipynb
diff --git a/website/www/site/content/en/get-started/downloads.md 
b/website/www/site/content/en/get-started/downloads.md
index a4aaa0b..37772f4 100644
--- a/website/www/site/content/en/get-started/downloads.md
+++ b/website/www/site/content/en/get-started/downloads.md
@@ -87,10 +87,17 @@ versions denoted `0.x.y`.
 
 ## Releases
 
+### 2.22.0 (2020-06-08)
+Official [source code 
download](http://www.apache.org/dyn/closer.cgi/beam/2.22.0/apache-beam-2.22.0-source-release.zip).
+[SHA-512](https://downloads.apache.org/beam/2.22.0/apache-beam-2.22.0-source-release.zip.sha512).
+[signature](https://downloads.apache.org/beam/2.22.0/apache-beam-2.22.0-source-release.zip.asc).
+
+[Release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12347144).
+
 ### 2.21.0 (2020-05-27)
-Official [source code 
download](http://www.apache.org/dyn/closer.cgi/beam/2.21.0/apache-beam-2.21.0-source-release.zip).
-[SHA-512](https://downloads.apache.org/beam/2.21.0/apache-beam-2.21.0-source-release.zip.sha512).
-[signature](https://downloads.apache.org/beam/2.21.0/apache-beam-2.21.0-source-release.zip.asc).
+Official [source code 
download](https://archive.apache.org/dist/beam/2.21.0/apache-beam-2.21.0-source-release.zip).
+[SHA-512](https://archive.apache.org/dist/beam/2.21.0/apache-beam-2.21.0-source-release.zip.sha512).
+[signature](https://archive.apache.org/dist/2.21.0/apache-beam-2.21.0-source-release.zip.asc).
 
 [Release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12347143).
 
diff --git a/website/www/site/static/.htaccess 
b/website/www/site/static/.htaccess
index 916c755..1330b01 100644
--- a/website/www/site/static/.htaccess
+++ b/website/www/site/static/.htaccess
@@ -21,4 +21,4 @@ RewriteRule ^(.*)$ https://beam.apache.org/$1 [L,R=301]
 # The following redirect maintains the previously supported URLs.
 RedirectMatch permanent "/documentation/sdks/(javadoc|pydoc)(.*)" 
"https://beam.apache.org/releases/$1$2";
 # Keep this updated to point to the current release.
-RedirectMatch "/releases/([^/]+)/current(.*)" 
"https://beam.apache.org/releases/$1/2.21.0$2";
+RedirectMatch "/releases/([^/]+)/current(.*)" 
"https://beam.apache.org/releases/$1/2.22.0$2";

Reply via email to