Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: renovatebot/renovate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 39.204.0
Choose a base ref
...
head repository: renovatebot/renovate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39.205.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 16, 2025

  1. feat(manager/asdf): support opa (#34813)

    S0KIT authored Mar 16, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f3c3f99 View commit details
Showing with 16 additions and 0 deletions.
  1. +8 −0 lib/modules/manager/asdf/extract.spec.ts
  2. +8 −0 lib/modules/manager/asdf/upgradeable-tooling.ts
8 changes: 8 additions & 0 deletions lib/modules/manager/asdf/extract.spec.ts
Original file line number Diff line number Diff line change
@@ -106,6 +106,7 @@ nim 1.6.8
nodejs 18.12.0
ocaml 4.14.0
oci 3.50.0
opa 1.2.0
opentofu 1.6.0
packer 1.11.2
perl 5.37.5
@@ -564,6 +565,13 @@ dummy 1.2.3
depName: 'oci',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '1.2.0',
datasource: 'github-releases',
packageName: 'open-policy-agent/opa',
depName: 'opa',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '1.6.0',
datasource: 'github-releases',
8 changes: 8 additions & 0 deletions lib/modules/manager/asdf/upgradeable-tooling.ts
Original file line number Diff line number Diff line change
@@ -562,6 +562,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)',
},
},
opa: {
asdfPluginUrl: 'https://github.com/tochukwuvictor/asdf-opa',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'open-policy-agent/opa',
extractVersion: '^v(?<version>\\S+)',
},
},
opentofu: {
asdfPluginUrl: 'https://github.com/virtualroot/asdf-opentofu',
config: {