v0.8.0
Enhancements
- Logging
- Added support for
success
logs with theverboselogs
library. - Added exception catching for input file not found and failed to parse scenarios.
- Added support for
- Added example RegEx named capture group example for those using log aggregation tools.
Bugfixes
- Fixed issue where if the destination image didn't already exist, CIR wouldn't attempt a push.
- Hopefully fixed the broken PyInstaller binaries.
Housekeeping
- pre-commit
- Removed
mypy
pre-commit hook. - Added
vermin
to test minimum Python version required, which is apparently lower than I thought atv3.6
- Removed
- Docs
- Added image of prettily-colored screenshot of command output.
- Added TODO list/musings for future plans to expand functionality of this script at the bottom of README.md.