Skip to content

Commit

Permalink
Update Beam website to release 2.31.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
apilloud committed Jun 23, 2021
1 parent e520b54 commit 6a9f7c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/www/site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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). Beam also brings DSL in different languages, allowing users to easily implement their data integration processes."
release_latest = "2.30.0"
release_latest = "2.31.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
Expand Down
8 changes: 8 additions & 0 deletions website/www/site/content/en/get-started/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ versions denoted `0.x.y`.

## Releases

### 2.30.0 (2021-07-07)
Official [source code download](http://www.apache.org/dyn/closer.cgi/beam/2.31.0/apache-beam-2.31.0-source-release.zip).
[SHA-512](https://downloads.apache.org/beam/2.31.0/apache-beam-2.31.0-source-release.zip.sha512).
[signature](https://downloads.apache.org/beam/2.31.0/apache-beam-2.31.0-source-release.zip.asc).

[Release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12349991)
[Blog post](/blog/beam-2.31.0).

### 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).
Expand Down
2 changes: 1 addition & 1 deletion website/www/site/static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.0$2"
RedirectMatch "/releases/([^/]+)/current(.*)" "https://beam.apache.org/releases/$1/2.31.0$2"

RedirectMatch "/contribute/design-documents" "https://cwiki.apache.org/confluence/display/BEAM/Design+Documents"

0 comments on commit 6a9f7c2

Please sign in to comment.