Skip to content

Releases: xendit/kompare

v0.0.2alpha3

26 Feb 04:33
0bbdfbf
Compare
Choose a tag to compare

The new version has the following improvements:

  1. It'sa able to save full output to a file with the -l option.
./kompare <options required> -l somename.txt
  1. Can evaluate kubernetes network policies.
  2. Removed a bug about iterating namespaces when you asked only for global kubernetes objects.
  3. Better readme docs to people to be able to get started more easily, added logo image.
  4. Better tests and actions for golinter and go test specially for tools and query package.
  5. Notify via output if there are no difds, so user knows it evaluated, but found no diffs.
  6. Improved various messages clarity and error messages in general.

v0.0.2alpha2

21 Feb 05:32
Compare
Choose a tag to compare
  • better code styles; e.g. remove caps.
  • better tests for queries module.
  • fixed hpa comparison bug.

Working release with test partial coverage.

20 Feb 06:15
21c2b3d
Compare
Choose a tag to compare

This working release has improvements in

  1. Output style
  2. More tests coverage (still not finalised).
  3. Various bug fixes
  4. Code style improvements.