Skip to content
Snippets Groups Projects
Unverified Commit e1f0c162 authored by Victor Sollerhed's avatar Victor Sollerhed Committed by GitHub
Browse files

feat(manager/asdf): support `vault` (#25542)

parent e0f9266a
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ terragrunt 0.43.2
tflint 0.44.1
tfsec 1.28.1
trivy 0.33.0
vault 1.15.1
zig 0.9.1
maestro 1.24.0
detekt 1.21.0
......@@ -493,6 +494,13 @@ dummy 1.2.3
depName: 'trivy',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '1.15.1',
datasource: 'github-releases',
packageName: 'hashicorp/vault',
depName: 'vault',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '0.9.1',
datasource: 'github-tags',
......
......@@ -552,6 +552,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)',
},
},
vault: {
asdfPluginUrl: 'https://github.com/asdf-community/asdf-hashicorp',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'hashicorp/vault',
extractVersion: '^v(?<version>\\S+)',
},
},
zig: {
asdfPluginUrl: 'https://github.com/cheetah/asdf-zig',
config: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment