Merge pull request #9175 from filecoin-project/gstuart/v1.17.1-rc3
chore: Bump version for rc3
This commit is contained in:
commit
079dab0d75
@ -1,10 +1,14 @@
|
||||
# Lotus changelog
|
||||
|
||||
# v1.17.1-rc1 / 2022-08-08
|
||||
# v1.17.1-rc3 / 2022-08-16
|
||||
|
||||
This is the first release candidate of the upcoming OPTIONAL release Lotus v1.17.1. This optional release includes splitstore and has some small bug fixes, new features & improvements. Full changelog will be published upon final release.
|
||||
This is the third release candidate of the upcoming OPTIONAL release Lotus v1.17.1. This optional release includes splitstore and has some small bug fixes, new features & improvements. Full changelog will be published upon final release.
|
||||
|
||||
- github.com/filecoin-project/lotus:
|
||||
- Bump version for RC
|
||||
- chore: ci: Update xcode version for macos builds ([filecoin-project/lotus#9164](https://github.com/filecoin-project/lotus/pull/9164))
|
||||
- backport: 9153: detach storage on worker shutdown ([filecoin-project/lotus#9165](https://github.com/filecoin-project/lotus/pull/9165))
|
||||
- chore: versioning: Bump version for RC and add changelog ([filecoin-project/lotus#9148](https://github.com/filecoin-project/lotus/pull/9148))
|
||||
- chore: merge: releases (v1.17.0) to master ([filecoin-project/lotus#9146](https://github.com/filecoin-project/lotus/pull/9146))
|
||||
- fix: storage: don't panic in getCommitCutoff when precommit is not found ([filecoin-project/lotus#9141](https://github.com/filecoin-project/lotus/pull/9141))
|
||||
- Update FFI ([filecoin-project/lotus#9139](https://github.com/filecoin-project/lotus/pull/9139))
|
||||
|
Binary file not shown.
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.17.1-rc1"
|
||||
const BuildVersion = "1.17.1-rc3"
|
||||
|
||||
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.17.1-rc1
|
||||
1.17.1-rc3
|
||||
|
||||
COMMANDS:
|
||||
init Initialize a lotus miner repo
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus-worker [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.17.1-rc1
|
||||
1.17.1-rc3
|
||||
|
||||
COMMANDS:
|
||||
run Start lotus worker
|
||||
|
@ -7,7 +7,7 @@ USAGE:
|
||||
lotus [global options] command [command options] [arguments...]
|
||||
|
||||
VERSION:
|
||||
1.17.1-rc1
|
||||
1.17.1-rc3
|
||||
|
||||
COMMANDS:
|
||||
daemon Start a lotus daemon process
|
||||
|
Loading…
Reference in New Issue
Block a user