Skip to content

chore(deps): bump github.com/open-policy-agent/opa from 0.69.0 to 1.3.0 #335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2025

Bumps github.com/open-policy-agent/opa from 0.69.0 to 1.3.0.

Release notes

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

v1.3.0

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_type configuration option to event.

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.type configuration option to http). Additionally, configuration has been expanded with fine-grained batch span processor options.

Authored and reported by @​sqyang94

Runtime, Tooling, SDK

Docs, Website, Ecosystem

Miscellaneous

  • Enable unused-receiver linter (revive) (#7448) authored by @​anderseknert
  • Dependency updates; notably:
    • build(deps): bump github.com/containerd/containerd from 1.7.26 to 1.7.27
    • build(deps): bump github.com/dgraph-io/badger/v4 from 4.5.1 to 4.6.0
    • build(deps): bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1

... (truncated)

Changelog

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

1.3.0

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_type configuration option to event.

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.type configuration option to http). Additionally, configuration has been expanded with fine-grained batch span processor options.

Authored and reported by @​sqyang94

Runtime, Tooling, SDK

Docs, Website, Ecosystem

Miscellaneous

  • Enable unused-receiver linter (revive) (#7448) authored by @​anderseknert
  • Dependency updates; notably:
    • build(deps): bump github.com/containerd/containerd from 1.7.26 to 1.7.27
    • build(deps): bump github.com/dgraph-io/badger/v4 from 4.5.1 to 4.6.0

... (truncated)

Commits
  • 89f4835 Prepare v1.3.0 release (#7467)
  • ee38d83 docs/envoy-tutorial-standalone: simplify 'kind' usage instruction (#7465)
  • 3d3b45f Delete reference to license key in envoy-tutorial-standalone-envoy.md (#7466)
  • 004af4c docs/envoy-tutorial-standalone: fix typo (#7464)
  • cd66fa3 feat: new event-based decisions log buffer implementation (#7446)
  • c8febc8 feat: add more distributed tracing options (#7421)
  • b3b87ff fmt: allow one liner rule grouping (#7453)
  • 92ae9a0 build(deps): bump github.com/containerd/containerd from 1.7.26 to 1.7.27 (#7451)
  • f3de100 docs: Update slack inviter link (#7450)
  • bd5ceb5 Enable unused-receiver linter (revive) (#7448)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 28, 2025
@dependabot dependabot bot requested a review from fin09pcap as a code owner March 28, 2025 05:01
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/open-policy-agent/opa-1.3.0 branch 2 times, most recently from e1015bf to 17500e4 Compare April 22, 2025 02:49
@fin09pcap
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@fin09pcap
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/open-policy-agent/opa-1.3.0 branch 3 times, most recently from 76005e9 to 78709f8 Compare April 25, 2025 00:33
@fin09pcap
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 25, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@fin09pcap
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/open-policy-agent/opa-1.3.0 branch 3 times, most recently from 2cd4b35 to 4ef4ae5 Compare April 25, 2025 23:47
@fin09pcap
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/open-policy-agent/opa-1.3.0 branch 2 times, most recently from 174e73b to bb62dd3 Compare April 26, 2025 00:16
@fin09pcap
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/open-policy-agent/opa-1.3.0 branch from bb62dd3 to ec31295 Compare April 26, 2025 00:27
@fin09pcap
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/open-policy-agent/opa-1.3.0 branch from ec31295 to 3a61ece Compare April 26, 2025 00:41
@fin09pcap fin09pcap force-pushed the dependabot/go_modules/github.com/open-policy-agent/opa-1.3.0 branch 2 times, most recently from 3c33e21 to d5caa65 Compare April 26, 2025 02:15
@fin09pcap
Copy link
Member

@dependabot recreate

Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.69.0 to 1.3.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v0.69.0...v1.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/open-policy-agent/opa-1.3.0 branch from d5caa65 to 05e19a1 Compare April 28, 2025 22:12
@fin09pcap fin09pcap merged commit 3127c6a into main Apr 28, 2025
7 of 8 checks passed
@fin09pcap fin09pcap deleted the dependabot/go_modules/github.com/open-policy-agent/opa-1.3.0 branch April 28, 2025 23:31
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