Skip to content

Retract pkg/audit v1.0.0 and start the client at v0.1.0 - #15

Merged
ginaxu1 merged 6 commits into
mainfrom
chore/retract-pkg-audit-v1-start-v0.1.0
Sep 16, 2026
Merged

ginaxu1 merged 6 commits into
mainfrom
chore/retract-pkg-audit-v1-start-v0.1.0

Conversation

@ginaxu1

@ginaxu1 ginaxu1 commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Retract pkg/audit v1.0.0 (and the v1.0.1 tag that announces it) so go get @latest selects v0.1.0. Existing git tags are left in place; Go proxies already cached v1.0.0.
  • Pin this repo at pkg/[email protected] with a local replace, and document published tag names in docs/RELEASE.md so they are not reused.
  • GitHub Release v0.1.0 is the current client; pkg/audit/v1.0.0 is marked [RETRACTED]. The git tag is pkg/audit/v0.1.0 (nested module). Root v0.1.0 is unchanged.

Test plan

  • go test ./... (already passed on this branch)
  • Confirm go list -m -versions github.com/LSFLK/argus/pkg/audit eventually shows v0.1.0 and retracts 1.x (GOPROXY=direct if the proxy has not indexed yet)
  • Confirm Helm chart 0.1.0 was not republished; this PR only edits the chart README

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]>
ginaxu1 and others added 4 commits September 15, 2026 13:10
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]>
Comment thread go.mod Outdated

@sthanikan2000 sthanikan2000 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ginaxu1
ginaxu1 merged commit 1103abb into main Sep 16, 2026
2 checks passed
@ginaxu1
ginaxu1 deleted the chore/retract-pkg-audit-v1-start-v0.1.0 branch September 16, 2026 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants