Releases: thevilledev/vault-plugin-secrets-vercel
Releases · thevilledev/vault-plugin-secrets-vercel
v0.2.5
v0.2.4
v0.2.3
Changelog
- fbad4ea chore(ci): add codeql gha (#21)
- d912476 chore(ci): add missing v prefix to goreleaser
- d1196a5 chore(ci): add signed builds (#22)
- 0cdebb6 chore(ci): add version to archives
- 0cab784 chore(ci): fix gpg workflow parameters
- 3eccadf chore(ci): trigger lint/build only on code changes (#20)
- dfd2308 chore(docs): create SECURITY.md
- 7c67fcf chore: update .gitignore
v0.2.2
v0.2.1
v0.2.0
v0.1.0
Changelog
- 6a72cab Bump github.com/hashicorp/errwrap from 1.0.0 to 1.1.0 (#4)
- cfc479c Bump github.com/hashicorp/go-hclog from 0.14.1 to 1.5.0 (#5)
- d02a3a8 Bump github.com/hashicorp/vault/api (#8)
- d0739c9 Bump github.com/hashicorp/vault/sdk (#7)
- 221aade Bump golang.org/x/crypto from 0.0.0-20200604202706-70a84ac30bf9 to 0.1.0 (#1)
- 340a46c Bump golang.org/x/net from 0.0.0-20200602114024-627f9648deb9 to 0.7.0 (#2)
- dc1093d Bump golang.org/x/text from 0.3.2 to 0.3.8 (#6)
- a8bb9dd Create dependabot.yml
- a5b7c33 Initial commit
- 803cba2 Update README.md
- 6f057a6 add make lint cmd
- 49dbd0a add note about token ttl
- 24901bd add revoke
- 6850711 chore(ci): add goreleaser (#14)
- 196ed8f chore(ci): add main and arm64 to release
- 25db59c chore(lint): minor improvements (#13)
- 78cca8f chore(test): add fixtures for client test (#11)
- 48d886b chore(test): add revoke test (#10)
- 59a37c3 chore: add tests and ci (#9)
- 6114138 cleanup main
- afcb284 const tweaks
- 8090629 feat(token): add support for ttl and max_ttl (#12)
- 33c76e2 fix key param
- 7c2a2b0 improve readme
- 474d05e initial commit
- 066e42e lint fix
- 761dcdf lint on main
- 14f158a more and more lint fixes
- 542d55f more lint fixes
- 33e3b71 refactor
- e0387b5 refactor client
- 3cdfe19 refactor plugin pkg
- eecbfda remove read endpoint warning
- 9ac57a4 rename func
- 51b5c8a restructure pkgs
- f71d412 update readme
- 836c23f use same op for token create, read, update