CHANGES
=======

v0.3.1
------

* Fix circular import

v0.3.0
------

* Update ChangeLog for v0.3.0
* .github: Publish package on release creation
* .github: Upload coverage reports to codecov
* .github: Run CI on push to master
* Unit tests
* inspectors/base: Remove unused method
* README: Mention new checks
* OCP: Capture generic errors in YAML files
* Wrap inspectors to aid in debugging
* progress: Drop commented line to satisfy linter
* tox: Fix flake8 invocation
* OCP: Add check for operator success
* Refactor inspectors
* .github: Add workflow\_dispatch to CI workflow
* Change CI action to trigger on PRs
* Add GitHub action for CI
* Update .project packaging/metadata
* Look for golang panics in logfiles
* Fix broken but accidentally-working fs.has\_ext()
* Make OCS concurrent
* Remove unused import

v0.2.0
------

* Use tdqm for the progress bar
* Speed up processing w/ async + process pools

v0.1.1
------

* Fix long description MIME type

v0.1.0
------

* Update README
* Add -o flag (default json, yaml available)
* Add progress bar
* Handle datetime objects in JSON output
* Deal with pods that have no containerStatuses
* Handle pods that completed successfully
* Add a check for empty files
* Handle PodList objects
* Add OCS inspector
* Initial commit
