Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 20:31
· 10 commits to main since this release

Enhancements

  • Logging
    • Added support for success logs with the verboselogs library.
    • Added exception catching for input file not found and failed to parse scenarios.
  • 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 at v3.6
  • 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.