Releases: yaybu/fuselage
Releases · yaybu/fuselage
3.1.2
3.1.0
Release helper for simple ssh push deploys.
3.0.0
This release is just a spring clean, nothing exciting to see here.
- Ditch appveyor and travis in favour of GitHub Actions
- Switch project to black, flake8, isort, pyupgrade and pytest
- Use poetry for managing packaging
It is a breaking change as it drops python 2 support. We currently only test 3.7-3.9.
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
- The state directory (which is used to make sure that interupted tasks can be
safely resumed) is now configurable. This means it is now safe to run
multiple fuselage deployments in parallel (where it makes sense to do so).
It's now also possible to run fuselage as a normal user (@mitchellrj). - The fuselage runner can be told to not raise an exception if no changes were
made (@mitchellrj). - Shell commands can now be told to ignore failure cases (@mitchellrj).
- Further python 3 support fixes (@mitchellrj).
0.0.3
- Embed
File.source
assets in fuselage bundles properly (instead of
including them in the JSON payload). - For SVN, always run EnsureDirectory to ensure can checkout to directory. Only
svn co if no .svn directory. This will fail if directory isnt empty. - Various python 3 fixes (thanks mitchellrj)
- Various OSX fixes.