- Upgraded to Sentry
8.0
- added
CELERY_RESULT_SERIALIZER
,CELERY_TASK_SERIALIZER
andCELERY_ACCEPT_CONTENT
configs to avoidC_FORCE_ROOT
env var (default values supportpickle
for backwards compatibility).
- updated
Sentry
to 7.7.4 - merged forgotten changes to dev
- updated
Sentry
to 7.7.1 - updated
django-auth-ldap
to 1.2.7 - updated
django-redis
to 4.3.0 - updated
python-decouple
to 3.0 - fixed building dev version (8.0.0.dev0) (credit goes to: @yurtaev)
- creating superuser via python script
- updated
Sentry
to 7.7.0 and droppeddjango-json
fix
- updated
Sentry
to 7.6.2
- add
.dockerignore
file - updated
django-cache-url
to 1.0.0 (watch out for trailing/
) - updated
django-redis
to 4.2.0
- Added
nestedGroupOfNames
LDAP_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_CHECK
env var) - updated
Sentry
to 7.5.6
- remove
nydus
as an explicit requirement (see #28)
- updated
Sentry
to 7.5.4
- revert django-redis to 3.8.4 due to #26
- updated
requirements.txt
(django-redis
,hiredis
anddjango-auth-ldap
) - added support for posixGroup in LDAP auth backend (credit goes to: @grundleborg)
- updated
Sentry
to 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_BUFFERS
is used thensentry.cache.redis.RedisCache
is configured as aSENTRY_CACHE
- updated
requirements.txt
(django-redis
) - new Sentry 7.3.X
- updated
requirements.txt
(django-auth-ldap
andhiredis
) - 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-redis
to 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_DOMAINS
for allowed domains (see #7) - allow setting
SENTRY_SECURE_PROXY_SSL_HEADER
andSENTRY_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
prepare
for 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-ldap
andhiredis
) - added some contribution guidelines
- added new setting
SENTRY_ALLOW_REGISTRATION
(credit goes to: @lukas-hetzenecker) - added LDAP backend support (
SENTRY_USE_LDAP
andLDAP_*
settings) (credit goes to: @lukas-hetzenecker)