v1.13.2-rc4

This commit is contained in:
Jennifer Wang 2021-12-10 16:58:58 -05:00
parent ba3c96f8c6
commit 1ffc3ed3a6
8 changed files with 15 additions and 13 deletions

View File

@ -1,16 +1,19 @@
# Lotus changelog # Lotus changelog
# v1.13.2-rc3 / 2021-12-09 # v1.13.2-rc4 / 2021-12-10
This is the second RC for lotus v1.13.2, with a dependency upgrade of ipld-legacy which will fix ChainGetNode. This This is the 4th RC for lotus v1.13.2, with another retrieval enhancement that fills the gap that;s brought by the release. This is a highly recommended release with sealing pipeline fixes, worker management and scheduler enhancement, retrieval improvements and so on. More detailed changelog will be updated later.
is a highly recommended release with sealing pipeline fixes, worker management and scheduler enhancement, retrieval improvements and so on. More detailed changelog will be updated later.
- github.com/filecoin-project/lotus: - github.com/filecoin-project/lotus:
- CARv2 v2.1.0 - stores: Reduce log spam during retrievals
- dagstore pieceReader: Fix wrong ErrUnexpectedEOF return in ReadAt - fix lint
- dagstore pieceReader: Always read full in ReadAt - Fix mock ReadPiece
- Add metrics to dagstore piecereader - fr32: Reduce MTTresh from 32M to 512k per core
- disable building of appimage on release - piecereader: Avoid allocating 1024MB slices per read
- piecereader: Avoid redundant roundtrips when seeking
- piecereader: Move closer to storage
- build: release: v1.13.2-rc3 ([filecoin-project/lotus#7752](https://github.com/filecoin-project/lotus/pull/7752))
- build: release: v1.13.2-rc2 ([filecoin-project/lotus#7745](https://github.com/filecoin-project/lotus/pull/7745))
- v1.13.2-rc1 ([filecoin-project/lotus#7718](https://github.com/filecoin-project/lotus/pull/7718)) - v1.13.2-rc1 ([filecoin-project/lotus#7718](https://github.com/filecoin-project/lotus/pull/7718))
- Address Scheduler enhancements (#7703) review ([filecoin-project/lotus#7714](https://github.com/filecoin-project/lotus/pull/7714)) - Address Scheduler enhancements (#7703) review ([filecoin-project/lotus#7714](https://github.com/filecoin-project/lotus/pull/7714))
- Scheduler enhancements ([filecoin-project/lotus#7703](https://github.com/filecoin-project/lotus/pull/7703)) - Scheduler enhancements ([filecoin-project/lotus#7703](https://github.com/filecoin-project/lotus/pull/7703))
@ -64,7 +67,6 @@ is a highly recommended release with sealing pipeline fixes, worker management a
- Update execution image to maybe update debian version - Update execution image to maybe update debian version
# v1.13.1 / 2021-11-26 # v1.13.1 / 2021-11-26
This is an optional Lotus v1.13.1 release. This is an optional Lotus v1.13.1 release.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -37,7 +37,7 @@ func BuildTypeString() string {
} }
// BuildVersion is the local build version // BuildVersion is the local build version
const BuildVersion = "1.13.2-rc3" const BuildVersion = "1.13.2-rc4"
func UserVersion() string { func UserVersion() string {
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {

View File

@ -7,7 +7,7 @@ USAGE:
lotus-miner [global options] command [command options] [arguments...] lotus-miner [global options] command [command options] [arguments...]
VERSION: VERSION:
1.13.2-rc3 1.13.2-rc4
COMMANDS: COMMANDS:
init Initialize a lotus miner repo init Initialize a lotus miner repo

View File

@ -7,7 +7,7 @@ USAGE:
lotus-worker [global options] command [command options] [arguments...] lotus-worker [global options] command [command options] [arguments...]
VERSION: VERSION:
1.13.2-rc3 1.13.2-rc4
COMMANDS: COMMANDS:
run Start lotus worker run Start lotus worker

View File

@ -7,7 +7,7 @@ USAGE:
lotus [global options] command [command options] [arguments...] lotus [global options] command [command options] [arguments...]
VERSION: VERSION:
1.13.2-rc3 1.13.2-rc4
COMMANDS: COMMANDS:
daemon Start a lotus daemon process daemon Start a lotus daemon process