-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update buf config to v2 #233
Conversation
Not sure if managed modules can handle this yet since there are two modules in here. Cc @unmultimedio |
Can push multiple v2 modules, modules without names are ignored. |
You can update here to v2 no problem, we don't support v2 in the managed modules repo yet, but we can do what we did for |
I'm not sure that will work. There are two modules in here, and one depends on the other. A static buf.yaml won't work in that case. |
Closing for now. |
As long as there are no breaking changes it should work. The BSR syncer pulls information from all repos at the same time, but actually syncs them in dependency order, so as long as we say that
https://github.com/bufbuild/modules?tab=readme-ov-file#how-we-handle-dependencies |
Sets the buf version v1.35.0 explicitly. Runs
buf config migrate
. Runsbuf format -w
. Upgrades the bazel module to 0.3.0. Blocks #232