Releases: pstadler/flightplan
Releases · pstadler/flightplan
0.6.10
This release fixes an issue with sudo commands being improperly escaped (#123, 🍻 @marcioamr)
0.6.9
This release fixes an issue with stream handling which could result in nothing being printed to stdout when an SSH command exits fast (#115, 🍻 @danielpigott)
0.6.8
Over the past couple of weeks I worked hard on this seemingly minor patch release with the result that Flightplan is now being assailed by a comprehensive test suite with almost 100% code coverage.
This release also fixes minor bugs in edge cases that were uncovered during this process. The code structure has been improved, mostly by adding more empty lines here and there.
🍻 to myself.
0.6.7
The fly
command now supports two more options (#80):
-t, --targets
shows a list of available targets
-T, --tasks
shows a list of available tasks
0.6.6
- Fix a problem introduced with 0.6.5 where
Transport#sudo()
stopped working properly. Commands passed to this function are still being escaped (:beers: @cmckendry)
0.6.5
- Commands passed to
Transport#sudo()
are now being escaped (#99)
0.6.4
- Add
failsafe
flag to specify that certain SSH connections to remote hosts are allowed to fail gracefully (docs, #92)
- Improved colors and formatting for errors, prompts and regular output.
- Updated dependencies
0.6.3
This is a minor maintenance release to upgrade to a secure version of semver
which was previously vulnerable to ReDoS attacks (#88, 🍻 @StevenLangbroek).
0.6.2
Transport#transfer()
now uses the current directory for writing temporary files on Windows (#1, #42, #79, 🍻 @gfilardo)
- Updated dependencies
0.6.1
Transport#prompt()
now respects the --no-color
flag (#70)
SSH
transport now dereferences the configuration object to not modify its original properties such as privateKey
(#75)