Skip to content

Releases: plexsystems/konstraint

v0.3.2

30 Jun 13:00

Choose a tag to compare

BUG FIX

  • API Groups will now support multiple slashes (e.g. networking.istio.io/v1alpha3/VirtualService)

v0.3.1

29 Jun 21:59

Choose a tag to compare

Use full path when writing constraints to disk

v0.3.0

29 Jun 21:31
c29f17b

Choose a tag to compare

ENHANCEMENTS

  • Only add libraries to the ConstraintTemplate that a policy explicitly imports. Thanks to @jalseth for this contribution. 🎉
  • Specifying a directory for both the doc and create commands is now optional.

v0.2.0

26 Jun 21:18

Choose a tag to compare

ENHANCEMENTS

  • Added a new doc command to generate documentation based on the comments found inside of rego files.
  • Added the @Kinds keyword within rego comments to be able to set constraint matchers from within rego files | experimental

v0.1.0

25 Jun 12:29

Choose a tag to compare

Initial release supporting baseline functionality of creating templates and constraints with library support.