Skip to content

Release v0.0.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 23:54
· 18 commits to master since this release
v0.0.7
262a912

2023-07-10

Compiled binaries for Intel and Apple Silicon Macs are attached below, match the binary version to your Mac.

An Important Note About Code Signing:

  • The binaries are NOT signed or notarized by Apple, so you will need to do the standard override in the Security & Privacy dialogue in System Preferences.
  • (You are also able to compile your own binaries fairly easily by following the instructions in the documentation.)
Build System / Dependencies
  • POETRY:
    • bump version for release (262a912)
    • upgrade packages due to cve (3c0395b)
    • upgrade requests due to cve (176eada)
    • begin checking in lock file (0b85a78)
  • DOCKER: upgrade debian packages (4a47dac)
Continuous Integration
  • GITHUB:
    • add ventura builds (b758dd9)
    • github no longer supports catalina (5ec49a3)
  • SECURITY: don't fail pipeline on pending ansible fixes (051775f)
Documentation Changes
  • README: standardize readthedocs link (f8e26b6)
Refactors
  • TYPES: comply with pylint (78e9f5e)
Code Style Changes
  • MYPY: missing typing for click (399751b)

Deployment Checklist

  • Ensure documentation is accurate
  • Ensure readthedocs integration is working