fix(deps): update module github.com/open-policy-agent/opa to v1.14.0#5468
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update module github.com/open-policy-agent/opa to v1.14.0#5468renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5468 +/- ##
=======================================
Coverage 65.56% 65.56%
=======================================
Files 172 172
Lines 14295 14295
=======================================
Hits 9372 9372
Misses 4250 4250
Partials 673 673
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
This PR currently has a merge conflict. Please resolve this and then re-add the |
92baada to
d12cb45
Compare
d12cb45 to
4db8763
Compare
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.13.1→v1.14.0Release Notes
open-policy-agent/opa (github.com/open-policy-agent/opa)
v1.14.0Compare Source
This release contains a mix of new features, performance improvements, and bugfixes. Notably:
x in {...}expressions--h2cwith unix domain socket foropa runImproved rule indexing of variable assignments and
x in {...}expressions (#1841)With this change, the rule indexer will index expressions like:
On lookup, the rule body will only be returned if
input.roleis either one of"admin"or"user".The reverse case is also indexed:
in which the searched collection is
unknown.Authored by @srenatus reported by @nischalsheth
Runtime, SDK, Tooling
--h2cwith unix domain socket (UDS) (#8282) authored by @srenatus reported by @theJCregisteredTriggers(#8363) reported and authored by @szuecsResultValue[T]()helper method (#8320) authored by @srenatusCompiler, Topdown and Rego
ast: Add index else == nil test, fix it (#8348) authored by @srenatus
ast: Add scaffolding to introspect and skip compiler stages (#8304) (authored by @srenatus)
ast: Ensure term values implement
ast.StringLengther(#8374) authored by @charlieegan3ast: Fix double-fix for refs["with-a"].dash as package (#8286) authored by @srenatus
ast: Optimized template-expression handling of values known to be defined (#8310) authored by @anderseknert
ast: Put rule indices into rule tree, change Values to
[]*Rule(#8298) authored by @srenatusast: Replace
trueexpr when appending to empty body (#8299) authored by @anderseknertast: Return correct location of unsafe var in object (#7935) authored by @sspaink reported by @anderseknert
ast: Use
StageIDinWithStageAfterID, also forQueryCompiler(follow-up) (#8306) authored by @srenatuscompile: Add StringLength to lazy object (#8369) authored by @charlieegan3 reported by @robmyersrobmyers
parser: Add test to verify filename interning in Location (#8322) authored by @anderseknert
perf: Allocate less in array unification (#8351) authored by @anderseknert
perf: Various minor eval performance tweaks (#8290) authored by @anderseknert
perf:
json.patch+ interning improvements (#8289) authored by @anderseknerttopdown: Optimize bindings allocation with dynamic pre-sizing (#7266) authored by @alex60217101990
topdown: Preserve original package name with special characters in optimized builds (#8284) authored by @sspaink reported by @at50989
wasm: Updates (LLVM+tools) (#8295) authored by @srenatus
Docs, Website, Ecosystem
glob.matchbuilt-in documentation (#8252) authored by @sibasispadhi reported by @anderseknerthttp.send,regex, andglobbuilt-ins (#6730) authored by @anivar reported by @rudrakhpjson.patchtarget description (#8271) authored by @anderseknertinterface{}->anyin golang snippets (#8373) authored by @srenatusMiscellaneous
BenchmarkFunctionArgumentCountsquery (#8327) authored by @alex60217101990Applying fix for GHSA-9h8m-3fm2-qjrq
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
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 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.