Skip to content

Releases: libretime/ansible-role-libretime

v2.2.2

22 Jun 15:56
a168bf1
Compare
Choose a tag to compare

2.2.2 (2024-06-22)

Bug Fixes

  • pin pip version to <24.1 to allow installing pytz (celery) (#95) (12527d9)

v2.2.1

22 Jun 14:32
20efafc
Compare
Choose a tag to compare

2.2.1 (2024-06-22)

Bug Fixes

  • pin pip version to <21.4 to allow installing pytz (celery) (#93) (d7ba2a0)

v2.2.0

05 May 21:35
69d1827
Compare
Choose a tag to compare

2.2.0 (2024-04-13)

Features

  • use new libretime-worker entrypoint (#86) (3902a6c)

v2.1.0

13 Apr 16:47
f2fff73
Compare
Choose a tag to compare

2.1.0 (2024-04-13)

Features

  • enable celery beat for period tasks (#84) (df9fa91)

v2.0.0

13 Apr 12:15
44e2e56
Compare
Choose a tag to compare

2.0.0 (2024-04-13)

⚠ BREAKING CHANGES

  • The default listen port for the installer is now 8080. We recommend that you put a reverse proxy in front of LibreTime.
  • The general.secret_key configuration field is now required. Make sure to update your configuration file and add a secret key.

Features

  • allow disabling systemd hardening (#74) (8d4f4c9)
  • always install libretime in a python venv (52e7c70)
  • change default listen port to 8080 (#63) (c26161d)
  • install unicorn inside the venv (cc183e2)
  • move gunicorn worker config in file (#64) (1920e9a)
  • reduce downtime by building legacy in a tmp directory (#71) (8567a82)
  • run python in optimized mode (#75) (60b0162)
  • the general.secret_key configuration field is now required (#59) (b1b1917)
  • update config templates (#65) (495a03c)
  • use nginx to serve media files (#68) (9fe4f41)

Bug Fixes

  • ensure legacy files are not copied in a sub dir (#72) (52fc252)
  • systemd service jinja templates (a68335c)