OPA Release v0.41.0 #210
srenatus
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.json
is generated viamake generate
which can be consumed byexternal tools.
Tooling, SDK, and Runtime
Rego and Topdown
opa fmt
location for non-key rules (#4695) (authored by @jaspervdj)Documentation
capabilities.json
while creating a new built-in functionrego.metadata.rule()
built-in functionimport
keyword (#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 OS👉 OPA v0.41.0 👈
Beta Was this translation helpful? Give feedback.
All reactions