-
Notifications
You must be signed in to change notification settings - Fork 4k
go.mod: upgrade to yaml v4 #157800
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: upgrade to yaml v4 #157800
Conversation
87e14a0 to
4537e0c
Compare
sumeerbhola
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sumeerbhola reviewed 50 of 50 files at r1, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @aa-joshi, @Abhinav1299, @arjunmahishi, @DarrylWong, @golgeek, and @jasonlmfong)
|
TFTR! |
|
bors r+ |
156897: kvserver: remove replica dependency in splitPreApply r=pav-kv a=arulajmani Refactor to remove the need to pass in a replica struct to splitPreApply. This will make testing this in subsequent patches easier. Epic: None Release note: None 157800: go.mod: upgrade to yaml v4 r=RaduBerinde a=RaduBerinde The https://github.com/go-yaml/yaml (import path `gopkg.in/yaml.v3`) repository has been archived. The YAML team took over maintenance in a separate fork at a very confusingly named https://github.com/yaml/go-yaml (import path `go.yaml.in/yaml/v4`). This commit updates uses of v3 to `v4.0.0-rc.3` from the new repository. No code changes are required. Upgrading v2 uses to v4 will be done separately, as that requires code changes. Epic: none Release note: None 158012: kvserver: verbose Raft logging for TestLeaseRequestBumpsEpoch r=miraradeva a=miraradeva See #157128 for details about the test failure. Closes: #157128 Release note: None Co-authored-by: Arul Ajmani <[email protected]> Co-authored-by: Radu Berinde <[email protected]> Co-authored-by: Mira Radeva <[email protected]>
|
Build failed (retrying...): |
157800: go.mod: upgrade to yaml v4 r=RaduBerinde a=RaduBerinde The https://github.com/go-yaml/yaml (import path `gopkg.in/yaml.v3`) repository has been archived. The YAML team took over maintenance in a separate fork at a very confusingly named https://github.com/yaml/go-yaml (import path `go.yaml.in/yaml/v4`). This commit updates uses of v3 to `v4.0.0-rc.3` from the new repository. No code changes are required. Upgrading v2 uses to v4 will be done separately, as that requires code changes. Epic: none Release note: None 158012: kvserver: verbose Raft logging for TestLeaseRequestBumpsEpoch r=miraradeva a=miraradeva See #157128 for details about the test failure. Closes: #157128 Release note: None Co-authored-by: Radu Berinde <[email protected]> Co-authored-by: Mira Radeva <[email protected]>
|
Build failed (retrying...): |
157800: go.mod: upgrade to yaml v4 r=RaduBerinde a=RaduBerinde The https://github.com/go-yaml/yaml (import path `gopkg.in/yaml.v3`) repository has been archived. The YAML team took over maintenance in a separate fork at a very confusingly named https://github.com/yaml/go-yaml (import path `go.yaml.in/yaml/v4`). This commit updates uses of v3 to `v4.0.0-rc.3` from the new repository. No code changes are required. Upgrading v2 uses to v4 will be done separately, as that requires code changes. Epic: none Release note: None Co-authored-by: Radu Berinde <[email protected]>
|
Build failed: |
4537e0c to
034853b
Compare
|
bors r+ |
|
Merge conflict. |
The https://github.com/go-yaml/yaml (import path `gopkg.in/yaml.v3`) repository has been archived. The YAML team took over maintenance in a separate fork at a very confusingly named https://github.com/yaml/go-yaml (import path `go.yaml.in/yaml/v4`). This commit updates uses of v3 to `v4.0.0-rc.3` from the new repository. No code changes are required. Upgrading v2 uses to v4 will be done separately, as that requires code changes. Epic: none Release note: None
034853b to
9d9287f
Compare
|
bors r+ |
|
Build succeeded: |
The https://github.com/go-yaml/yaml (import path
gopkg.in/yaml.v3)repository has been archived. The YAML team took over maintenance in a
separate fork at a very confusingly named
https://github.com/yaml/go-yaml (import path
go.yaml.in/yaml/v4).This commit updates uses of v3 to
v4.0.0-rc.3from the newrepository. No code changes are required.
Upgrading v2 uses to v4 will be done separately, as that requires code
changes.
Epic: none
Release note: None