-
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 Node and Miner v1.32.0 Release #12750
Comments
Created using #12749 with |
The upgrade announcement says:
This issue says:
https://github.com/filecoin-project/lotus/releases/tag/miner/v1.32.0-rc1 says:
I think the 18 Dec in the release notes is a typo, since it lies after 16th. But even in this issue, the stable release is expected to be on 16 dec which is the same day as the upgrade... which imo gives very little time for node operators to perform the upgrade, unless I am misunderstanding something |
Hey @sin3point14! Thanks for catching some of the inconsistencies. I have updated the Stable (non-RC) date in this issue to be The stable release is expected to be published on
Did that clarify the different dates? |
2024-12-05 UpdateThe first release candidates which has the network upgrade epoch set for the Calibration testnet to |
2024-12-12 Update
We have published Lotus v1.32.0-rc2 which cancels the Calibration network upgrade here: |
πΆβπ« Meta
π’ Estimated shipping date
πͺ’ Dependencies for releases
Note
master
.Release Checklist
.rc1
rc2
0.31.0
Β #12775Stable Release (non-RC)
β Release Checklist
β¬ οΈ Before RC1
Section
docs(release): v1.32.0 release template improvements
for improving future releases.Post Release
step.release/v1.32.0
branch frommaster
and make any further release-related changes to this branch.release/miner/v1.32.0
branch frommaster
and make any further release-related changes to this branch.master
branch Version string updatesbuild/version.go
tov1.32.1-dev
.NodeBuildVersion
MinerBuildVersion
make gen && make docsgen-cli
before committing changes.UNRELEASED
section header toUNRELEASED v1.32.0
UNRELEASED v1.32.0
section's content to be "See https://github.com/filecoin-project/lotus/blob/release/v1.32.0/CHANGELOG.md"UNRELEASED
header to top.build: update Lotus Node and Miner version to v1.32.1-dev in master
ποΈ RCs
rc1
Section
Backport PR for rc1
Dependencies for releases
have landedRelease PR for rc1
build/version.go
to one ending with '-rc1'.NodeBuildVersion
MinerBuildVersion
make gen && make docsgen-cli
to generate documentationbuild: release Lotus Node and Miner v1.32.0-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 for rc1
rc2
Section
Backport PR for rc2
Dependencies for releases
have landedbuild: backport changes for Node and Miner v1.32.0-rc2
Release PR for rc2
build/version.go
to one ending with '-rc2'.NodeBuildVersion
MinerBuildVersion
make gen && make docsgen-cli
to generate documentationbuild: release Lotus Node and Miner v1.32.0-rc2
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 for rc2
rcX
Section
Backport PR for rcX
Dependencies for releases
have landedbuild: backport changes for Node and Miner v1.32.0-rcX
Release PR for rcX
build/version.go
to one ending with '-rcX'.NodeBuildVersion
MinerBuildVersion
make gen && make docsgen-cli
to generate documentationbuild: release Lotus Node and Miner v1.32.0-rcX
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 for rcX
Stable Release (non-RC)
Section
Backport PR for Stable Release (non-RC)
Dependencies for releases
have landedbuild: backport changes for Node and Miner v1.32.0
Release PR for Stable Release (non-RC)
build/version.go
to one *NOT ending with 'rcX'.NodeBuildVersion
MinerBuildVersion
make gen && make docsgen-cli
to generate documentationbuild: release Lotus Node and Miner v1.32.0
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 for Stable Release (non-RC)
β‘ Post-Release
Section
master
cherry-picking the CHANGELOG commits from therelease/v1.32.0
branch. Title itchore(release): cherry-pick v1.32.0 changelog back to master
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: