VaultGuard v0.3.0 Release Notes¶
Release Date: March 2026
This release migrates the module path from the agentplexus organization to plexusone.
Breaking Changes¶
Module Path Changed¶
The Go module path has changed from github.com/agentplexus/vaultguard to github.com/plexusone/vaultguard.
Before (v0.2.0):
After (v0.3.0):
What's Changed¶
Changed¶
- Module path migrated from
github.com/agentplexus/vaultguardtogithub.com/plexusone/vaultguard - Updated omnivault dependency to
github.com/plexusone/omnivaultv0.3.0 - Updated posture dependency to
github.com/plexusone/posturev0.3.0 - All internal imports updated to use new module path
- Documentation URLs updated to plexusone organization
- CI workflows migrated to standard plexusone reusable workflows
Fixed¶
- Suppress gosec G703 false positives for policy file loading and SDK token paths
Installation¶
Migration Guide¶
- Update your
go.modimports: - Change
github.com/agentplexus/vaultguardtogithub.com/plexusone/vaultguard - Run
go mod tidy - Update any import statements in your code
Dependencies¶
This release requires:
github.com/plexusone/omnivaultv0.3.0github.com/plexusone/posturev0.3.0