Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps github.com/agentplexus/omnivault from 0.1.0 to 0.2.0.

Release notes

Sourced from github.com/agentplexus/omnivault's releases.

v0.2.0

Release Notes: v0.2.0

Full Changelog: agentplexus/omnivault@v0.1.0...v0.2.0

Changelog

Sourced from github.com/agentplexus/omnivault's changelog.

[v0.2.0] - 2026-01-10

Highlights

  • Full-featured CLI tool for local secret management
  • AES-256-GCM encryption with Argon2id key derivation
  • Daemon architecture with cross-platform support (macOS, Linux, Windows)

Security

  • Secrets encrypted at rest using AES-256-GCM (00b5bbd)
  • Master password never stored, only used for key derivation (00b5bbd)
  • Constant-time password verification to prevent timing attacks (00b5bbd)
  • Keys zeroed from memory on vault lock (8942c99)

Added

  • CLI tool (cmd/omnivault) for local secret management (e8c2cd1)
  • Encrypted local store with AES-256-GCM encryption (internal/store) (00b5bbd)
  • Argon2id key derivation with OWASP-recommended parameters (00b5bbd)
  • Daemon server with Unix socket IPC (internal/daemon) (8942c99)
  • Daemon client library for IPC (internal/client) (050da9c)
  • Platform-specific path configuration (internal/config) (8942c99)
  • Auto-lock with configurable inactivity timeout (default: 15 minutes) (8942c99)
  • Master password change with automatic re-encryption (00b5bbd)
  • CLI commands: init, unlock, lock, status, get, set, list, delete (e8c2cd1)
  • Daemon commands: daemon start, daemon stop, daemon status, daemon run (e8c2cd1)
  • Secure password input without terminal echo (e8c2cd1)
  • Integration tests for daemon and encrypted store (9fa1cbf)
  • Windows daemon support via TCP on localhost (127.0.0.1:19839) (c8a501a)
  • Cross-platform IPC: Unix socket on macOS/Linux, TCP on Windows (c8a501a)

Changed

  • Go version updated to 1.24.0
Commits
  • 759c770 docs(MkDocs): update docs site
  • 9c526ea docs(roadmap): regenerate with navigation links
  • 5a5bc0b docs(roadmap): regenerate with completion-first sorting
  • e61bfc2 docs(changelog): add commit hashes and conventional commits
  • 63efe46 docs(roadmap): regenerate with concise priority labels
  • c75affd docs(roadmap): add priority and area to all items
  • fa5062b docs(roadmap): add summary overview table
  • 3c68679 docs(changelog): add highlights for each release
  • 821b560 docs: add Windows daemon support documentation
  • c8a501a feat(daemon): add Windows support via TCP
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/agentplexus/omnivault](https://github.com/agentplexus/omnivault) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/agentplexus/omnivault/releases)
- [Changelog](https://github.com/agentplexus/omnivault/blob/main/CHANGELOG.md)
- [Commits](agentplexus/omnivault@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: github.com/agentplexus/omnivault
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant