Skip to content

Releases: atlas-bi/Hub

v2.5.0-alpha.1

26 Oct 06:47
Compare
Choose a tag to compare
v2.5.0-alpha.1 Pre-release
Pre-release

2.5.0-alpha.1 (2022-10-26)

Features

  • backup: save backup file before sending to destinations (9023efb), closes #266

v2.4.2

19 Sep 13:25
Compare
Choose a tag to compare

2.4.2 (2022-09-19)

Bug Fixes

  • email: fixed bug where tasks were not marked as failed if success emails failed to send (7f7dbac)
  • gpg: updated file encryption params to latest version of gpg (9970fd9)
  • python: changed venv start command from source to . to support headless terminal (0a00981)

v2.4.2-alpha.1

19 Sep 12:52
Compare
Choose a tag to compare
v2.4.2-alpha.1 Pre-release
Pre-release

2.4.2-alpha.1 (2022-09-19)

Bug Fixes

  • email: fixed bug where tasks were not marked as failed if success emails failed to send (7f7dbac)
  • gpg: updated file encryption params to latest version of gpg (9970fd9)
  • python: changed venv start command from source to . to support headless terminal (0a00981)

v2.4.1

13 Sep 14:52
Compare
Choose a tag to compare

2.4.1 (2022-09-13)

Performance Improvements

  • timeout: updated gunicorn timeout to something realistic (ba93e96)

v2.4.0-alpha.2

13 Sep 14:52
Compare
Choose a tag to compare
v2.4.0-alpha.2 Pre-release
Pre-release

2.4.0-alpha.2 (2022-09-13)

Performance Improvements

  • timeout: updated gunicorn timeout to something realistic (ba93e96)

v2.4.0

31 Aug 15:23
Compare
Choose a tag to compare

2.4.0 (2022-08-31)

Bug Fixes

  • poetry: pinned poetry version on python runner to avoid a bug in latest release (4a5d200)

Features

  • python: added option to disable python tasks (9bff1fd)

v2.4.0-alpha.1

31 Aug 15:10
Compare
Choose a tag to compare
v2.4.0-alpha.1 Pre-release
Pre-release

2.4.0-alpha.1 (2022-08-31)

Bug Fixes

  • poetry: pinned poetry version on python runner to avoid a bug in latest release (4a5d200)

Features

  • python: added option to disable python tasks (9bff1fd)

v2.3.2

23 Aug 17:22
Compare
Choose a tag to compare

2.3.2 (2022-08-23)

Bug Fixes

  • sftp: fixed cases where ssh keys could not be added (42bd508)

v2.3.1-alpha.2

23 Aug 17:59
Compare
Choose a tag to compare
v2.3.1-alpha.2 Pre-release
Pre-release

2.3.1-alpha.2 (2022-08-23)

Bug Fixes

  • sftp: fixed cases where ssh keys could not be added (42bd508)

v2.3.1

22 Aug 18:03
Compare
Choose a tag to compare

2.3.1 (2022-08-22)

Bug Fixes

  • executor: changed executor version to test with flask 2.2 (76bc427)
  • python: fixed issue in python runner where tasks repeatedly retry (0499fe3), closes #221