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

pabloem 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 6933486  Adding website update for release 2.27.0
     new ec36893  Merge pull request #13602 from pabloem/2_27_0_website_update
6933486 is described below

commit 69334868857067a85f08e5fcd2aa8f7e7cca0f8b
Author: Pablo Estrada <[email protected]>
AuthorDate: Tue Dec 22 21:18:33 2020 -0800

    Adding website update for release 2.27.0
---
 website/www/site/config.toml                         | 2 +-
 website/www/site/content/en/get-started/downloads.md | 8 ++++++++
 website/www/site/static/.htaccess                    | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/website/www/site/config.toml b/website/www/site/config.toml
index 4c90a4a..b7e6b83 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.26.0"
+release_latest = "2.27.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 f4a5b41..2ebb1f1 100644
--- a/website/www/site/content/en/get-started/downloads.md
+++ b/website/www/site/content/en/get-started/downloads.md
@@ -88,6 +88,14 @@ versions denoted `0.x.y`.
 
 ## Releases
 
+### 2.27.0 (2020-12-22)
+Official [source code 
download](http://www.apache.org/dyn/closer.cgi/beam/2.27.0/apache-beam-2.27.0-source-release.zip).
+[SHA-512](https://downloads.apache.org/beam/2.27.0/apache-beam-2.27.0-source-release.zip.sha512).
+[signature](https://downloads.apache.org/beam/2.27.0/apache-beam-2.27.0-source-release.zip.asc).
+
+[Release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12349380).
+[Blog post](/blog/beam-2.27.0).
+
 ### 2.26.0 (2020-12-11)
 Official [source code 
download](http://www.apache.org/dyn/closer.cgi/beam/2.26.0/apache-beam-2.26.0-source-release.zip).
 
[SHA-512](https://downloads.apache.org/beam/2.26.0/apache-beam-2.26.0-source-release.zip.sha512).
diff --git a/website/www/site/static/.htaccess 
b/website/www/site/static/.htaccess
index 3f25644..4ddb482 100644
--- a/website/www/site/static/.htaccess
+++ b/website/www/site/static/.htaccess
@@ -21,6 +21,6 @@ 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.26.0$2";
+RedirectMatch "/releases/([^/]+)/current(.*)" 
"https://beam.apache.org/releases/$1/2.27.0$2";
 
 RedirectMatch "/contribute/design-documents" 
"https://cwiki.apache.org/confluence/display/BEAM/Design+Documents";

Reply via email to