mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
Rego v1 capabilities and keywords update (#7216)
* Separating v0- and v1 keywords * Adding `rego_v1` capability feature Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
+1
-9
@@ -4819,12 +4819,6 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"future_keywords": [
|
||||
"contains",
|
||||
"every",
|
||||
"if",
|
||||
"in"
|
||||
],
|
||||
"wasm_abi_versions": [
|
||||
{
|
||||
"version": 1,
|
||||
@@ -4836,8 +4830,6 @@
|
||||
}
|
||||
],
|
||||
"features": [
|
||||
"rule_head_ref_string_prefixes",
|
||||
"rule_head_refs",
|
||||
"rego_v1_import"
|
||||
"rego_v1"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user