Skip to content
Snippets Groups Projects
Unverified Commit 22e7984f authored by Erin's avatar Erin Committed by GitHub
Browse files

feat(manager/asdf): add asdf protoc support (#32646)

parent 2b8cd763
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ php 8.1.12
pnpm 7.26.2
poetry 1.3.2
pre-commit 3.3.1
protoc 28.3
pulumi 3.57.1
python 3.11.0
rebar 3.23.0
......@@ -559,6 +560,13 @@ dummy 1.2.3
depName: 'pre-commit',
extractVersion: '^v(?<version>.+)',
},
{
currentValue: '28.3',
datasource: 'github-releases',
packageName: 'protocolbuffers/protobuf',
depName: 'protoc',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '3.57.1',
datasource: 'github-releases',
......
......@@ -569,6 +569,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>.+)',
},
},
protoc: {
asdfPluginUrl: 'https://github.com/paxosglobal/asdf-protoc.git',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'protocolbuffers/protobuf',
extractVersion: '^v(?<version>\\S+)',
},
},
pulumi: {
asdfPluginUrl: 'https://github.com/canha/asdf-pulumi.git',
config: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment