Skip to content

Commit

Permalink
feat(manager/asdf): add steampipe (#24146)
Browse files Browse the repository at this point in the history
  • Loading branch information
multani authored Aug 30, 2023
1 parent 685c4ca commit 44c7674
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/modules/manager/asdf/extract.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ detekt 1.21.0
ktlint 0.48.1
yamlfmt 0.9.0
typos 1.16.1
steampipe 0.20.10
dummy 1.2.3
`
);
Expand Down Expand Up @@ -524,6 +525,13 @@ dummy 1.2.3
depName: 'typos',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '0.20.10',
datasource: 'github-releases',
packageName: 'turbot/steampipe',
depName: 'steampipe',
extractVersion: '^v(?<version>\\S+)',
},
{
depName: 'dummy',
skipReason: 'unsupported-datasource',
Expand Down
8 changes: 8 additions & 0 deletions lib/modules/manager/asdf/upgradeable-tooling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)',
},
},
steampipe: {
asdfPluginUrl: 'https://github.com/carnei-ro/asdf-steampipe',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'turbot/steampipe',
extractVersion: '^v(?<version>\\S+)',
},
},
terraform: {
asdfPluginUrl: 'https://github.com/asdf-community/asdf-hashicorp',
config: {
Expand Down

0 comments on commit 44c7674

Please sign in to comment.