Skip to content

Changes in 1.1.0

Compare
Choose a tag to compare
@ricardclau ricardclau released this 27 Oct 16:35
· 493 commits to master since this release

New features

  • Allow ansistrano to work with .ssh config files by Andrei Simion
  • New S3+unarchive strategy by Dani Codina

Bug fixes

BC Breaks

  • Stopped creating the redundant ansistrano_timestamp variable by @cbrunnkvist. Please note this can lead to potential BC breaks in case someone was using it. In that case, please use ansistrano_release_version instead
  • In order to introduce omit-able variables in the S3 strategy the Ansible minimum version was bumped to 1.8. Ansible 1.7 should still be fine for the rest of deployment strategies