Releases: engineyard/engineyard-serverside-adapter
Releases · engineyard/engineyard-serverside-adapter
2.3.0
2.2.2
- Remove
--clean
option from Integrate command. We've decided that integrate should just always run clean.
2.2.1
- Add --clean option to Integrate action.
2.2.0
- Require
serverside_version
for all commands. - Add --clean option to Deploy command.
2.1.0
- 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
- Ensure that return value of Action#call is truthy
2.0.6
Make it easier to test against the generated command
2.0.5
Use MultiJson at a secure version
2.0.4
- Fix: Gem::Version.create calls strip! on its argument.
2.0.3
- Options now have version requiremnts and check them against serverside_version