Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
117614: go.mod: bump etcd-io/raft to f1c02c9 r=erikgrinaker a=erikgrinaker In particular, this pulls in etcd-io/raft@d87942f5. Changes: ``` d87942f 2023-11-17: Accept any snapshot that allows replication [Erik Grinaker] (origin/accept-more-raft-snaps, accept-more-raft-snaps) 5e2260f 2023-11-17: Document leader ignoring valid MsgAppResp from follower after snapshot [Erik Grinaker] bbc577c 2023-12-19: owners: update username [Pavel Kalinnikov] bfe6059 2023-12-18: build(deps): bump github/codeql-action from 2 to 3 [dependabot[bot]] 7e5fa79 2023-12-13: Added a new line at the end of gh-workflow-approve.yaml [Benjamin Wang] f0f4add 2023-12-11: github workflow: enable workflow approval [Yashasvi Kundu] 4a6476d 2023-12-11: build(deps): bump actions/setup-go from 4 to 5 [dependabot[bot]] 4fcf99f 2023-12-03: chore: Rename prs to trk [ystkfujii] fbbe39f 2023-12-06: Set golangci lint version to 1.55.2 [Ivan Valdes] 4d702f5 2023-12-06: Update go to 1.21.5 [Ivan Valdes] 503dd0c 2023-11-13: etcd: upgrade go version from 1.21.3 to 1.21.4 [arjunmalhotra1] bff6788 2023-10-18: Complete migration to owners file. [James Blair] b80cab2 2023-10-11: build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /tools/mod [dependabot[bot]] 06214a7 2023-09-18: Added OWNERS file for raft Co-authored-by: James Blair <[email protected]> [=] 86deb8c 2023-09-13: Update to go1.21.1 [Allen Ray] 26704a8 2023-09-04: build(deps): bump actions/checkout from 3 to 4 [dependabot[bot]] c7b3b6f 2023-08-23: Update to golang 1.20 minor release. [James Blair] 40c2e76 2023-08-06: Update protoc from 3.14.0 to 3.20.3. [James Blair] 7ee8a81 2023-08-06: Fix lint errors. [James Blair] 2868941 2023-08-06: Update golangci-lint from 1.49.0 to 1.53.3. [James Blair] 661d398 2023-08-06: Updated go to latest patch release 1.19.12. [James Blair] f22c0b9 2023-07-25: remove redundant joint config check [Erik Grinaker] (origin/remove-redundant-joint-check, remove-redundant-joint-check) 0ae68ec 2023-07-18: Retire `@tbg` [Tobias Grieger] fe7caf3 2023-07-21: Add REVIEWER `@pavelkalinnikov` [Tobias Grieger] ``` Resolves #106813. Resolves #114349. Epic: none Release note: None Co-authored-by: Erik Grinaker <[email protected]>
- Loading branch information