Skip to content

Releases: engineyard/engineyard-serverside-adapter

2.3.0

03 Jun 21:40
Compare
Choose a tag to compare
  • Support new --ignore-existing option for integrate, which tells rsync not to overwrite existing files on the destination server when syncing existing app files before deploy.

2.2.2

03 Jun 21:41
Compare
Choose a tag to compare
  • Remove --clean option from Integrate command. We've decided that integrate should just always run clean.

2.2.1

03 Oct 20:44
Compare
Choose a tag to compare
  • Add --clean option to Integrate action.

2.2.0

03 Oct 20:45
Compare
Choose a tag to compare
  • Require serverside_version for all commands.
  • Add --clean option to Deploy command.

2.1.0

03 Oct 20:45
Compare
Choose a tag to compare
  • Validate :git and :archive options. Remove repo option (use git)
  • Check version when setting the git argument
  • Remove requirement for repo and ref, add git and archive flags

2.0.7

03 Oct 20:46
Compare
Choose a tag to compare
  • Ensure that return value of Action#call is truthy

2.0.6

03 Oct 20:47
Compare
Choose a tag to compare

Make it easier to test against the generated command

2.0.5

03 Oct 20:47
Compare
Choose a tag to compare

Use MultiJson at a secure version

2.0.4

03 Oct 20:48
Compare
Choose a tag to compare
  • Fix: Gem::Version.create calls strip! on its argument.

2.0.3

03 Oct 20:48
Compare
Choose a tag to compare
  • Options now have version requiremnts and check them against serverside_version