Releases: lexsca/prefab
Releases · lexsca/prefab
v21.10.172102
- Mitigate CVE-2021-41617 in dind image reported by Snyk
- Use mypy as a lint checker
- Refactor internal color module to sate mypy
- Update references from Quay to Docker Hub
- Update base image to Alpine 3.14 to match official Docker image
- Update readme documentation
- Use two-stage release process to allow testing of release candidates
v21.10.102104
- Push images to Docker Hub via Github Actions
- Add support for Python 3.9 and 3.10
- New
--push-all
option to push all built images - Color codes for styles can now be
null
to have no color - Reverted default color styles to ANSI 16 for better compatibility
- Refreshed container requirements, now targeting:
- Alpine Linux 3.13
- Docker 20.10.9-dind
- Python 3.9.7
- PyInstaller v4.5.1
v21.10.22346
- First release using Github Actions