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