Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 0.14.8 #5486

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions site/src/main/paradox/dev/How-to-Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion site/src/main/paradox/releases/Apache-Beam.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand All @@ -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. |
Expand Down