This file is used to list changes made in each version of sentry.
- 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