Bump version for RC

This commit is contained in:
Geoff Stuart 2022-08-16 16:03:10 -04:00
parent bafa664d03
commit 6270f10c93
9 changed files with 10 additions and 6 deletions

View File

@ -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.

View File

@ -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" {

View File

@ -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

View File

@ -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

View File

@ -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