Releases: Seibert-Data/teamvault-cli
Releases · Seibert-Data/teamvault-cli
v5.10.0
Compare
Sorry, something went wrong.
No results found
Changelog
355e02b release v5.10.0
951ce5d chore: force release re-check (fresh HEAD for the v0.2.0 major-bump clamp)
3f2544e Merge pull request #36 from Seibert-Data/feature/htpasswd-subcommand
5dd1e88 add e2e scenario 009 for htpasswd (fakevault: seeded + created secret)
e00639c htpasswd test: stub UserReturns on error path + assert UserCallCount (PR #36 review)
f3d0eff add htpasswd subcommand deriving user:bcrypt from a secret
588138e Merge pull request #34 from Seibert-Data/feature/search-names-limit
fca2bf9 search: address PR review — resolve relative next url, warn on result cap, GoDoc + --limit docs
5353a09 search: refuse cross-host pagination next (credential-leak guard) + fix zero-match test name (PR #34 review)
cc25f5f 015-improve-search-output-pagination-limit
f94432b Merge pull request #33 from Seibert-Data/feature/write-search-scenarios
b22aeaf fakevault: atomic store.update for PATCH read-modify-write (local review)
v5.9.1
Compare
Sorry, something went wrong.
No results found
Changelog
e93bfac fix: bump x/net, x/text; add write/search e2e test
3ece324 fix: bump x/net and x/text to clear trivy CVEs (blocking CI)
bc66702 scenario 008: use repo-relative helper path (addresses PR review)
a44ec05 test: hermetic e2e scenario for create/update/search (fakevault write support)
v5.9.0
Compare
Sorry, something went wrong.
No results found
Changelog
35b5579 release v5.9.0
9768071 Merge pull request #32 from Seibert-Data/feature/search-command
1a76344 014-add-search-command
v5.8.0
Compare
Sorry, something went wrong.
No results found
Changelog
f08702f release v5.8.0
3d46f03 Merge pull request #31 from Seibert-Data/feature/write-commands
7799cd8 013-spec-007-create-update-commands
6dcfd0f 012-spec-007-library-write-layer
efa2c50 spec: create + update write commands (007)
v5.7.0
Compare
Sorry, something went wrong.
No results found
Changelog
aa207e5 release v5.7.0
54f96cd Merge pull request #30 from Seibert-Data/feature/cli-ergonomics
dc7776e feat(cli): positional key, --json output, and info command
v5.6.1
Compare
Sorry, something went wrong.
No results found
Changelog
64de334 release v5.6.1
3fdc22f Merge pull request #29 from Seibert-Data/genericize-public-docs
25e90b6 genericize public docs — vendor-neutral placeholders, drop company domain/email
v5.6.0
Compare
Sorry, something went wrong.
No results found
Changelog
0d11f97 release v5.6.0
ccc0e30 Merge pull request #28 from Seibert-Data/setup-command-url-normalize
503049f polish setup command + skill per auditors (placeholder user, dedup install, scoped tools)
1dd7d77 add teamvault-cli:setup command + strip trailing slash from base URL
v5.5.3
Compare
Sorry, something went wrong.
No results found
Changelog
3eea0e6 release v5.5.3
1d2b6c7 Merge pull request #27 from Seibert-Data/security-guidelines-skill
be98b5e note rotation is a web-UI operation (CLI is read-only)
ef9de6f expand skill secret-safety with cloud-session leak guidance
v5.5.2
Compare
Sorry, something went wrong.
No results found
Changelog
0ed88a8 release v5.5.2
1a720c4 Merge pull request #26 from Seibert-Data/feature/auth-login-hint
a24c66e fix(auth): keep 'status:' colon in 401/403 error so login.go isAuthError still drives the retry loop; add contract test
62b520d refactor(errors): make remote-connector.go compliant with bborbe/errors wrapping guide
68ed244 fix(auth): suggest teamvault-cli login on 401/403 + keychain-read failure
v5.5.1
Compare
Sorry, something went wrong.
No results found
Changelog
5a4dd02 release v5.5.1
17bba06 Merge pull request #25 from Seibert-Data/feature/fakevault-e2e
e9f5862 test(e2e): add config-generate + auth-failure(401) cases; fakevault enforces --user/--pass creds
5a91e33 fix(e2e): put pass in config so CI never hits the Keychain; add helper/lib.sh + config-parse/not-found/config-arg+env cases
ce0e21f test(e2e): add cmd/fakevault + make e2e + CI job for hermetic scenarios