Skip to content

build(deps): bump github.com/hashicorp/raft from 1.6.0 to 1.8.0 - #1424

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/hashicorp/raft-1.8.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/hashicorp/raft-1.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown

Bumps github.com/hashicorp/raft from 1.6.0 to 1.8.0.

Release notes

Sourced from github.com/hashicorp/raft's releases.

v1.8.0

What's Changed

  • This release removes the long-standing compatibiltiy shim between hashicorp/go-metrics and armon/go-metrics. You no longer need to set build tags when consuming this library. If you have other libraries that consume this library, you should upgrade them at the same time as your application.
  • Raft now persists the commit index in the LogStore to accelerate recovery

Full Changelog: hashicorp/raft@v1.7.3...v1.8.0

v1.7.3

What's Changed

New Contributors

Full Changelog: hashicorp/raft@v1.7.2...v1.7.3

v1.7.2

What's Changed

Full Changelog: hashicorp/raft@v1.7.1...v1.7.2

v1.7.1

This patch release fixes two potential issues with Pre-Vote which was added in 1.7.0. One of these has been observed in a single deployed instance but we've been unable to replicate the exact conditions so impact is difficult to assess. Out of an abundance of caution we strongly recommend all 1.7.0 users upgrade to 1.7.1 to avoid this issue occurring.

  1. #605 Fixes the observed issue where a node looses leadership but is unable to get pre-votes accepted due to followers thinking it's still the leader. This was an implementation bug.
  2. #609 fixes a theoretical issue (not come up with an actual reproduction yet) where a very specific sequence of pre-votes could artificially prevent cluster followers from holding elections even though there is no active leader succeeding to get a quorum of pre-vote responses.

v1.7.0 (June 6th, 2024)

CHANGES

  • Raft multi version testing GH-559

IMPROVEMENTS

  • Raft pre-vote extension implementation, activated by default. GH-530

BUG FIXES

  • Fix serialize NetworkTransport data race on ServerAddr(). GH-591

v1.6.1 (January 8th, 2024)

CHANGES

... (truncated)

Changelog

Sourced from github.com/hashicorp/raft's changelog.

UNRELEASED

IMPROVEMENETS

  • Added a flag to skip legacy duplicate telemetry. GH-630

1.7.0 (June 5th, 2024)

CHANGES

  • Raft multi version testing GH-559

IMPROVEMENTS

  • Raft pre-vote extension implementation, activated by default. GH-530

BUG FIXES

  • Fix serialize NetworkTransport data race on ServerAddr(). GH-591

1.6.1 (January 8th, 2024)

CHANGES

  • Add reference use of Hashicorp Raft. GH-584
  • [COMPLIANCE] Add Copyright and License Headers. GH-580

IMPROVEMENTS

  • Bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.2. GH-583

BUG FIXES

  • Fix rare leadership transfer failures when writes happen during transfer. GH-581
Commits
  • 0f543c0 build: remove go-metrics compatibility shim (#712)
  • b853494 docs: Add contributing guide and LLM PR template link. (#709)
  • 8064883 [chore] : Bump actions/checkout from 7.0.0 to 7.0.1 in the actions group (#705)
  • dd30865 [chore] : Bump actions/setup-go from 6.5.0 to 7.0.0 in the actions group (#702)
  • 54badfb [chore] : Bump golangci/golangci-lint-action in the actions group (#694)
  • 1a4cef6 [chore] : Bump actions/setup-go from 6.4.0 to 6.5.0 in the actions group (#692)
  • 6437398 [chore] : Bump github.com/hashicorp/go-metrics (#693)
  • 14ec839 [chore] : Bump actions/checkout from 6.0.3 to 7.0.0 in the actions group (#691)
  • 1837036 [COMPLIANCE] Add/Update Copyright Headers (#686)
  • 6d2f0f0 [chore] : Bump the actions group across 1 directory with 2 updates (#689)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/hashicorp/raft](https://github.com/hashicorp/raft) from 1.6.0 to 1.8.0.
- [Release notes](https://github.com/hashicorp/raft/releases)
- [Changelog](https://github.com/hashicorp/raft/blob/main/CHANGELOG.md)
- [Commits](hashicorp/raft@v1.6.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/raft
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: M-dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants