chore(deps): update module github.com/open-policy-agent/opa to v1.13.2 - #3455
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
ℹ️ Artifact update noticeFile name: cli/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Collaborator
|
/gcbrun |
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates several Go dependencies in the cli module, including upgrading github.com/open-policy-agent/opa to v1.13.2, updating various OpenTelemetry libraries, and replacing github.com/go-ini/ini with gopkg.in/ini.v1. I have no feedback to provide as there are no review comments and the dependency updates appear standard.
renovate-bot
force-pushed
the
renovate/cli-github.com-open-policy-agent-opa-1.x
branch
from
July 30, 2026 22:50
67c4e82 to
9dcc7a1
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-github.com-open-policy-agent-opa-1.x
branch
from
July 30, 2026 23:09
9dcc7a1 to
d79a580
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-github.com-open-policy-agent-opa-1.x
branch
from
July 30, 2026 23:36
d79a580 to
327220b
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-github.com-open-policy-agent-opa-1.x
branch
from
July 30, 2026 23:47
327220b to
f07295e
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-github.com-open-policy-agent-opa-1.x
branch
from
July 31, 2026 01:29
f07295e to
ef0ca74
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-github.com-open-policy-agent-opa-1.x
branch
from
July 31, 2026 17:51
ef0ca74 to
c7046f1
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-github.com-open-policy-agent-opa-1.x
branch
from
July 31, 2026 19:24
c7046f1 to
e0f3a4b
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-github.com-open-policy-agent-opa-1.x
branch
from
July 31, 2026 19:38
e0f3a4b to
849308f
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-github.com-open-policy-agent-opa-1.x
branch
from
July 31, 2026 21:16
849308f to
40fc4b8
Compare
Collaborator
|
/gcbrun |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.12.2→v1.13.2Release Notes
open-policy-agent/opa (github.com/open-policy-agent/opa)
v1.13.2Compare Source
This release updates the version of Go used to build the OPA binaries and images to 1.25.7.
That version of the Go standard library contains a fix for GO-2026-4337.
Full Changelog: open-policy-agent/opa@v1.13.1...v1.13.2
v1.13.1Compare Source
v1.13.1
This bug fix release addresses an issue found in the new
array.flattenbuilt-in functionarray.flattenhandling of single item arrays (#8273) (#8272) authored by @anderseknertv1.13.0Compare Source
This release contains a mix of new features, performance improvements, and bugfixes. Notably:
immediateupload trigger mode in the Decision Loggerarray.flattenbuilt-in functionImmediate Upload Trigger Mode in Decision Logger (#8110)
An
immediatetrigger mode has been added to the Decision Logger; enabled by setting thedecision_logs.reporting.triggerconfiguration option toimmediate.When enabled, log events are pushed to the log service as soon as the configured upload chunk size criteria is met; or, at latest, when the configured upload delay is reached.
Authored by @sspaink
Runtime, SDK, Tooling
fmtwithout changes (#8222) authored by @Loic-Rnil*Profilershould not reportEnabled()(#8256) authored by @anderseknertCompiler, Topdown and Rego
Body.String()doesn't panic on empty body (#8244) authored by @srenatusarray.flattenbuilt-in function (#8226) authored by @anderseknertnumbers.range_stepbuilt-in could erroneously returnundefinedvalue (#8194) authored by @thevilledevstrings.render_templatebuilt-in (#7931) authored by @colinjlacy reported by @anderseknertregex.replacebuilt-in (#8179) authored by @srenatusfrom having been reverted in v1.12.1
json.match_schema(#6615) authored by @sspaink reported by @mscudlikPerformance
Ref.String()(#8202) authored by @anderseknertIsVarCompatibleString(#8164) authored by @anderseknertSet.IntersectandSet.Diff(#8167) authored by @thevilledevSet.Union(#8172) authored by @thevilledevExpr.MarshalJSON(#8204) authored by @thevilledevRule.MarshalJSON(#8205) authored by @thevilledevTerm.MarshalJSON(#8200) authored by @thevilledevWith.MarshalJSON(#8206) authored by @thevilledevString()implementations using appenders (#8192) authored by @anderseknertarray.reverse(#8177) authored by @thevilledevjson.removeandjson.filter(#8193) authored by @thevilledevobjectbuilt-ins (#8175) authored by @thevilledevunionbuilt-in (#8173) authored by @thevilledevgetObjectKeysParam(#8176) authored by @thevilledevDocs, Website, Ecosystem
Miscellaneous
pr_check.regowithopa fmt(#8201) authored by @thevilledevgo getagainstmainto spot redacted (#8146) authored by @charlieegan3go.yaml.in/yaml/v3yaml library (#8182) authored by @mruegbecause of redaction warning
v1.12.3Compare Source
v1.12.3
This is a bug fix release addressing two issues:
Bundle polling is being misconfigured when discovery bundle is updated (#8215)
This is an issue where the polling interval for discovery (
discovery.polling.min_delay_secondsanddiscovery.polling.max_delay_seconds) were misinterpreted on reconfiguration, causing extremely long update intervals.Reported by @loganmiller-chime, authored by @sspaink
Decision log
sizebufferbuffer_size_limit_bytesmisconfigured during reconfiguration (#8213)This is a regression in the decision log, where the
decision_logs.reporting.buffer_size_limit_byteswas mistakenly assigned the value ofdecision_logs.reporting.upload_size_limit_bytesduring reconfiguration.This issue is only present when
decision_logs.reporting.buffer_typeis set tosize, which is the default value.Authored by @sspaink
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.