Releases: plexsystems/konstraint
Releases · plexsystems/konstraint
v0.15.1
Other Improvements
- Bump OPA to v0.34.0 with bug fixes, new builtins, and other improvements
v0.15.0
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
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
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
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
Features
- Add the
--no-rego
flag to the doc
command to disable displaying the Rego in the generated documentation (#154)
v0.12.1
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
Features
- Add
@skip-constraint
annotation (#130)
Bug Fixes
- Fix panic when an import is not found (#129)
v0.11.0
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
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)