release: 22.8.0

This commit is contained in:
getsentry-bot 2022-08-15 18:04:50 +00:00
parent 291004dc14
commit e9985d112c
4 changed files with 10 additions and 6 deletions

8
.env
View File

@ -5,10 +5,10 @@ SENTRY_EVENT_RETENTION_DAYS=90
SENTRY_BIND=9000
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
# SENTRY_MAIL_HOST=example.com
SENTRY_IMAGE=getsentry/sentry:nightly
SNUBA_IMAGE=getsentry/snuba:nightly
RELAY_IMAGE=getsentry/relay:nightly
SYMBOLICATOR_IMAGE=getsentry/symbolicator:nightly
SENTRY_IMAGE=getsentry/sentry:22.8.0
SNUBA_IMAGE=getsentry/snuba:22.8.0
RELAY_IMAGE=getsentry/relay:22.8.0
SYMBOLICATOR_IMAGE=getsentry/symbolicator:0.5.1
WAL2JSON_VERSION=latest
HEALTHCHECK_INTERVAL=30s
HEALTHCHECK_TIMEOUT=60s

View File

@ -1,5 +1,9 @@
# Changelog
## 22.8.0
- No documented changes.
## 22.7.0
### Various fixes & improvements

View File

@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
error-reporting or application monitoring features of the
Licensed Work.
Change Date: 2025-07-15
Change Date: 2025-08-15
Change License: Apache License, Version 2.0

View File

@ -1,4 +1,4 @@
# Self-Hosted Sentry nightly
# Self-Hosted Sentry 22.8.0
Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).