Releases: triaxtec/github-actions
Releases · triaxtec/github-actions
v.3.0.0 - Upgrade poetry, fix serverless build errors, more flexibility
Major Changes:
- Change default poetry version
- Enforce 100% coverage in python projects
- Changed how serverless is called to eliminate build errors/inconsistencies
- Added action to auto bump/tag python projects
Other minor changes:
- Python version is now passed as an input to everything that could possibly want/use it
- Updated the versions of a few GH-provided actions
- Remove deprecated ways of interacting with GHA
- Reworked some workflows to make them more modular/reusable
v2.2.0 - Reusable node workflows, generalized serverless workflows/actions
feat: Make serverless deploys more generic [TSD-1048] (#17) * First attempt at generalizing serverless stuff * Fix typo * Removed extra npm install step * Fix param name * Fix env var name Co-authored-by: Ethan Mann <[email protected]>
v2.0.2 - Add missing python version input
hotfix: Add python version input to install python and poetry action
v2.0.1 - Fix internal refs
hotfix: Fix version references
v2.0.0 - Reusable Python and Rust Workflows
This release is a major rework/refactor of the Python and Rust actions that leverages reusable workflows. See spotr-server for an example on how to use them.
v1.1.0 - Temp Release
Required to make the migration to v2.0.0 smoother
v1.0.0 - Initial Release
fix: Fixed import of poetry-core