Releases: ansistrano/rollback
Releases · ansistrano/rollback
Changes in 2.0.0
- Ability to roll back to a specific version, thanks @rev112
- Bye Ansible 1.8, unified with deploy
Bug fixes in 1.5.0
Fix rollback in BSD distros, thanks for reporting @ratbag98
Changes in 1.3.0
Internal changes
- Symlinks are now relative instead of absolute
1.2.0 Register release path variable
1.1.1 Add a setup step for rollback
- Prior to this tag,
before-symlink.yml
hooks would not have access to the ansistrano variable as they were created insidesymlink.yml
. We added a setup step so that this was not problem. (Reported at #6)
1.1.0
New features
- Added possibility to not delete rolled back release for later inspection in the servers