This file is used to list changes made in each version of sentry.
- Updating Sentry to the lastest version
- Revoving old data bag syntax #24@oscar123mendoza
- Fixed the GITHUB_API_SECRET parameter. (Nilanjan Roy) #24
- Added required configuration while using reverse proxy. (Nilanjan Roy) #25
- Allow configuration of sentry-plugins SSOs
- Ensure SENTRY_CONF is set in runit env
- Remove django-secure as it's imcompatible with latest django
- Fix a bug when using encrypted data bags and
node["sentry"]["data_bag_secret"]
is not set.
- Update Sentry to 8.20.0
- Construct
default["sentry"]["config"]["celerybeat_schedule_filename"]
anddefault["sentry"]["config"]["filestore_options"]["location"]
fromnode["sentry"]["filestore_dir"]
(Luka Lüdicke) #21 - Update File storage setting for Sentry 8.10 compatibility (Luka Lüdicke) #20 #17
- Ensure parent install directory is created too (Nilanjan Roy) #14
- Depends on
poise-python
cookbook instead ofpython
(Nilanjan Roy) #15
- Default to Sentry 8.6.0
- Add Sentry 8.6 support (Matt Leick) #9
- Add support for Sentry 8.x
- Bump default version to 7.7.1
- Update
default["sentry"]["config"]["redis_enabled"]
to true
- Upgrade Sentry to 7.4.3
- Add a lot more configuration to allow buffers, queues, rate limits, quotas and TSDB.
- Ensure
runit_service[sentry]
is not restarted during each Chef run:- Don't use
sentry[postgres]
meta-package as it leavespython_pip
LWRP unable to detect it's already installed. - Add
default['sentry']['database']['pipdeps']
with a default to installpsycopg2==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
- Don't use
- Upgrade Sentry to 5.4.6
- Initial release of sentry