Skip to content

Commit

Permalink
Merge pull request #7817 from filecoin-project/jen/things
Browse files Browse the repository at this point in the history
build: release: v1.13.2-rc5
  • Loading branch information
jennijuju authored Jan 4, 2022
2 parents e05fdf8 + eabb963 commit 2474c0b
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file modified build/openrpc/full.json.gz
Binary file not shown.
Binary file modified build/openrpc/miner.json.gz
Binary file not shown.
Binary file modified build/openrpc/worker.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus-miner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus-worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ description: |
https://github.com/filecoin-project/lotus
grade: devel
confinement: strict

parts:
Expand Down

0 comments on commit 2474c0b

Please sign in to comment.