Skip to content

v0.0.2alpha3

Latest
Compare
Choose a tag to compare
@aguzmans aguzmans released this 26 Feb 04:33
· 7 commits to main since this release
0bbdfbf

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.