Merge pull request #9707 from filecoin-project/sbansal/1.19.0-rc2_version_update

Update build version and changelog
This commit is contained in:
Shrenuj Bansal 2022-11-22 20:32:22 -05:00 committed by GitHub
commit 8864d71e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 7 additions and 5 deletions

View File

@ -2,11 +2,13 @@
# 1.19.0-rc1 / 2022-11-16
This is the first release candidate for the upcoming OPTIONAL v1.19.0 release of Lotus.
This is the 2nd release candidate for the upcoming OPTIONAL v1.19.0 release of Lotus.
More detailed changelog and description will come later
## Changes
- feat: wdpost: Configurable pre-check timeouts
- fix/build: Update Zondax/hid to 0.9.1
- chore: update lotus version to 1.19.0-rc1
- chore: merge release into master ([filecoin-project/lotus#9657](https://github.com/filecoin-project/lotus/pull/9657))
- Raft consensus for lotus nodes in a cluster ([filecoin-project/lotus#9294](https://github.com/filecoin-project/lotus/pull/9294))

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.19.0-rc1"
const BuildVersion = "1.19.0-rc2"
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.19.0-rc1
1.19.0-rc2
COMMANDS:
init Initialize a lotus miner repo

View File

@ -7,7 +7,7 @@ USAGE:
lotus-worker [global options] command [command options] [arguments...]
VERSION:
1.19.0-rc1
1.19.0-rc2
COMMANDS:
run Start lotus worker

View File

@ -7,7 +7,7 @@ USAGE:
lotus [global options] command [command options] [arguments...]
VERSION:
1.19.0-rc1
1.19.0-rc2
COMMANDS:
daemon Start a lotus daemon process