Skip to content

Releases: atlas-bi/Hub

v2.10.1-alpha.2

15 Jun 14:07
Compare
Choose a tag to compare
v2.10.1-alpha.2 Pre-release
Pre-release

2.10.1-alpha.2 (2023-06-15)

Bug Fixes

  • deps: fixed a missing shim dep, fixed format on migration file (1cd4dbd)

v2.10.1

13 Jun 17:17
Compare
Choose a tag to compare

2.10.1 (2023-06-13)

Bug Fixes

  • db: fixed db migrations for latest flask-sqlalchemy+migrations (f83c81e)
  • db: fixed issue with db migrations on latest flask-migrate+sqlalchemy (739c064)

v2.10.1-alpha.1

13 Jun 17:07
Compare
Choose a tag to compare
v2.10.1-alpha.1 Pre-release
Pre-release

2.10.1-alpha.1 (2023-06-13)

Bug Fixes

  • db: fixed db migrations for latest flask-sqlalchemy+migrations (f83c81e)
  • db: fixed issue with db migrations on latest flask-migrate+sqlalchemy (739c064)

v2.10.0

13 Jun 15:32
Compare
Choose a tag to compare

2.10.0 (2023-06-13)

Features

  • email: added ability to configure email subject lines (6084dd1), closes #397
  • ssh: allow multi line commands to be run over ssh (cfab6f6)

v2.10.0-alpha.3

13 Jun 17:00
Compare
Choose a tag to compare
v2.10.0-alpha.3 Pre-release
Pre-release

2.10.0-alpha.3 (2023-06-13)

Bug Fixes

  • db: fixed db migrations for latest flask-sqlalchemy+migrations (f83c81e)
  • db: fixed issue with db migrations on latest flask-migrate+sqlalchemy (739c064)

v2.10.0-alpha.2

13 Jun 15:28
Compare
Choose a tag to compare
v2.10.0-alpha.2 Pre-release
Pre-release

2.10.0-alpha.2 (2023-06-13)

Features

  • email: added ability to configure email subject lines (6084dd1), closes #397

v2.10.0-alpha.1

23 May 18:07
Compare
Choose a tag to compare
v2.10.0-alpha.1 Pre-release
Pre-release

2.10.0-alpha.1 (2023-05-23)

Features

  • ssh: allow multi line commands to be run over ssh (cfab6f6)

v2.9.0

24 Apr 16:09
Compare
Choose a tag to compare

2.9.0 (2023-04-24)

Bug Fixes

  • installer: added npm requirement to installer (2cab8bb)

Features

  • env variables: pass information about the task, project, and source connection string to jobs (04c4627)

v2.9.0-alpha.1

18 Apr 19:26
Compare
Choose a tag to compare
v2.9.0-alpha.1 Pre-release
Pre-release

2.9.0-alpha.1 (2023-04-18)

Bug Fixes

  • installer: added npm requirement to installer (2cab8bb)

Features

  • env variables: pass information about the task, project, and source connection string to jobs (04c4627)

v2.8.1

04 Apr 15:03
Compare
Choose a tag to compare

2.8.1 (2023-04-04)

Bug Fixes

  • logs: fixed scrolling jump in logs when scrolling to top (3d9ca60), closes #49