Skip to content

Releases: triaxtec/github-actions

v.3.0.0 - Upgrade poetry, fix serverless build errors, more flexibility

10 Jul 12:48
9147234
Compare
Choose a tag to compare

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

14 Jun 19:13
c800780
Compare
Choose a tag to compare
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

27 Jan 19:55
Compare
Choose a tag to compare
hotfix: Add python version input to install python and poetry action

v2.0.1 - Fix internal refs

18 Jan 21:04
Compare
Choose a tag to compare
hotfix: Fix version references

v2.0.0 - Reusable Python and Rust Workflows

18 Jan 19:56
47bf0b9
Compare
Choose a tag to compare

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

18 Jan 15:18
3786fa6
Compare
Choose a tag to compare

Required to make the migration to v2.0.0 smoother

v1.0.0 - Initial Release

18 Jan 15:08
Compare
Choose a tag to compare
fix: Fixed import of poetry-core