-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow mutable tags #1415
Comments
buf.build/cosmos/cosmos-sdk
buf.build/cosmos/cosmos-sdk
While commits are indeed immutable on the BSR, the repository in which they exist can be deleted. It looks like cosmos-sdk has a dependency on Unfortunately, the error message that is propagated to the cli and website aren't clear about this and make it seem like it is a problem with the cosmos module rather than one of its dependencies. We're currently working on getting more descriptive errors into the cli and the website. I'll leave this open till we improve that, but for the root cause or any other comments on how the googleapis recreation has impacted I'll ask that we centralize that discussion in #1380. |
That's unfortunate… |
Tags cannot be deleted today, #765 tracks some work related to changing that but I have nothing concrete to share there yet. |
We're going to potentially be making changes to tags to allow this in the near future. Will keep this issue open as we update you on that. |
buf.build/cosmos/cosmos-sdk
Tags are now labels, and labels are mutable: https://buf.build/docs/concepts/commits-labels#labels |
This is perfect, thank you! |
We are using buf for the cosmos/cosmos-sdk, and lately, we are encountering missing commits. This breaks our need of proto versioning and our upgrade documentation (e.g., https://github.com/cosmos/cosmos-sdk/blob/main/UPGRADING.md#protobuf-1)
Failure: buf.build/cosmos/cosmos-sdk:106f3380b73b4157a9e0149cbd30bf9f: does not exist
Failure: buf.build/cosmos/cosmos-sdk:af8d763f189a4482b59f9f283b446293: does not exist
.AFAIK, commits are immutable, and we can find it in the commit history: https://buf.build/cosmos/cosmos-sdk/commits/af8d763f189a4482b59f9f283b446293 but without content. Only the recent commits are available.
The text was updated successfully, but these errors were encountered: