Merge pull request #7817 from filecoin-project/jen/things
build: release: v1.13.2-rc5
This commit is contained in:
commit
2474c0b633
@ -1,8 +1,9 @@
|
||||
# Lotus changelog
|
||||
|
||||
# v1.13.2-rc4 / 2021-12-10
|
||||
# v1.13.2-rc5 / 2021-12-17
|
||||
|
||||
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.
|
||||
This is the 5th RC for lotus v1.13.2. This will be 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:
|
||||
- stores: Reduce log spam during retrievals
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -37,7 +37,7 @@ func BuildTypeString() string {
|
||||
}
|
||||
|
||||
// BuildVersion is the local build version
|
||||
const BuildVersion = "1.13.2-rc4"
|
||||
const BuildVersion = "1.13.2-rc5"
|
||||
|
||||
func UserVersion() string {
|
||||
if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus-miner [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.13.2-rc4
|
||||
1.13.2-rc5
|
||||
|
||||
COMMANDS:
|
||||
init Initialize a lotus miner repo
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus-worker [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.13.2-rc4
|
||||
1.13.2-rc5
|
||||
|
||||
COMMANDS:
|
||||
run Start lotus worker
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.13.2-rc4
|
||||
1.13.2-rc5
|
||||
|
||||
COMMANDS:
|
||||
daemon Start a lotus daemon process
|
||||
|
@ -17,7 +17,6 @@ description: |
|
||||
|
||||
https://github.com/filecoin-project/lotus
|
||||
|
||||
grade: devel
|
||||
confinement: strict
|
||||
|
||||
parts:
|
||||
|
Loading…
Reference in New Issue
Block a user