Skip to content

Commit

Permalink
feat(manger/asdf): add istioctl and coockiecutter support (#30890)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilaz authored Aug 19, 2024
1 parent 1bc4f0f commit ce24d39
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/modules/manager/asdf/upgradeable-tooling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
versioning: `${regexVersioning.id}:^(?<major>\\d+?)\\.(?<minor>\\d+?)\\.(?<patch>\\d+)\\.(?<build>\\d+)$`,
},
},
cookiecutter: {
asdfPluginUrl: 'https://github.com/shawon-crosen/asdf-cookiecutter',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'cookiecutter/cookiecutter',
versioning: semverVersioning.id,
},
},
cosign: {
asdfPluginUrl: 'https://gitlab.com/wt0f/asdf-cosign',
config: {
Expand Down Expand Up @@ -302,6 +310,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)',
},
},
istioctl: {
asdfPluginUrl: 'https://github.com/virtualstaticvoid/asdf-istioctl',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'istio/istio',
versioning: semverVersioning.id,
},
},
java: {
asdfPluginUrl: 'https://github.com/halcyon/asdf-java',
config: (version) => {
Expand Down

0 comments on commit ce24d39

Please sign in to comment.