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

Retract version v0.10.0 #361

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

antoninbas
Copy link
Member

The "target" of the v0.10.0 tag was "mutated" (the tag was created, then deleted, then created again with a different target commit). This should never be done for a Go module and can create issues for consumers of the module, as the original version will be cached in module proxies, and there will be a discrepancy between module proxies and the version control repository (this can lead to checksum mismatch issues).

The best practice in that case seems to be to retract the invalid version, and release a new one (we will release v0.10.1 in our case).

The "target" of the v0.10.0 tag was "mutated" (the tag was created, then
deleted, then created again with a different target commit). This should
never be done for a Go module and can create issues for consumers of the
module, as the original version will be cached in module proxies, and
there will be a discrepancy between module proxies and the version
control repository (this can lead to checksum mismatch issues).

The best practice in that case seems to be to retract the invalid
version, and release a new one (we will release v0.10.1 in our case).

Signed-off-by: Antonin Bas <[email protected]>
@antoninbas antoninbas force-pushed the retract-version-v0.10.0 branch from 2b31d79 to 0a7ffcf Compare September 5, 2024 22:04
@antoninbas antoninbas merged commit 14ced93 into vmware:main Sep 5, 2024
7 checks passed
@antoninbas antoninbas deleted the retract-version-v0.10.0 branch September 5, 2024 22:17
antoninbas added a commit to antoninbas/vmware-go-ipfix that referenced this pull request Sep 5, 2024
The "target" of the v0.10.0 tag was "mutated" (the tag was created, then
deleted, then created again with a different target commit). This should
never be done for a Go module and can create issues for consumers of the
module, as the original version will be cached in module proxies, and
there will be a discrepancy between module proxies and the version
control repository (this can lead to checksum mismatch issues).

The best practice in that case seems to be to retract the invalid
version, and release a new one (we will release v0.10.1 in our case).

Signed-off-by: Antonin Bas <[email protected]>
antoninbas added a commit to antoninbas/vmware-go-ipfix that referenced this pull request Sep 5, 2024
The "target" of the v0.10.0 tag was "mutated" (the tag was created, then
deleted, then created again with a different target commit). This should
never be done for a Go module and can create issues for consumers of the
module, as the original version will be cached in module proxies, and
there will be a discrepancy between module proxies and the version
control repository (this can lead to checksum mismatch issues).

The best practice in that case seems to be to retract the invalid
version, and release a new one (we will release v0.10.1 in our case).

Signed-off-by: Antonin Bas <[email protected]>
heanlan pushed a commit that referenced this pull request Sep 5, 2024
The "target" of the v0.10.0 tag was "mutated" (the tag was created, then
deleted, then created again with a different target commit). This should
never be done for a Go module and can create issues for consumers of the
module, as the original version will be cached in module proxies, and
there will be a discrepancy between module proxies and the version
control repository (this can lead to checksum mismatch issues).

The best practice in that case seems to be to retract the invalid
version, and release a new one (we will release v0.10.1 in our case).

Signed-off-by: Antonin Bas <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants