Skip to content

Latest commit

 

History

History
123 lines (66 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

123 lines (66 loc) · 1.7 KB

Bashistrano Changelog

Bashistrano versions are following SemVer.

  • Latest contributions

Breaking changes:

  • None

New features:

  • Add the ability to specify SSH port for servers

Fixes

  • None

Breaking changes:

  • None

New features:

  • None

Fixes

  • Avoid unbound variable error in case of empty parameter lists
  • Fix opening SSH tunnels

Breaking changes:

  • None

New features:

  • None

Fixes

  • Fix image upload checking by running on every node one-by-one
  • Skip pull_images and push_images steps when no images configured

Breaking changes:

  • None

New features:

  • None

Fixes

  • Set proper flags for failing commands to exit Bashistrano

Breaking changes:

  • None

New features:

  • Check Docker image IDs to prevent unnecessary uploading
  • Capture output of run_locally and run_remotely commands

Fixes

  • None

1.0.0 (2018-01-28)

Breaking changes:

  • None

New features:

  • Initial version containing
    • Stages
    • Phases & steps
    • Hooks
    • Docker image handling
    • Using sshpass

Fixes

  • None