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

Lotus Node v1.31.1 Release #12827

Closed
34 tasks done
github-actions bot opened this issue Jan 13, 2025 · 3 comments
Closed
34 tasks done

Lotus Node v1.31.1 Release #12827

github-actions bot opened this issue Jan 13, 2025 · 3 comments
Assignees
Labels

Comments

@github-actions
Copy link

github-actions bot commented Jan 13, 2025

πŸ˜Άβ€πŸŒ« Meta

  • Type: Node
  • Level: patch
  • Related network upgrade version: n/a

🚒 Estimated shipping date

Candidate Expected Release Date Release URL
RC1 2025-01-21 https://github.com/filecoin-project/lotus/releases/tag/v1.31.1-rc1
Stable (non-RC) 2025-01-27 https://github.com/filecoin-project/lotus/releases/tag/v1.31.1

πŸͺ’ Dependencies for releases

Note

  1. This is the set of changes that need to make it in for a given RC. This is effectively the set of changes to cherry-pick from master.
  2. They can be checked as done once they land in master.
  3. They are presented here for quick reference, but backporting is tracked in each Release Checklist.

rc1

None

Stable Release (non-RC)

None

βœ… Release Checklist

⬅️ Before RC1

Section
  • Open PR against RELEASE_ISSUE_TEMPLATE.md with title docs(release): v1.31.1 release template improvements for improving future releases.
    • Link to PR: docs(release): v1.30.0, v1.31.0 and v1.31.1 release template improvementsΒ #12563
    • There likely aren't any changes at this point, but this can be opened with a small whitespace change so the PR is open and we can more easily hold the standard of making improvements incrementally since improvements are usually better done by collecting changes/notes along the way rather than just thinking about it at the end.
    • This will get merged in a Post Release step.
  • Fork a new release/v1.31.1 branch from the master branch and make any further release-related changes to this branch.
    • Note: For critical security patches, fork a new branch from the last stable release/vX.Y.x to expedite the release process.

🏎️ RCs

rc1

Section

[!IMPORTANT]
These PRs should be done in and target the release/v1.31.1 or release/miner/v1.31.1 branch.

Backport PR for rc1

  • All explicitly tracked items from Dependencies for releases have landed

Release PR for rc1

  • Update the version string(s) in build/version.go to one ending with '-rc1'.
    • Ensure to update NodeBuildVersion
  • Run make gen && make docsgen-cli to generate documentation
  • Create a draft PR with title build: release Lotus Node v1.31.1-rc1
    • Link to PR:
    • Opening a PR will trigger a CI run that will build assets, create a draft GitHub release, and attach the assets.
  • Changelog prep
    • Go to the releases page and copy the auto-generated release notes into the CHANGELOG
    • Perform editorial review (e.g., callout breaking changes, new features, FIPs, actor bundles)
    • Ensure no missing content when spot checking git history
      • Example command looking at git commits: git log --oneline --graph vA.B.C.., where A.B.C correspond to the previous release.
      • Example GitHub UI search looking at merged PRs into master: https://github.com/filecoin-project/lotus/pulls?q=is%3Apr+base%3Amaster+merged%3A%3EYYYY-MM-DD
      • Example gh cli command looking at merged PRs into master and sorted by title to group similar areas (where YYYY-MM-DD is the start search date): gh pr list --repo filecoin-project/lotus --search "base:master merged:>YYYY-MM-DD" --json number,mergedAt,author,title | jq -r '.[] | [.number, .mergedAt, .author.login, .title] | @tsv' | sort -k4
    • Update the PR with the commit(s) made to the CHANGELOG
  • Mark the PR "ready for review" (non-draft)
  • Merge the PR
    • Merging the PR will trigger a CI run that will build assets, attach the assets to the GitHub release, publish the GitHub release, and create the corresponding git tag.
  • Update 🚒 Estimated shipping date table
  • Comment on this issue announcing the RC

Testing for rc1

[!NOTE]
Link to any special steps for testing releases beyond ensuring CI is green. Steps can be inlined here or tracked elsewhere.

Stable Release (non-RC)

Section

[!IMPORTANT]
These PRs should be done in and target the release/v1.31.1 or release/miner/v1.31.1 branch.

Backport PR for Stable Release (non-RC)

  • All explicitly tracked items from Dependencies for releases have landed
  • Backported everything with the "backport" label
  • Removed the "backport" label from all backported PRs (no "backport" issues)
  • Create a PR with title build: backport changes for Node v1.31.1
    • Link to PR:
  • Merge PR

Release PR for Stable Release (non-RC)

  • Update the version string(s) in build/version.go to one *NOT ending with 'rcX'.
    • Ensure to update NodeBuildVersion
  • Run make gen && make docsgen-cli to generate documentation
  • Create a draft PR with title build: release Lotus Node v1.31.1
  • Changelog prep
    • Go to the releases page and copy the auto-generated release notes into the CHANGELOG
    • Perform editorial review (e.g., callout breaking changes, new features, FIPs, actor bundles)
    • Ensure no missing content when spot checking git history
      • Example command looking at git commits: git log --oneline --graph vA.B.C.., where A.B.C correspond to the previous release.
      • Example GitHub UI search looking at merged PRs into master: https://github.com/filecoin-project/lotus/pulls?q=is%3Apr+base%3Amaster+merged%3A%3EYYYY-MM-DD
      • Example gh cli command looking at merged PRs into master and sorted by title to group similar areas (where YYYY-MM-DD is the start search date): gh pr list --repo filecoin-project/lotus --search "base:master merged:>YYYY-MM-DD" --json number,mergedAt,author,title | jq -r '.[] | [.number, .mergedAt, .author.login, .title] | @tsv' | sort -k4
    • Update the PR with the commit(s) made to the CHANGELOG
  • Mark the PR "ready for review" (non-draft)
  • Merge the PR
    • Merging the PR will trigger a CI run that will build assets, attach the assets to the GitHub release, publish the GitHub release, and create the corresponding git tag.
  • Update 🚒 Estimated shipping date table
  • Comment on this issue announcing the RC

Testing for Stable Release (non-RC)

[!NOTE]
Link to any special steps for testing releases beyond ensuring CI is green. Steps can be inlined here or tracked elsewhere.

➑ Post-Release

Section

❀️ Contributors

See the final release notes!

⁉️ Do you have questions?

Leave a comment in this ticket!

@github-actions github-actions bot added the TPM label Jan 13, 2025
@github-project-automation github-project-automation bot moved this to πŸ“Œ Triage in FilOz Jan 13, 2025
@rjan90 rjan90 self-assigned this Jan 13, 2025
@rjan90 rjan90 pinned this issue Jan 13, 2025
@rjan90 rjan90 moved this from πŸ“Œ Triage to ⌨️ In Progress in FilOz Jan 20, 2025
@rjan90
Copy link
Contributor

rjan90 commented Jan 21, 2025

The first release candidate, v1.31.1-rc1 has been published here: https://github.com/filecoin-project/lotus/releases/tag/v1.31.1-rc1

@rjan90
Copy link
Contributor

rjan90 commented Jan 27, 2025

The final release has been published here: https://github.com/filecoin-project/lotus/releases/tag/v1.31.1

@rjan90 rjan90 moved this from ⌨️ In Progress to πŸŽ‰ Done in FilOz Jan 28, 2025
@rjan90
Copy link
Contributor

rjan90 commented Jan 28, 2025

Closing this issue as the release has been published, and all post-release steps have been. completed.

@rjan90 rjan90 closed this as completed Jan 28, 2025
@rjan90 rjan90 unpinned this issue Jan 28, 2025
@rjan90 rjan90 moved this from πŸŽ‰ Done to β˜‘οΈ Done (Archive) in FilOz Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: β˜‘οΈ Done (Archive)
Development

No branches or pull requests

1 participant