v0.10.7
This release publishes the Hugo-based documentation to GitHub Pages 🎉
Fixes
- Add
array.slice
built-in function (#1243) - Add
net.cidr_contains
andnet.cidr_intersects
built-ins
(#1289). This
change deprecates the oldnet.cidr_overlap
built-in function. The
latter will be supported for backwards compatibility but new
policies should refer tonet.cidr_contains
.
Miscellaneous
- Bump kube-mgmt container version to 0.8 in tutorial
- Remove unnecessary resizing allocs from AST set and object
- Add Kubernetes Admission Control guide