nsmith5 / rekor-sidekick

🔍 Rekor transparency log monitoring and alerting
MIT License
27 stars 6 forks source link

feat(deps): bump github.com/open-policy-agent/opa from 0.46.1 to 0.49.0 #135

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/open-policy-agent/opa from 0.46.1 to 0.49.0.

Release notes

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

v0.49.0

This release focuses on bugfixes and documentation improvements, as well as a few small performance improvements.

Runtime, Tooling, SDK

Docs

Website + Ecosystem

  • Ecosystem:

  • Website:

    • Show prominent warning when viewing old docs (authored by @​charlieegan3)
    • Prevent navbar clipping on narrow screens + sticky nav (authored by @​charlieegan3)

Miscellaneous

Dependency bumps:

  • build: bump golang 1.19.4 -> 1.19.5 (authored by @​yanggangtony)
  • ci: aquasecurity/trivy-action from 0.8.0 to 0.9.0
  • github.com/containerd/containerd from 1.6.15 to 1.6.16
  • google.golang.org/grpc from 1.51.0 to 1.52.3

v0.48.0

This release rolls in security fixes from recent patch releases, along with a number of bugfixes, and a new builtin function.

Improved error reporting available in opa eval

A common frustration when writing policies in OPA is when an error happens, causing a rule to unexpectedly return undefined. Using --strict-builtin-errors would allow finding the first error encountered during evaluation, but terminates execution immediately.

To improve the debugging experience, it is now possible to display all of the errors encountered during normal evaluation of a policy, via the new --show-builtin-errors option.

... (truncated)

Changelog

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

0.49.0

This release focuses on bugfixes and documentation improvements, as well as a few small performance improvements.

Runtime, Tooling, SDK

Docs

Website + Ecosystem

  • Ecosystem:

  • Website:

    • Show prominent warning when viewing old docs (authored by @​charlieegan3)
    • Prevent navbar clipping on narrow screens + sticky nav (authored by @​charlieegan3)

Miscellaneous

Dependency bumps:

  • build: bump golang 1.19.4 -> 1.19.5 (authored by @​yanggangtony)
  • ci: aquasecurity/trivy-action from 0.8.0 to 0.9.0
  • github.com/containerd/containerd from 1.6.15 to 1.6.16
  • google.golang.org/grpc from 1.51.0 to 1.52.3

0.48.0

This release rolls in security fixes from recent patch releases, along with a number of bugfixes, and a new builtin function.

Improved error reporting available in opa eval

... (truncated)

Commits
  • ba0718e Prepare v0.49.0 release
  • 548e667 ci: pin golang image
  • 7ce6a90 Update OPAL tutorials link
  • 1630052 plugins/discovery: Support to persist and load discovery bundle from disk
  • f93d0f8 bundle: Retain metadata annotations for Wasm entrypoints during inspection (#...
  • daeab61 topdown: http.send to cache responses based on status code
  • 44f9c3a Steps to use AWS Web Identity Credentials with k8
  • 3320616 build(deps): bump aquasecurity/trivy-action from 0.8.0 to 0.9.0
  • 35b2b6d Update rule index's trie node scalars to use custom map
  • ea06d89 docs/graphql: non-nullable id argument and typo fix.
  • Additional commits viewable in compare 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 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)
codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@604fa44). Click here to learn what that means. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #135   +/-   ##
=======================================
  Coverage        ?   57.22%           
=======================================
  Files           ?        4           
  Lines           ?      180           
  Branches        ?        0           
=======================================
  Hits            ?      103           
  Misses          ?       60           
  Partials        ?       17           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dependabot[bot] commented 1 year ago

Superseded by #136.