Normalize hashicorp raft peer ids (#8253)

* Normalize raft voter ids

* 4.11

* Update raft_hashicorp.go
This commit is contained in:
Chris Lu
2026-02-09 07:46:34 -08:00
committed by GitHub
parent 2ed5a8f65c
commit cb9e21cdc5
5 changed files with 119 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ import (
var (
MAJOR_VERSION = int32(4)
MINOR_VERSION = int32(10)
MINOR_VERSION = int32(11)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = util.SizeLimit + " " + VERSION_NUMBER
COMMIT = ""