Skip to content

Releases: pstadler/flightplan

0.6.10

03 Mar 16:05
Compare
Choose a tag to compare

This release fixes an issue with sudo commands being improperly escaped (#123, 🍻 @marcioamr)

0.6.9

05 Jan 08:06
Compare
Choose a tag to compare

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

13 Dec 12:02
Compare
Choose a tag to compare

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

14 Nov 18:32
Compare
Choose a tag to compare

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

06 Oct 19:32
Compare
Choose a tag to compare
  • 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

06 Oct 17:57
Compare
Choose a tag to compare
  • Commands passed to Transport#sudo() are now being escaped (#99)

0.6.4

21 Jun 15:45
Compare
Choose a tag to compare
  • 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

01 Jun 11:37
Compare
Choose a tag to compare

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

28 Mar 08:42
Compare
Choose a tag to compare
  • Transport#transfer() now uses the current directory for writing temporary files on Windows (#1, #42, #79, 🍻 @gfilardo)
  • Updated dependencies

0.6.1

28 Feb 12:15
Compare
Choose a tag to compare
  • 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)