Update dependency open-policy-agent/opa to v1.3.0 #404
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.1.0->v1.3.0Release Notes
open-policy-agent/opa (open-policy-agent/opa)
v1.3.0Compare Source
This release contains a mix of features, bugfixes, and dependency updates.
New Buffer Option for Decision Logs (#5724)
A new, optional, buffering mechanism has been added to decision logging.
The default buffer is designed around making precise memory footprint guarantees, which can produce lock contention at high loads, negatively impacting query performance.
The new event-based buffer is designed to reduce lock contention and improve performance at high loads, but sacrifices the memory footprint guarantees of the default buffer.
The new event-based buffer is enabled by setting the
decision_logs.reporting.buffer_typeconfiguration option toevent.For more details, see the decision log plugin README.
Reported by @mjungsbluth, authored by @sspaink
OpenTelemetry: HTTP Support and Expanded Batch Span Configuration (#7412)
Distributed tracing through OpenTelemetry has been extended to support HTTP collectors (enabled by setting the
distributed_tracing.typeconfiguration option tohttp).Additionally, configuration has been expanded with fine-grained batch span processor options.
Authored and reported by @sqyang94
Runtime, Tooling, SDK
Docs, Website, Ecosystem
kindusage instruction in Envoy tutorial (#7465) authored by @joostholslagMiscellaneous
v1.2.0Compare Source
This release contains a mix of features, performance improvements, and bugfixes.
Parameterized Rego Tests (#2176)
Rego tests now support parameterization, allowing a single test rule to include multiple, hierarchical, named test cases.
This feature is useful for data-driven testing, where a single test rule can be used for multiple test cases with different inputs and expected outputs.
See the documentation for more information.
Authored by @johanfylling, reported by @anderseknert
Performance Improvements
opa fmt3x faster formatting (#7341) authored by @anderseknertTopdown and Rego
Runtime, Tooling, SDK
BuildAnnotationSettoastv0 (#7347) authored by @anderseknert[]byte(#7379) authored by @dennygursky--v0-compatibleisn't respected for custom bundles (#7338) authored by @johanfyllingopa test --bench(#7205) authored by @anderseknertopa execoutput (#7373) authored by @anderseknertDocs, Website, Ecosystem
v1 import(#7391) authored by @charlieegan3--v1-compatiblementions outside the v1 upgrade guide and v0 compatibility docs (#7337) authored by @johanfyllingMiscellaneous
make test-shorttask (#7364) (authored by @anderseknert)TestIntraQueryCache_ClientErrorandTestInterQueryCache_ClientError(#7280) authored by @JuneezeeConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.