Skip to content

Releases: mvisonneau/vac

edge

19 Aug 12:30
00c9bab
Compare
Choose a tag to compare
edge Pre-release
Pre-release
Merge pull request #155 from mvisonneau/renovate/git.luolix.top-hashicorp…

…-vault-api-1.x

fix(deps): update module github.com/hashicorp/vault/api to v1.15.0

v0.0.10

05 Aug 08:54
0655137
Compare
Choose a tag to compare

What's Changed

  • docs: Add asdf install by @bodgit in #139
  • fix: Warn if CAP_IPC_LOCK capability is missing by @bodgit in #138
  • chore: Configure Renovate by @renovate in #140
  • chore(deps): update alpine docker tag to v3.20 by @renovate in #141
  • chore(deps): update crazy-max/ghaction-import-gpg action to v6 by @renovate in #147
  • fix(deps): update module github.com/ktr0731/go-fuzzyfinder to v0.8.0 - autoclosed by @renovate in #144
  • chore(deps): update actions/setup-go action to v5 - autoclosed by @renovate in #146
  • chore(deps): update docker/setup-buildx-action action to v3 by @renovate in #149
  • chore(deps): update docker/login-action action to v3 by @renovate in #148
  • chore(deps): update actions/checkout action to v4 by @renovate in #145
  • chore(deps): update docker/setup-qemu-action action to v3 by @renovate in #150
  • fix: Add file locking around accessing the state file by @bodgit in #151
  • fix(deps): update module github.com/urfave/cli/v2 to v2.27.3 by @renovate in #152
  • fix(deps): update module github.com/gofrs/flock to v0.12.1 by @renovate in #153

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

18 Apr 07:33
dc2f967
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

15 Nov 07:48
e84fec5
Compare
Choose a tag to compare

Added

  • Support for tokens containing a trailing \n

Changed

  • Golang updated to 1.19
  • Bumped all dependencies

v0.0.7

11 Feb 16:23
v0.0.7
2e24c15
Compare
Choose a tag to compare

Added

  • Released container images over quay.io

Changed

  • Bumped all dependencies

v0.0.6

19 Aug 12:55
324e3b4
Compare
Choose a tag to compare

Changed

  • Generate pre-releases on default branch pushes
  • Bumped go from 1.15 to 1.17
  • Updated all dependencies to their latest versions
  • Release npm/deb packages correctly
  • Add support for Apple M1 silicon

v0.0.5

17 Dec 15:19
1187636
Compare
Choose a tag to compare

Added

  • Release GitHub container registry based images: ghcr.io/mvisonneau/vac
  • Release arm64v8 based container images as part of docker manifests in both docker.io and ghcr.io
  • GPG sign released artifacts checksums

Changed

  • Prefix new releases with ^v to make pkg.go.dev happy
  • Updated all dependencies
  • Migrated CI from Drone to GitHub actions

0.0.4

22 Oct 19:25
787c609
Compare
Choose a tag to compare

Changed

  • Refactored codebase following golang standard structure
  • Bumped all dependencies to their latest version
  • Bumped to go 1.15

0.0.3

03 Sep 13:45
faa8a47
Compare
Choose a tag to compare

Added

  • securego/gosec tests

Changed

  • Bumped golang to 1.15
  • Bumped goreleaser to 0.142.0
  • Bumped urfave/cli to v2

Removed

  • Dropped support for darwin/386

0.0.2

29 Jun 14:44
52630a3
Compare
Choose a tag to compare

Added

  • New ttl, min-ttl and force-generate flags on the get function to manipulate credentials lengths
  • New status function to disclose some info about the current context, cached credentials and Vault server connectivity

Changed

  • Removed some typos in the CLI flags definition
  • Removed unused parameter RenewBefore on the AWSCredential objects
  • Added some tests