Skip to content

Releases: FalcoSuessgott/vkv

v0.0.15

21 Oct 14:38
Compare
Choose a tag to compare

Changelog

  • c7b9063 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • 8c0ed36 feat(deps): bump github.com/caarlos0/env/v6 from 6.10.0 to 6.10.1
  • 1b22142 feat(deps): bump github.com/caarlos0/env/v6 from 6.9.2 to 6.9.3
  • b77d0f3 feat(deps): bump github.com/caarlos0/env/v6 from 6.9.3 to 6.10.0
  • 5c8bb82 feat(deps): bump github.com/hashicorp/vault/api from 1.5.0 to 1.6.0
  • 6a7ff05 feat(deps): bump github.com/hashicorp/vault/api from 1.6.0 to 1.7.1
  • f069b37 feat(deps): bump github.com/hashicorp/vault/api from 1.7.1 to 1.7.2
  • 3517015 feat(deps): bump github.com/hashicorp/vault/api from 1.7.2 to 1.8.1
  • a57b6e6 feat(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0
  • eeffdd8 feat(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0
  • d045a8c feat(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
  • 0084d10 feat(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4
  • f73444c feat(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5
  • 463e7f3 feat(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
  • 8909585 feat(deps): bump github.com/testcontainers/testcontainers-go
  • 5ab8d8b ship build tools using go generate
  • f1d8851 test version flag

v0.0.14

13 May 18:12
Compare
Choose a tag to compare

Changelog

  • eeaa91b dont error at deleted secrets
  • 8a0fe54 feat(deps): bump github.com/caarlos0/env/v6 from 6.9.1 to 6.9.2

v0.0.13

06 May 09:40
Compare
Choose a tag to compare

Changelog

v0.0.12

27 Apr 13:43
Compare
Choose a tag to compare

Changelog

  • e29b696 introduce output format render

v0.0.11

25 Apr 11:07
Compare
Choose a tag to compare

Changelog

  • d9ecf21 Update README.md
  • dae6379 add downloads badge
  • 7b40b57 clearenv before testing
  • fb02a9e print mount for any output format
  • e0bfe3d print secrets as tree in base format
  • 1e93616 rename utils test file
  • 4628611 two whitespace instead of tab indention

v0.0.10

21 Apr 11:33
Compare
Choose a tag to compare

Changelog

  • b13c694 chore(deps): bump actions/setup-go from 2 to 3
  • 28a8431 errInvalidFormat to print package
  • ce1e749 error if no paths specified
  • a55e168 feat(deps): bump github.com/testcontainers/testcontainers-go
  • b192083 quote in export format

v0.0.9

25 Mar 10:32
Compare
Choose a tag to compare

Changelog

  • 39cfd3d feat(deps): bump github.com/hashicorp/vault/api from 1.3.1 to 1.5.0
  • f568ca9 feat(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
  • 324c602 make vkv configurable via envs
  • a93e1ef move secrets out of NewPrinter func
  • fb04af0 remove duplicated file
  • 7da30fd remove gitlab-ci.yml
  • d670734 test cobra command
  • 48c3fb3 use ReadEnvironment and improve flags verifying

v0.0.8

14 Mar 08:39
Compare
Choose a tag to compare

Changelog

  • 4bcfd1f add markdown output
  • 44472d7 chore(deps): bump actions/checkout from 2 to 3
  • 815f133 feat(deps): bump github.com/hashicorp/vault/api from 1.3.1 to 1.4.1
  • 26aa4b5 feat(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0
  • 7d2470e feat(deps): bump golang from 1.17.7-alpine to 1.17.8-alpine
  • 8222d5f improve flags and usage
  • d429042 introduce MAX_VALUE_LENGTH flag
  • c4b63e2 introduce export flag
  • 292e64c remove docker ci stage
  • 6952306 vault version matrix testing

v0.0.7

26 Feb 16:37
Compare
Choose a tag to compare

Changelog

  • 4bec0eb avoid filepath join for windows support
  • 7b9ac26 chore(deps): bump golangci/golangci-lint-action from 2 to 3
  • 0bc7450 dont error if no subdirs, print the secrets instead
  • f5944a3 move codecov config to root dir
  • 82cc308 only run vault tests on linux
  • 04f74de update readme

v0.0.6

25 Feb 08:29
Compare
Choose a tag to compare

Changelog

  • 98eeccd allow 5% failure for PRs (#13)
  • 7ca7381 allow multiple paths
  • 6d46d80 feat(deps): bump github.com/hashicorp/vault/api from 1.3.0 to 1.3.1
  • 965a6f1 feat(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#9)
  • 9141312 feat(deps): bump golang from 1.17.5-alpine to 1.17.6-alpine
  • 8260754 feat(deps): bump golang from 1.17.6-alpine to 1.17.7-alpine
  • 4cd7bac ignore leading delimiter
  • 63df4ce print secrets in separate line (#11)