Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump github.com/open-policy-agent/opa from 1.1.0 to 1.3.0#17170

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMar 31, 2025
edited
Loading

Bumpsgithub.com/open-policy-agent/opa from 1.1.0 to 1.3.0.

Release notes

Sourced fromgithub.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 thedecision_logs.reporting.buffer_typeconfiguration option toevent.

For more details, see the decision log pluginREADME.

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 thedistributed_tracing.type configuration option tohttp).Additionally, configuration has been expanded with fine-grained batch span processoroptions.

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 fromgithub.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 thedecision_logs.reporting.buffer_typeconfiguration option toevent.

For more details, see the decision log pluginREADME.

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 thedistributed_tracing.type configuration option tohttp).Additionally, configuration has been expanded with fine-grained batch span processoroptions.

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 incompare view

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 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)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update go code labelsMar 31, 2025
@github-actionsgithub-actionsbotenabled auto-merge (squash)March 31, 2025 11:32
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 1.1.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@v1.1.0...v1.3.0)---updated-dependencies:- dependency-name: github.com/open-policy-agent/opa  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/go_modules/github.com/open-policy-agent/opa-1.3.0 branch from58eb1cb to45e49ddCompareApril 7, 2025 12:05
@github-actionsgithub-actionsbot merged commite6dc6fb intomainApr 7, 2025
33 checks passed
@github-actionsgithub-actionsbot deleted the dependabot/go_modules/github.com/open-policy-agent/opa-1.3.0 branchApril 7, 2025 12:17
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filegoPull requests that update go code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp