Skip to content

Commit

Permalink
chore: bump vault to 1.17.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Jun 27, 2024
1 parent 7b735fe commit cc6393c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
git clone https://github.com/hashicorp/vault
cd vault
RELEASE_TAG="$(git tag -l --sort=version:refname "v1.16.*" | tail -1)"
RELEASE_TAG="$(git tag -l --sort=version:refname "v1.17.*" | tail -1)"
echo "::set-output name=release::${RELEASE_TAG}"
- id: check
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |
secure storage, and detailed audit logs is almost impossible without a custom
solution. This is where Vault steps in.
base: core22
version: 1.16.3
version: 1.17.0
license: BUSL-1.1
grade: stable
confinement: strict
Expand Down

0 comments on commit cc6393c

Please sign in to comment.