From 0fd0eab764e53ac3ed2b81897888707f3814fa67 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Mon, 16 Sep 2024 12:15:20 +0200 Subject: [PATCH] Prepare release 0.14.8 --- site/src/main/paradox/dev/How-to-Release.md | 9 +++++---- site/src/main/paradox/releases/Apache-Beam.md | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/site/src/main/paradox/dev/How-to-Release.md b/site/src/main/paradox/dev/How-to-Release.md index 20785a47c1..e1304c53d0 100644 --- a/site/src/main/paradox/dev/How-to-Release.md +++ b/site/src/main/paradox/dev/How-to-Release.md @@ -48,7 +48,8 @@ git push origin vX.Y.Z ## After successfully published artifacts -- Clean the `mimaBinaryIssueFilters` in `build.sbt` -- Run @github[scripts/bump_scio.sh](/scripts/bump_scio.sh) to update [homebrew formula](https://github.com/spotify/homebrew-public/blob/master/scio.rb) and `scioVersion` in downstream repos including [scio.g8](https://github.com/spotify/scio.g8), [featran](https://github.com/spotify/featran), etc. -- Send external announcement to scio-users@googlegroups.com and user@beam.apache.org -- Announce on Twitter +- Clean the `mimaBinaryIssueFilters` in `build.sbt` if needed +- Create a [GitHub release](https://github.com/spotify/scio/releases) +- Run @github[scripts/bump_scio.sh](/scripts/bump_scio.sh) to update [homebrew formula](https://github.com/spotify/homebrew-public/blob/master/scio.rb) +- Update `scioVersion` in downstream repos ([scio.g8](https://github.com/spotify/scio.g8), etc.) +- Send announcement to scio-users@googlegroups.com diff --git a/site/src/main/paradox/releases/Apache-Beam.md b/site/src/main/paradox/releases/Apache-Beam.md index 2c02c32533..7ee93d8b7b 100644 --- a/site/src/main/paradox/releases/Apache-Beam.md +++ b/site/src/main/paradox/releases/Apache-Beam.md @@ -33,6 +33,7 @@ Also check out the [SDK Version Support Status](https://cloud.google.com/dataflo | **Scio Version** | **Beam Version** | **Details** | |:----------------:|:----------------:|:------------------------------------------------------| +| 0.14.8 | 2.59.0 | This version will be deprecated on August 24, 2025. | | 0.14.7 | 2.58.1 | This version will be deprecated on August 16, 2025. | | 0.14.6 | 2.57.0 | This version will be deprecated on June 26, 2025. | | 0.14.5 | 2.56.0 | This version will be deprecated on May 1, 2025. | @@ -44,7 +45,7 @@ Also check out the [SDK Version Support Status](https://cloud.google.com/dataflo | 0.13.6 | 2.52.0 | This version will be deprecated on November 17, 2024. | | 0.13.5 | 2.51.0 | This version will be deprecated on October 12, 2024. | | 0.13.4 | 2.51.0 | This version will be deprecated on October 12, 2024. | -| 0.13.3 | 2.50.0 | This version will be deprecated on August 30, 2024. | +| 0.13.3 | 2.50.0 | Deprecated on August 30, 2024. | | 0.13.2 | 2.49.0 | Deprecated on July 17, 2024. | | 0.13.1 | 2.49.0 | Deprecated onJuly 17, 2024. | | 0.13.0 | 2.48.0 | Deprecated on May 31, 2024. |