Skip to content

Commit

Permalink
Website changes for 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apilloud committed Apr 8, 2019
1 parent 6e315ac commit 97e8696
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ kramdown:
toc_levels: 2..6

# The most recent release of Beam.
release_latest: 2.11.0
release_latest: 2.12.0

# Plugins are configured in the Gemfile.

Expand Down
2 changes: 1 addition & 1 deletion website/src/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0$2"
RedirectMatch "/releases/([^/]+)/current(.*)" "https://beam.apache.org/releases/$1/2.12.0$2"
7 changes: 7 additions & 0 deletions website/src/get-started/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ versions denoted `0.x.y`.

## Releases

### 2.12.0 (2019-04-08)
Official [source code download](http://www.apache.org/dyn/closer.cgi/beam/2.12.0/apache-beam-2.12.0-source-release.zip).
[SHA-512](https://www.apache.org/dist/beam/2.12.0/apache-beam-2.12.0-source-release.zip.sha512).
[signature](https://www.apache.org/dist/beam/2.12.0/apache-beam-2.12.0-source-release.zip.asc).

[Release notes](https://jira.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12344944).

### 2.11.0 (2019-02-26)
Official [source code download](http://www.apache.org/dyn/closer.cgi/beam/2.11.0/apache-beam-2.11.0-source-release.zip).
[SHA-512](https://www.apache.org/dist/beam/2.11.0/apache-beam-2.11.0-source-release.zip.sha512).
Expand Down

0 comments on commit 97e8696

Please sign in to comment.