Skip to content

Releases: JonathanTron/chef-sentry

v0.3.2

26 May 16:14
Compare
Choose a tag to compare
  • Construct default["sentry"]["config"]["celerybeat_schedule_filename"] and
    default["sentry"]["config"]["filestore_options"]["location"] from
    node["sentry"]["filestore_dir"] (Luka Lüdicke)
    #21
  • Update File storage setting for Sentry 8.10 compatibility (Luka Lüdicke)
    #20
    #17

v0.3.1

02 Jan 14:35
Compare
Choose a tag to compare
  • Ensure parent install directory is created too (Nilanjan Roy)
    #14
  • Depends on poise-python cookbook instead of python (Nilanjan Roy)
    #15

v0.2.2

17 Feb 09:42
Compare
Choose a tag to compare
  • Add support for Sentry 8.x
  • Bump default version to 7.7.1

v0.2.1

17 Feb 09:37
Compare
Choose a tag to compare
  • Update default["sentry"]["config"]["redis_enabled"] to true

v0.2.0

17 Feb 09:37
Compare
Choose a tag to compare
  • Upgrade Sentry to 7.4.3
  • Add a lot more configuration to allow buffers, queues, rate limits, quotas and TSDB.

v0.1.2

30 Jun 08:55
Compare
Choose a tag to compare
  • Ensure runit_service[sentry] is not restarted during each Chef run:
    • Don't use sentry[postgres] meta-package as it leaves python_pip LWRP
      unable to detect it's already installed.
    • Add default['sentry']['database']['pipdeps'] with a default to install
      psycopg2==2.4.6.
    • Add versions to default['sentry']['plugins'] to ensure no re-install when
      not needed: django-secure==1.0, django-bcrypt==0.9.2, django-sendmail-backend==0.1.2

v0.1.1

30 Jun 08:55
Compare
Choose a tag to compare
  • Upgrade Sentry to 5.4.6

v0.1.0

30 Jun 08:54
Compare
Choose a tag to compare
  • Initial release of sentry