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

robinyqiu 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 86f18a8  Update Beam website to release 2.25.0.
     new 2438286  Merge pull request #13130 from robinyqiu/release-doc
86f18a8 is described below

commit 86f18a887ab0380572ea6f3e3463f0abf5df919d
Author: Yueyang Qiu <[email protected]>
AuthorDate: Fri Oct 16 13:59:10 2020 -0700

    Update Beam website to release 2.25.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 6b22137..b334ee6 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.24.0"
+release_latest = "2.25.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 d0395d5..722fa1a 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.25.0 (2020-10-23)
+Official [source code 
download](http://www.apache.org/dyn/closer.cgi/beam/2.25.0/apache-beam-2.25.0-source-release.zip).
+[SHA-512](https://downloads.apache.org/beam/2.25.0/apache-beam-2.25.0-source-release.zip.sha512).
+[signature](https://downloads.apache.org/beam/2.25.0/apache-beam-2.25.0-source-release.zip.asc).
+
+[Release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12347147).
+[Blog post](/blog/beam-2.25.0).
+
 ### 2.24.0 (2020-09-18)
 Official [source code 
download](http://www.apache.org/dyn/closer.cgi/beam/2.24.0/apache-beam-2.24.0-source-release.zip).
 
[SHA-512](https://downloads.apache.org/beam/2.24.0/apache-beam-2.24.0-source-release.zip.sha512).
diff --git a/website/www/site/static/.htaccess 
b/website/www/site/static/.htaccess
index 08e2532..b95666c 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.24.0$2";
+RedirectMatch "/releases/([^/]+)/current(.*)" 
"https://beam.apache.org/releases/$1/2.25.0$2";
 
 RedirectMatch "/contribute/design-documents" 
"https://cwiki.apache.org/confluence/display/BEAM/Design+Documents";

Reply via email to