- Upgraded to Sentry
8.0
- added
CELERY_RESULT_SERIALIZER,CELERY_TASK_SERIALIZERandCELERY_ACCEPT_CONTENTconfigs to avoidC_FORCE_ROOTenv var (default values supportpicklefor backwards compatibility).
- updated
Sentryto 7.7.4 - merged forgotten changes to dev
- updated
Sentryto 7.7.1 - updated
django-auth-ldapto 1.2.7 - updated
django-redisto 4.3.0 - updated
python-decoupleto 3.0 - fixed building dev version (8.0.0.dev0) (credit goes to: @yurtaev)
- creating superuser via python script
- updated
Sentryto 7.7.0 and droppeddjango-jsonfix
- updated
Sentryto 7.6.2
- add
.dockerignorefile - updated
django-cache-urlto 1.0.0 (watch out for trailing/) - updated
django-redisto 4.2.0
- Added
nestedGroupOfNamesLDAP_GROUP_TYPE - Make use of
LDAP_GROUP_STAFF
- fix migration issue (getsentry/sentry#1648)
- allow for a simple database accessibility check (via
SENTRY_DOCKER_DO_DB_CHECKenv var) - updated
Sentryto 7.5.6
- remove
nydusas an explicit requirement (see #28)
- updated
Sentryto 7.5.4
- revert django-redis to 3.8.4 due to #26
- updated
requirements.txt(django-redis,hiredisanddjango-auth-ldap) - added support for posixGroup in LDAP auth backend (credit goes to: @grundleborg)
- updated
Sentryto 7.4.3
- Add support for REMOTE_USER authentication (credit goes to: @abesto)
- Add support for SENTRY_PUBLIC (credit goes to: @abesto)
- Add support for configuring time-series storage (credit goes to: @abesto)
- Properly pass SIGTERM to sentry process (credit goes to: @lorenz)
- new Sentry 7.4.X
- move from fig to docker-compose while testing
- when
SENTRY_USE_REDIS_BUFFERSis used thensentry.cache.redis.RedisCacheis configured as aSENTRY_CACHE
- updated
requirements.txt(django-redis) - new Sentry 7.3.X
- updated
requirements.txt(django-auth-ldapandhiredis) - new Sentry 7.2.X
- new tag/branch
7.1 - updated
requirements.txt(django-redis)
- updated
requirements.txt(django-redis)
- updated
requirements.txt(django-auth-ldap) - new Sentry 7.0.X and several new build tags on docker hub
- updated
django-redisto 3.8.0 - provide builds from sentry's master github branch
- added
SENTRY_ALLOW_ORIGIN- thanks to @josh-devops-center
- FIX: determine platform when creating a project (via
SENTRY_INITIAL_PLATFORM) - thanks to @josh-devops-center
- added
SENTRY_INTIAL_DOMAINSfor allowed domains (see #7) - allow setting
SENTRY_SECURE_PROXY_SSL_HEADERandSENTRY_USE_X_FORWARDED_HOST(see #6)
- update django-redis requirement
- add some cleanup at the end of build process
- add new env vars for initial team, project and project key (
SENTRY_INITIAL_*) - add new command
preparefor the wrapper script to just prepare the datbase and other stuff without running the http sevice.
- change the name of the config script (this is a possible breaking change but now you can easily extend this image and configuration)
- make it possible to "test" this image
- updated
requirements.txt(django-auth-ldapandhiredis) - added some contribution guidelines
- added new setting
SENTRY_ALLOW_REGISTRATION(credit goes to: @lukas-hetzenecker) - added LDAP backend support (
SENTRY_USE_LDAPandLDAP_*settings) (credit goes to: @lukas-hetzenecker)