Changelog

0.1.0

(2021-04-16)

0.1.1

(2021-07-05)

  • Added parameters use_sudo, sudo_user and strip_stdout to FabricOperator

  • Parameter get_pty in FabricOperator is no longer automatically set to True when running a sudo command

0.1.2

(2021-07-05)

  • Fixed: parameters weren’t correctly supplied to Fabric’s run and sudo functions in FabricOperator

0.1.3

(2021-07-06)

  • Fixed: removed http extra in setup.py requirements because this is incompatible with airflow 1.10.x