Skip to content

Releases: plexsystems/konstraint

v0.15.1

04 Nov 01:32
v0.15.1
f0bbcf0
Compare
Choose a tag to compare

Other Improvements

  • Bump OPA to v0.34.0 with bug fixes, new builtins, and other improvements

v0.15.0

03 Sep 01:27
v0.15.0
e8eb377
Compare
Choose a tag to compare

New Features

  • Add --include-comments flag for the doc command (#189)

Other Improvements

  • Bump OPA to v0.32.0 with bug fixes, new builtins, and other improvements
  • Bump Go to 1.17.0

v0.14.2

03 Jul 16:13
v0.14.2
dcc8c27
Compare
Choose a tag to compare

Bug Fixes

  • Do not parse Rego imports for documentation generation (#187)

Other Improvements

  • Bump OPA to v0.30.1 with bug fixes and other improvements

v0.14.1

16 Jun 03:49
v0.14.1
73e70e0
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an issue that caused malformed templates when the Rego contained trailing spaces after a comment (#176)

Other Improvements

  • Support for the warn enforcement action now supported by Gatekeeper (#174)
  • Logging of decisions Konstraint makes based on explicit or implicit user configuration (#171)

v0.14.0

02 Jun 23:11
1d3eddb
Compare
Choose a tag to compare

Features

  • When including a code block in the comment header, the formatting and indentation will be preserved. See the latest tag policy for an example. (#168)

Bug Fixes

  • Fixed an issue that caused malformed templates when the Rego contained tabs (#160)

v0.13.0

12 May 14:59
b31ce50
Compare
Choose a tag to compare

Features

  • Add the --no-rego flag to the doc command to disable displaying the Rego in the generated documentation (#154)

v0.12.1

20 Apr 04:09
a5e96aa
Compare
Choose a tag to compare

Bug Fixes

  • Ensure generated file permissions are sane (#137) -- thanks @hnts !
  • Fix panic when handling Kind matchers (#144) -- thanks @hnts !
  • Fix YAML rendering on Windows (#147)

Other Improvements

  • Bump OPA dependency to 0.27.1 (#143)
  • Bump Go to 1.16 (#145)
  • Acceptance tests now run on Windows, Mac, and Linux (#146)

v0.12.0

13 Feb 19:25
365f866
Compare
Choose a tag to compare

Features

  • Add @skip-constraint annotation (#130)

Bug Fixes

  • Fix panic when an import is not found (#129)

v0.11.0

02 Feb 03:45
ade1d2e
Compare
Choose a tag to compare

Features

  • Allow skipping Constraint generation with --skip-constraints (#105). Thanks @artis3n !

Bug Fixes

  • Fix bug where Kinds were duplicated (#116). Thanks @dulltz !

Other Improvements

  • Better handling of the comment header block (#104)
  • Bump opa dependency to 0.26.0, adding ceil and floor builtins (#121)

v0.10.0

11 Dec 01:27
c69ad52
Compare
Choose a tag to compare

Features

  • Support for matchLabels targeting during generation of Constraint resources (#94) thanks @dulltz !

Bug Fixes

  • doc command now sorts alphabetically, including the optional policy ID (#96) thanks @artis3n !

Documentation

  • Fix typo in constraint_creation.md (#92) thanks @dulltz !

Other Improvements

  • Bump opa dependency to 0.25.2 for performance improvements and to enable the use of new built-ins (#102)