Skip to content

Releases: plexsystems/konstraint

v0.19.0

08 Apr 02:14
v0.19.0
84ea3a3

Choose a tag to compare

New Features

  • Add support for @namespaces and @excludedNamespaces matchers
  • Add support for @matchExpression matcher

Other Improvements

  • Bump OPA to v0.39.0

v0.18.0

02 Feb 16:11
801e3eb

Choose a tag to compare

New Features

Other Improvements

  • Bump OPA to v0.37.1

v0.17.1

28 Jan 17:36
3781017

Choose a tag to compare

NOTE

This release contains no changes from v0.17.0

The attached binaries and checksums for v0.17.0 on the releases page of Konstraint were not generated from the published tag. However, the commit that the v0.17.0 tag points to is correct.

This release contains the expected checksums and binaries with all of the intended features and bugfixes of v0.17.0

v0.17.0

25 Jan 04:40
v0.17.0
3781017

Choose a tag to compare

New Features

  • Konstraint can now generate partial Constraint resources when policies use parameters via the --partial-constraints flag (#225)

v0.16.0

04 Jan 20:03
v0.16.0
deb52b1

Choose a tag to compare

New Features

  • Konstraint can now generate v1 ConstraintTemplate resources with the --constraint-template-version flag. Thank you @tillepille for the contribution!

Bug Fixes

  • Fixed incorrect check of @parameter. Thank you @kitagry for the contribution!

Other Improvements

  • Bump Go to 1.17.5

v0.15.1

04 Nov 01:32
v0.15.1
f0bbcf0

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

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

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

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

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)