Skip to content

Releases: engineyard/engineyard-serverside-adapter

2.3.0

Choose a tag to compare

@martinemde martinemde released this 03 Jun 21:40
  • 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

Choose a tag to compare

@martinemde martinemde released this 03 Jun 21:41
  • Remove --clean option from Integrate command. We've decided that integrate should just always run clean.

2.2.1

Choose a tag to compare

@martinemde martinemde released this 03 Oct 20:44
  • Add --clean option to Integrate action.

2.2.0

Choose a tag to compare

@martinemde martinemde released this 03 Oct 20:45
  • Require serverside_version for all commands.
  • Add --clean option to Deploy command.

2.1.0

Choose a tag to compare

@martinemde martinemde released this 03 Oct 20:45
  • 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

Choose a tag to compare

@martinemde martinemde released this 03 Oct 20:46
  • Ensure that return value of Action#call is truthy

2.0.6

Choose a tag to compare

@martinemde martinemde released this 03 Oct 20:47

Make it easier to test against the generated command

2.0.5

Choose a tag to compare

@martinemde martinemde released this 03 Oct 20:47

Use MultiJson at a secure version

2.0.4

Choose a tag to compare

@martinemde martinemde released this 03 Oct 20:48
  • Fix: Gem::Version.create calls strip! on its argument.

2.0.3

Choose a tag to compare

@martinemde martinemde released this 03 Oct 20:48
  • Options now have version requiremnts and check them against serverside_version