Skip to content

v2.36.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 16:42
· 19 commits to main since this release
v2.36.0
6a9ea8a

Improvements

  • Fixed boolean flags written in the space form (e.g. --compliant false) being misread as a positional argument, causing spurious errors or silent wrong behavior.
  • Fixed unrecognized command tokens (e.g. kosli list garbage) silently exiting 0 instead of reporting an error and exiting non-zero.
  • Removed the boolean-flag FAQ link from the --compliant and --compliance-status flag descriptions now that space-form booleans are handled correctly.

What's Changed

  • fix(lint): let make lint bootstrap golangci-lint on a fresh machine by @JonJagger in #1041
  • docs: add pull request template with cross-repo checklist by @mbevc1 in #1034
  • chore(deps): bump the go-dependencies group with 2 updates by @dependabot[bot] in #1044
  • fix: accept boolean flag values written with a space by @JonJagger in #1037
  • Update helm docs by @ci-signed-commit-bot[bot] in #1035
  • fix(release): stop dropping release-notes headings and first bullet by @ToreMerkely in #1046
  • Update helm docs by @ci-signed-commit-bot[bot] in #1047
  • Fixed make setup_test_to_use_local_image by @ToreMerkely in #1048
  • docs: add issue templates for bug reports and feature requests by @mbevc1 in #1045
  • chore: add a security policy and reporting by @mbevc1 in #1049
  • fix: return non-zero exit for unrecognized commands by @mbevc1 in #1051
  • chore: add Code of Conduct by @mbevc1 in #1050
  • docs: update README by @mbevc1 in #1052

Full Changelog: v2.35.0...v2.36.0