Skip to content

chore(deps): bump github.com/open-policy-agent/opa from 1.16.1 to 1.16.2 in the go-dependencies group#886

Merged
mbevc1 merged 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-5e4c92a5f7
May 12, 2026
Merged

chore(deps): bump github.com/open-policy-agent/opa from 1.16.1 to 1.16.2 in the go-dependencies group#886
mbevc1 merged 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-5e4c92a5f7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps the go-dependencies group with 1 update: github.com/open-policy-agent/opa.

Updates github.com/open-policy-agent/opa from 1.16.1 to 1.16.2

Release notes

Sourced from github.com/open-policy-agent/opa's releases.

v1.16.2

This release updates the version of Go used to build the OPA binaries and images to 1.26.3; addressing a number of vulnerabilities.

Changelog

Sourced from github.com/open-policy-agent/opa's changelog.

1.16.2

This release updates the version of Go used to build the OPA binaries and images to 1.26.3; addressing a number of vulnerabilities.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 1 update: [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa).


Updates `github.com/open-policy-agent/opa` from 1.16.1 to 1.16.2
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/v1.16.2/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v1.16.1...v1.16.2)

---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 12, 2026
@claude
Copy link
Copy Markdown
Contributor

claude Bot commented May 12, 2026

Claude finished @dependabot[bot]'s task in 54s —— View job


Dependency Upgrade Review: github.com/open-policy-agent/opa 1.16.1 → 1.16.2

  • Identify dependency changes and review release notes
  • Analyze how OPA is used in this codebase
  • Check for breaking changes or risks
  • Summarize findings

Verdict: Safe to merge

What changed

This is a patch bump (1.16.1 → 1.16.2). The release notes confirm this release contains no functional changes — it only updates the Go toolchain used to build OPA from Go 1.26.2 to 1.26.3 to address Go security vulnerabilities.

The go.sum hash change is expected since the module was rebuilt with a new Go version — the go.sum h1: hash changed but the /go.mod hash (21uy+...) is identical, confirming no dependency tree changes.

How OPA is used in this repo

OPA is used in a single file — internal/evaluate/rego.go — importing three packages:

Import Usage
opa/v1/ast Parse and validate Rego policy modules (ast.ParseModuleWithOpts)
opa/v1/rego Create and evaluate Rego queries (rego.New, r.Eval)
opa/v1/storage/inmem In-memory data store for policy params (inmem.NewFromObject)

This is consumed by cmd/kosli/evaluateHelpers.go for policy evaluation in the evaluate command flow. The API surface used is stable and unchanged in this patch.

Risk assessment

Risk Level
Breaking API changes None — patch release, no code changes in OPA
New defaults / behavior changes None — only Go toolchain updated
Transitive dependency changes Nonego.mod hash is identical
Build compatibility None — same module API

No follow-up action needed. CI is currently running — once the Main workflow passes, this is good to merge.

@mbevc1 mbevc1 enabled auto-merge (squash) May 12, 2026 11:11
@mbevc1 mbevc1 merged commit 8ffb991 into main May 12, 2026
11 checks passed
@mbevc1 mbevc1 deleted the dependabot/go_modules/go-dependencies-5e4c92a5f7 branch May 12, 2026 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant