Skip to content

Commit

Permalink
Patch release website changes (#30839)
Browse files Browse the repository at this point in the history
* Patch release website changes

* Known issue

* Mark as released
  • Loading branch information
damccorm authored Apr 8, 2024
1 parent 5467399 commit 58e4f83
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
* ([#X](https://github.com/apache/beam/issues/X)).
-->

# [2.56.0] - Unreleased

## Highlights
Expand Down Expand Up @@ -88,6 +89,12 @@

* ([#X](https://github.com/apache/beam/issues/X)).

# [2.55.1]

## Bugfixes

* Fixed issue that broke WriteToJson in languages other than Java (X-lang) ([#30776](https://github.com/apache/beam/issues/30776)).

# [2.55.0] - 2024-03-25

## Highlights
Expand Down Expand Up @@ -133,6 +140,7 @@
## Known Issues

* In Python pipelines, when shutting down inactive bundle processors, shutdown logic can overaggressively hold the lock, blocking acceptance of new work. Symptoms of this issue include slowness or stuckness in long-running jobs. Fixed in 2.56.0 ([#30679](https://github.com/apache/beam/pull/30679)).
* WriteToJson broken in languages other than Java (X-lang) ([#30776](https://github.com/apache/beam/issues/30776)).

# [2.54.0] - 2024-02-14

Expand Down
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.55.0"
release_latest = "2.55.1"
# 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
13 changes: 10 additions & 3 deletions website/www/site/content/en/get-started/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,17 @@ versions denoted `0.x.y`.

## Releases

### 2.55.1 (2024-03-25)
Official [source code download](https://downloads.apache.org/beam/2.55.1/apache-beam-2.55.1-source-release.zip).
[SHA-512](https://downloads.apache.org/beam/2.55.1/apache-beam-2.55.1-source-release.zip.sha512).
[signature](https://downloads.apache.org/beam/2.55.1/apache-beam-2.55.1-source-release.zip.asc).

[Release notes](https://github.com/apache/beam/releases/tag/v2.55.1)

### 2.55.0 (2024-03-25)
Official [source code download](https://downloads.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip).
[SHA-512](https://downloads.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip.sha512).
[signature](https://downloads.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip.asc).
Official [source code download](https://archive.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip).
[SHA-512](https://archive.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip.sha512).
[signature](https://archive.apache.org/beam/2.55.0/apache-beam-2.55.0-source-release.zip.asc).

[Release notes](https://github.com/apache/beam/releases/tag/v2.55.0)
[Blog post](/blog/beam-2.55.0).
Expand Down

0 comments on commit 58e4f83

Please sign in to comment.