Rollback support in Waypoint?

Are there plans to handle rollbacks in Waypoint? A step that would revert back to a previous deployment.

1 Like

You can already do this by using waypoint release directly and specifying the previous version. We have discussed introducing a dedicated rollback command as well.

1 Like

Is there any pre- and post- release job?
Is there (/ will be) any pre-rollaback and post-rollback jobs?

You can use hooks for pre/post release: https://www.waypointproject.io/docs/waypoint-hcl/hook

This will also run during rollbacks since that is currently considered a “release” of a different version.