-
Notifications
You must be signed in to change notification settings - Fork 89
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
Version 1.4.0 rc updates to bazel and protobuf comments #499
Conversation
FYI, started a "prerelease" for 1.4.0 so the URLs in the Bazel rules work: https://github.com/p4lang/p4runtime/releases/tag/v1.4.0 |
@smolkaj Once you create a tag (in this case v1.4.0) in the Git upstream, you are never supposed to mutate that tag (i.e., mutate the commit referenced by that tag, which is currently f50fef9). That's pretty much a golden rule, and it can break things if you do (e.g., Go modules - it's very much a pain to repair properly and can only be done by releasing a new greater version). Did you mean to create that tag already? Marking the Github release as a "pre-release" doesn't make a difference here, because the tag is still created the same way. If f50fef9 was the intended commit for the v1.4.0 tag all along, please ignore, but it doesn't seem to be the case, given the existence of this PR. The only way to fix it without breaking anything would be to leave the v1.4.0 tag alone now, and release v1.4.1 with all the necessary extra changes. |
Thanks for catching that. IIUC, you are saying that tags should always be immutable? Would simply deleting the tag again address your concerns? Presumably no one has started using it quite yet :) |
No deleting the tag doesn't work. |
Thanks for elaborating, Antonin, I was not aware of that. |
* Added missing "Added/deprecated in v1.4.0" comments per convention. * Added missing "Added/deprecated in v1.4.0" comments per convention. * Refresh generated go files. Signed-off-by: chris <[email protected]>
Signed-off-by: Steffen Smolka <[email protected]> Signed-off-by: chris <[email protected]>
11ad98c
to
14824cc
Compare
Signed-off-by: chris <[email protected]>
9331477
to
7a437dd
Compare
Merge accumulated 1.4.0 updates by consensus in WG mtg: