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

heejong 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 8c124c3  Publish 2.30.0 release on Beam website
     new ca00ace  Merge pull request #14894 from ihji/doc-2.30.0
8c124c3 is described below

commit 8c124c36f6e55c1a5e3715859f79fec3b85fdd7b
Author: Heejong Lee <heej...@gmail.com>
AuthorDate: Wed May 26 19:21:21 2021 -0700

    Publish 2.30.0 release on Beam website
---
 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 2f788a6..0c9b20a 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.29.0"
+release_latest = "2.30.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 0026b72..301aabe 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.30.0 (2021-06-09)
+Official [source code 
download](http://www.apache.org/dyn/closer.cgi/beam/2.30.0/apache-beam-2.30.0-source-release.zip).
+[SHA-512](https://downloads.apache.org/beam/2.30.0/apache-beam-2.30.0-source-release.zip.sha512).
+[signature](https://downloads.apache.org/beam/2.30.0/apache-beam-2.30.0-source-release.zip.asc).
+
+[Release 
notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12349978)
+[Blog post](/blog/beam-2.30.0).
+
 ### 2.29.0 (2021-04-27)
 Official [source code 
download](http://www.apache.org/dyn/closer.cgi/beam/2.29.0/apache-beam-2.29.0-source-release.zip).
 
[SHA-512](https://downloads.apache.org/beam/2.29.0/apache-beam-2.29.0-source-release.zip.sha512).
diff --git a/website/www/site/static/.htaccess 
b/website/www/site/static/.htaccess
index 5603ec3..0aaa235 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.29.0$2";
+RedirectMatch "/releases/([^/]+)/current(.*)" 
"https://beam.apache.org/releases/$1/2.30.0$2";
 
 RedirectMatch "/contribute/design-documents" 
"https://cwiki.apache.org/confluence/display/BEAM/Design+Documents";

Reply via email to