Skip to content

Releases: carrot/ship

v0.2.4

20 Feb 16:19

Choose a tag to compare

  • Fix netlify deployer

v0.2.3

20 Feb 16:20

Choose a tag to compare

  • Remove security credentials from npm bundle
  • Cycle all tokens used for testing

v0.2.2

20 Feb 16:20

Choose a tag to compare

Netlify deployer fixes

v0.2.1

14 Nov 23:07

Choose a tag to compare

v0.2.0

05 Nov 20:56

Choose a tag to compare

  • Add bitbaloon deployer
  • Fix heroku deployer

v0.1.4

10 Oct 18:17

Choose a tag to compare

  • Fix issue with gh-pages deployer when the branch doesn't exist #59
  • Fix issue with heroku ssl endpoints, domain should resolve correctly by early next week

v0.1.3

18 Sep 15:05

Choose a tag to compare

  • Fix for initial ship bug #56
  • Fix for heroku params #55

v0.1.2

16 Sep 19:04

Choose a tag to compare

  • More precise selection of configuration directory
  • Always ignore any shipfile from deployment

v0.1.1

26 Aug 21:58

Choose a tag to compare

  • Fixes for the gh-pages deployer
  • Updated dependencies

v0.1.0

23 Jul 17:11

Choose a tag to compare

Exciting news, after being dormant for a while, we've been putting a ton of work into this first suitable-for-public release of ship! A lot of improvements here, among them:

  • A new, easier to use public API
  • Slightly more semantic command line options and a more stable command line parser
  • All our deployers are unit tested, including on travis, using encrypted private data
  • New github pages deployer that doesn't have any external dependencies (even git!)
  • New heroku deployer built on the latest API with pieces of the edge API that also has no external dependencies (no git, no heroku toolbelt)

The s3, gh-pages, and heroku deployers represent the core deployers that we deemed most necessary. We also have a ftp, vps, and tumblr deployer in the pipes.