Skip to content

v0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 17:16
· 28 commits to master since this release

Changelog

  • 1ed1adf Upgrade go dep & version 1.20
  • a6da054 Create codeql.yml (#15)
  • c9b5360 Add: Hint to export master key
  • 80a68e6 Fix: Add user friendly output for missing secret
  • a68c516 Fix: Catch panic when secret store is empty
  • cbf6f22 Fix: Go statix lint - wip
  • bee98a0 Upgrade go mod dep
  • b023b2c Bump the go version 1.19
  • 23a88e3 Upgrade the go mod dep
  • a6565b3 Bump the go version 1.18
  • c223d83 Finalize vault blotdb migrate status
  • f18880b Migrate delete & list vault to blotdb
  • d697843 Return the counter from iterateDB
  • 4f143b2 Return error from the readDB func
  • aea415b Migrate init master key status to boltdb
  • e36a6b3 FIx: create dir path if not exists
  • d8fec8f WIP: Migrate storage from file to boltdb
  • e76b407 Update the boltdb dep in go mod & vendor
  • 4e03cf6 Add bolt db operations
  • 5014fed Upgrade the go mod dependencies to latest
  • 1c1a94e Bump the go version to 1.17 in ci
  • 5943037 Make build with smaller binary flages
  • aa71cf6 Bump up the go version 1.16
  • 87e2247 Remove redundant GO111MODULE in Makefile
  • 23da7c2 Fix missing masterkey flage on delete
  • d57fa6f file open duplication fix
  • 3600d41 ciper aes-gcm test
  • 9e7d9b5 WIP: Added interface storage
  • ec77b0a update golang version 1.15 in ci
  • a554f04 Added delete cmd support
  • 04b827b Prioritise ci branch & readme cleanup
  • 65d2ca8 Fix aes-gcm encryption anti pattern of reused nonce
  • c0d5267 Fix exception handling & code cleanup
  • 5b61c45 Update readme & makefile
  • 7d308a7 Fix data directory creation issue
  • ec9ff30 Fix list only client keys from vault
  • 76c7c22 Fix basic cli args check
  • 0728c14 Added separate release file for go
  • caf27b6 Update Readme with Installation setps
  • a04ca8e Update Readme with release
  • 64411fa Merge pull request #1 from ragul28/feature/github-ci
  • f8e034c Create github action ci for go build
  • f396f45 Update LICENSE & Readme file
  • 21f17f7 update to use homedir as storage path
  • 36d04b0 Added go mod vendor
  • 26613b7 Updated cli with status sub command
  • 8e9dd2b Added cli using cobra pkg with go mod
  • 68b8b15 Added svault interface package
  • c0ac963 Svault Initial Commit