Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 17:18
05f8cbf

This release adds support for reading manifests from local files (use the -f file.yaml flag), improves error reporting and generally improves stability by introducing tests and refactoring some of the code.

Features:

  • Added stdin support (#19)
  • Added support for reading manifests from files (#15)
  • Improved Error reporting (#20)

Fixes:

  • Support resources without namespace (#14)

Internal/misc:

  • Added first and many other tests (#9, #19), thanks @david-doit-intl 🚀
  • Cleaned up logic in main (#16)
  • Added release notes and minor deprecated message improvement (#22)