Releases: mvisonneau/vac
Releases · mvisonneau/vac
edge
Merge pull request #161 from mvisonneau/renovate/all-patch-and-minor chore(deps): update all patch and minor
v0.0.11
What's Changed
- fix(deps): update module github.com/hashicorp/vault/api to v1.15.0 by @renovate in #155
- chore(deps): update dependency ubuntu to v24 by @renovate in #156
- chore(deps): pin dependencies by @renovate in #158
- fix(deps): update module github.com/urfave/cli/v2 to v2.27.4 by @renovate in #159
Full Changelog: v0.0.10...v0.0.11
v0.0.10
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
What's Changed
Full Changelog: v0.0.8...v0.0.9
v0.0.8
Added
- Support for tokens containing a trailing
\n
Changed
- Golang updated to
1.19
- Bumped all dependencies
v0.0.7
Added
- Released container images over
quay.io
Changed
- Bumped all dependencies
v0.0.6
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
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 makepkg.go.dev
happy - Updated all dependencies
- Migrated CI from Drone to GitHub actions
0.0.4
Changed
- Refactored codebase following golang standard structure
- Bumped all dependencies to their latest version
- Bumped to go
1.15
0.0.3
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