Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/hashicorp/raft from 1.1.1 to 1.3.10 #47

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

Bumps github.com/hashicorp/raft from 1.1.1 to 1.3.10.

Release notes

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

v1.3.10

What's Changed

Full Changelog: hashicorp/raft@v1.3.9...v1.3.10

v1.3.9

What's Changed

New Contributors

Full Changelog: hashicorp/raft@v1.3.8...v1.3.9

v1.3.8

What's Changed

Full Changelog: hashicorp/raft@v1.3.7...v1.3.8

v1.3.7

What's Changed

Full Changelog: hashicorp/raft@v1.3.6...v1.3.7

v1.3.6

What's Changed

Full Changelog: hashicorp/raft@v1.3.5...v1.3.6

v1.3.5

What's Changed

Full Changelog: hashicorp/raft@v1.3.4...v1.3.5

v1.3.4

... (truncated)

Changelog

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

UNRELEASED

1.3.0 (April 22nd, 2021)

IMPROVEMENTS

  • Added metrics for oldestLogAge and lastRestoreDuration to monitor capacity issues that can cause unrecoverable cluster failure [GH-452][GH-454]
  • Made TrailingLogs, SnapshotInterval and SnapshotThreshold reloadable at runtime using a new ReloadConfig method. This allows recovery from cases where there are not enough logs retained for followers to catchup after a restart. [GH-444]
  • Inclusify the repository by switching to main [GH-446]
  • Add option for a buffered ApplyCh if MaxAppendEntries is enabled [GH-445]
  • Add string to LogType for more human readable debugging [GH-442]
  • Extract fuzzy testing into its own module [GH-459]

BUG FIXES

  • Update LogCache StoreLogs() to capture an error that would previously cause a panic [GH-460]

1.2.0 (October 5th, 2020)

IMPROVEMENTS

  • Remove StartAsLeader configuration option [GH-364]
  • Allow futures to react to Shutdown() to prevent a deadlock with takeSnapshot() [GH-390]
  • Prevent non-voters from becoming eligible for leadership elections [GH-398]
  • Remove an unneeded io.Copy from snapshot writes [GH-399]
  • Log decoded candidate address in duplicate requestVote warning [GH-400]
  • Prevent starting a TCP transport when IP address is nil [GH-403]
  • Reject leadership transfer requests when in candidate state to prevent indefinite blocking while unable to elect a leader [GH-413]
  • Add labels for metric metadata to reduce cardinality of metric names [GH-409]
  • Add peers metric [GH-413]

BUG FIXES

  • Make LeaderCh always deliver the latest leadership transition [GH-384]
  • Handle updating an existing peer in startStopReplication [GH-419]

1.1.2 (January 17th, 2020)

FEATURES

  • Improve FSM apply performance through batching. Implementing the BatchingFSM interface enables this new feature [GH-364]
  • Add ability to obtain Raft configuration before Raft starts with GetConfiguration [GH-369]

IMPROVEMENTS

  • Remove lint violations and add a make rule for running the linter.
  • Replace logger with hclog [GH-360]
  • Read latest configuration independently from main loop [GH-379]

BUG FIXES

... (truncated)

Commits
  • 1075246 Improved election debug logs (#516)
  • c3134d7 doc: add textual description of the raft.Apply process (#511)
  • d255cf5 Merge pull request #515 from hashicorp/fix-bench
  • cb2cdcc Bench GetUint64 should actually call GetUint64
  • 9174562 Merge pull request #494 from hashicorp/hridoyroy/heartbeat-backoff
  • 81a7d27 make timeouts 100 milliseconds each and remove the time.Sleeps
  • 5157c19 Merge pull request #478 from hashicorp/kisunji/retract1.13
  • 44124c2 Thread saturation metrics 📈 (#489)
  • 7fc5a41 Expose the underlying ReadCloser during restore (#501)
  • 1b44a7b add back deprecated field Leader to the LeaderObservation struct (#500)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.1.1 to 1.3.10.
- [Release notes](https://github.com/hashicorp/raft/releases)
- [Changelog](https://github.com/hashicorp/raft/blob/main/CHANGELOG.md)
- [Commits](hashicorp/raft@v1.1.1...v1.3.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 8, 2022

The following labels could not be found: topic/dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 10, 2022

Superseded by #52.

@dependabot dependabot bot closed this Oct 10, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/dependency-upgrades/github.com/hashicorp/raft-1.3.10 branch October 10, 2022 11:12
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