Retract pkg/audit v1.0.0 and start the client at v0.1.0 - #15
Merged
Merged
Conversation
v1.0.0 was published before the team agreed the API is stable. Leave existing tags in place and retract 1.x so @latest resolves to v0.1.0. Co-authored-by: Cursor <[email protected]>
Co-authored-by: Cursor <[email protected]>
Keep frozen history for retracted 1.x tags; look up current client and chart versions from GitHub/GHCR instead of rewriting this file every bump. Co-authored-by: Cursor <[email protected]>
Co-authored-by: Cursor <[email protected]>
Co-authored-by: Cursor <[email protected]>
sthanikan2000
requested changes
Sep 16, 2026
Co-authored-by: Cursor <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pkg/auditv1.0.0(and thev1.0.1tag that announces it) sogo get @latestselectsv0.1.0. Existing git tags are left in place; Go proxies already cachedv1.0.0.pkg/[email protected]with a localreplace, and document published tag names indocs/RELEASE.mdso they are not reused.pkg/audit/v1.0.0is marked[RETRACTED]. The git tag ispkg/audit/v0.1.0(nested module). Rootv0.1.0is unchanged.Test plan
go test ./...(already passed on this branch)go list -m -versions github.com/LSFLK/argus/pkg/auditeventually showsv0.1.0and retracts 1.x (GOPROXY=directif the proxy has not indexed yet)0.1.0was not republished; this PR only edits the chart README