-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 Release v1.29.2 #12464
Comments
I've renamed this to v1.29.2 since we're pushing a v1.29.1 imminently as part of resolving #12467 |
@rjan90 : FYI I populated this with the latest changes from https://github.com/filecoin-project/lotus/blob/master/documentation/misc/RELEASE_ISSUE_TEMPLATE.md and I started the release template improvements PR: #12479 |
@rjan90 : I'm not sure if you were still planning to get a release this week, but it seems likely to me that the "open for RC1" items won't land this week:
|
Yes, it seems likely that these will only be able to land in the |
2024-09-27The first release candidate for v1.29.2 has now been shipped: https://github.com/filecoin-project/lotus/releases/tag/v1.29.2-rc1 |
2024-10-03The stable release has now been shipped: https://github.com/filecoin-project/lotus/releases/tag/v1.29.2 |
😶🌫 Meta
🚢 Estimated shipping date
🪢 Dependencies for releases
Note
master
.Release Checklist
.rc1
StateGetBeaconEntry
uses chain beacons for historical epochs #12428Stable (non-RC)
✅ Release Checklist
Before RC1
docs(release): v1.29.2 release template improvements
for improving future releases.Post Release
step.release/v1.29.2
orrelease/miner/v1.29.2
) from the last stablerelease/vX.Y.x
orrelease/miner/vX.Y.x
and make any further release-related changes to this branch.master
branch Version string updatesbuild/version.go
tov1.29.3-dev
.NodeBuildVersion
), a miner release (MinerBuildVersion
), or both.make gen && make docsgen-cli
before committing changes.UNRELEASED
section toUNRELEASED v1.29.2
and set the section's content to beSee https://github.com/filecoin-project/lotus/blob/release/v1.29.2/CHANGELOG.md
UNRELEASED
header to top.build: update Lotus Node version to v1.29.3-dev in master
RCs
rc1
Important
These PRs should be done in and target the
release/v1.29.2
orrelease/miner/v1.29.2
branch.Backport PR
Dependencies for releases
have landedbuild: backport changes for node|miner v1.29.2-rc1
Release PR
build/version.go
to one ending with '-rc1'.NodeBuildVersion
), a miner release (MinerBuildVersion
), or both.make gen && make docsgen-cli
to generate documentationbuild: release Lotus node|miner v1.29.2-rc1
git log --oneline --graph vA.B.C..
, where A.B.C correspond to the previous release.gh
cli command looking at merged PRs into master and sorted by title to group similar areas (whereYYYY-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
🚢 Estimated shipping date
tableTesting
Note
Link to any special steps for testing releases beyond ensuring CI is green. Steps can be inlined here or tracked elsewhere.
Stable (non-RC) Release
Backport PR
Dependencies for releases
have landedbuild: backport changes for node v1.29.2
Release PR
build/version.go
to one NOT ending with '-rc1'NodeBuildVersion
), a miner release (MinerBuildVersion
), or both.make gen && make docsgen-cli
to generate documentationbuild: release Lotus node v1.29.2
git log --oneline --graph vA.B.C..
, where A.B.C correspond to the previous release.gh
cli command looking at merged PRs into master and sorted by title to group similar areas (whereYYYY-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
🚢 Estimated shipping date
tableTesting
Note
Link to any special steps for testing releases beyond ensuring CI is green. Steps can be inlined here or tracked elsewhere.
Post-Release
master
cherry-picking the CHANGELOG commits from therelease/v1.29.2
branch.master
first before backporting to the release branch, the only changes should be CHANGELOG updates.Before RC1
with any improvements determined from this latest release iteration.❤️ Contributors
See the final release notes!
Leave a comment in this ticket!
The text was updated successfully, but these errors were encountered: