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

go.mod: bump etcd-io/raft to f1c02c9909c0 #117614

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

erikgrinaker
Copy link
Contributor

In particular, this pulls in etcd-io/raft@d87942f5. Changes:

d87942f571d 2023-11-17: Accept any snapshot that allows replication [Erik Grinaker] (origin/accept-more-raft-snaps, accept-more-raft-snaps)
5e2260fc30a 2023-11-17: Document leader ignoring valid MsgAppResp from follower after snapshot [Erik Grinaker]
bbc577c42a5 2023-12-19: owners: update username [Pavel Kalinnikov]
bfe6059c220 2023-12-18: build(deps): bump github/codeql-action from 2 to 3 [dependabot[bot]]
7e5fa79b493 2023-12-13: Added a new line at the end of gh-workflow-approve.yaml [Benjamin Wang]
f0f4add22e1 2023-12-11: github workflow: enable workflow approval [Yashasvi Kundu]
4a6476dcdcd 2023-12-11: build(deps): bump actions/setup-go from 4 to 5 [dependabot[bot]]
4fcf99f38c2 2023-12-03: chore: Rename prs to trk [ystkfujii]
fbbe39fb614 2023-12-06: Set golangci lint version to 1.55.2 [Ivan Valdes]
4d702f58bca 2023-12-06: Update go to 1.21.5 [Ivan Valdes]
503dd0c6458 2023-11-13: etcd: upgrade go version from 1.21.3 to 1.21.4 [arjunmalhotra1]
bff67886fa7 2023-10-18: Complete migration to owners file. [James Blair]
b80cab2f0e2 2023-10-11: build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /tools/mod [dependabot[bot]]
06214a7d63b 2023-09-18: Added OWNERS file for raft Co-authored-by: James Blair <[email protected]> [=]
86deb8c66ce 2023-09-13: Update to go1.21.1 [Allen Ray]
26704a827d7 2023-09-04: build(deps): bump actions/checkout from 3 to 4 [dependabot[bot]]
c7b3b6ff3e3 2023-08-23: Update to golang 1.20 minor release. [James Blair]
40c2e76c187 2023-08-06: Update protoc from 3.14.0 to 3.20.3. [James Blair]
7ee8a81ffd2 2023-08-06: Fix lint errors. [James Blair]
286894194d7 2023-08-06: Update golangci-lint from 1.49.0 to 1.53.3. [James Blair]
661d39868e0 2023-08-06: Updated go to latest patch release 1.19.12. [James Blair]
f22c0b95de9 2023-07-25: remove redundant joint config check [Erik Grinaker] (origin/remove-redundant-joint-check, remove-redundant-joint-check)
0ae68eca45d 2023-07-18: Retire @tbg [Tobias Grieger]
fe7caf3aa31 2023-07-21: Add REVIEWER @pavelkalinnikov [Tobias Grieger]

Resolves #106813.
Resolves #114349.
Epic: none
Release note: None

@erikgrinaker erikgrinaker requested a review from pav-kv January 10, 2024 14:24
@erikgrinaker erikgrinaker self-assigned this Jan 10, 2024
@erikgrinaker erikgrinaker requested a review from a team as a code owner January 10, 2024 14:24
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]
```

Epic: none
Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@erikgrinaker
Copy link
Contributor Author

bors r+

@craig
Copy link
Contributor

craig bot commented Jan 10, 2024

Build succeeded:

@craig craig bot merged commit 60092e0 into cockroachdb:master Jan 10, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants