chore(deps): update dependency open-policy-agent/opa to v0.41.0 (opa/dockerfile) (master) #447
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:
0.40.0->0.41.0Release Notes
open-policy-agent/opa
v0.41.0Compare Source
This release contains a number of fixes and enhancements.
GraphQL Built-in Functions
A new set of built-in functions are now available to validate, parse and verify GraphQL query and schema! Following are
the new built-ins:
Built-in Function Metadata
Built-in function declarations now support additional metadata to specify name and description for function arguments
and return values. The metadata can be programmatically consumed by external tools such as IDE plugins. The built-in
function documentation is created using the new built-in function metadata.
Check out the new look of the Built-In Reference
page!
Under the hood, a new file called
builtins_metadata.jsonis generated viamake generatewhich can be consumed byexternal tools.
Tooling, SDK, and Runtime
Rego and Topdown
opa fmtlocation for non-key rules (#4695) (authored by @jaspervdj)Documentation
capabilities.jsonwhile creating a new built-in functionrego.metadata.rule()built-in functionimportkeyword (#4689) authored by @mmzeeman reported by @mmzeemanWebsite + Ecosystem
apiVersion:admission.k8s.io/v1) (authored by @vicmarbev)Miscellaneous
make test: Fix "too many open files" issue on Mac OSConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.