Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e151d75

Browse files
committedFeb 22, 2019
Website changes for 2.11.0
1 parent 38daf8c commit e151d75

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎website/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ kramdown:
5656
toc_levels: 2..6
5757

5858
# The most recent release of Beam.
59-
release_latest: 2.10.0
59+
release_latest: 2.11.0
6060

6161
# Plugins are configured in the Gemfile.
6262

‎website/src/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ RewriteRule ^(.*)$ https://beam.apache.org/$1 [L,R=301]
2121
# The following redirect maintains the previously supported URLs.
2222
RedirectMatch permanent "/documentation/sdks/(javadoc|pydoc)(.*)" "https://beam.apache.org/releases/$1$2"
2323
# Keep this updated to point to the current release.
24-
RedirectMatch "/releases/([^/]+)/current(.*)" "https://beam.apache.org/releases/$1/2.10.0$2"
24+
RedirectMatch "/releases/([^/]+)/current(.*)" "https://beam.apache.org/releases/$1/2.11.0$2"

‎website/src/get-started/downloads.md

+7
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ versions denoted `0.x.y`.
9090

9191
## Releases
9292

93+
### 2.11.0 (2019-02-26)
94+
Official [source code download](http://www.apache.org/dyn/closer.cgi/beam/2.11.0/apache-beam-2.11.0-source-release.zip).
95+
[SHA-512](https://www.apache.org/dist/beam/2.11.0/apache-beam-2.11.0-source-release.zip.sha512).
96+
[signature](https://www.apache.org/dist/beam/2.11.0/apache-beam-2.11.0-source-release.zip.asc).
97+
98+
[Release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12344775).
99+
93100
### 2.10.0 (2019-02-01)
94101
Official [source code download](http://www.apache.org/dyn/closer.cgi/beam/2.10.0/apache-beam-2.10.0-source-release.zip).
95102
[SHA-512](https://www.apache.org/dist/beam/2.10.0/apache-beam-2.10.0-source-release.zip.sha512).

0 commit comments

Comments
 (0)
Please sign in to comment.