Skip to content

v1.7.0

Compare
Choose a tag to compare
@vkurup vkurup released this 17 May 01:30
· 75 commits to develop since this release
  • Pin global pip to 8.1.1 to avoid Salt incompatibility.

    .. IMPORTANT::

    If your deploy is currently broken because you have run a deploy with a version of Margarita
    less than 1.7.0, then run the following command first::

     $ fab staging salt:"cmd.run 'pip install pip\=\=8.1.1'"   # Yes, the backquotes are needed!
    

    Then, update your margarita_version to 1.7.0 and deploy::

     $ fab staging deploy