Skip to content

v0.10.7

Compare
Choose a tag to compare
@tsandall tsandall released this 09 Apr 00:37
· 1263 commits to master since this release

This release publishes the Hugo-based documentation to GitHub Pages 🎉

Fixes

  • Add array.slice built-in function (#1243)
  • Add net.cidr_contains and net.cidr_intersects built-ins
    (#1289). This
    change deprecates the old net.cidr_overlap built-in function. The
    latter will be supported for backwards compatibility but new
    policies should refer to net.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