File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ SENTRY_EVENT_RETENTION_DAYS=90
99SENTRY_BIND = 9000
1010# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
1111# SENTRY_MAIL_HOST=example.com
12- SENTRY_IMAGE = ghcr.io/getsentry/sentry:nightly
13- SNUBA_IMAGE = ghcr.io/getsentry/snuba:nightly
14- RELAY_IMAGE = ghcr.io/getsentry/relay:nightly
15- SYMBOLICATOR_IMAGE = ghcr.io/getsentry/symbolicator:nightly
16- TASKBROKER_IMAGE = ghcr.io/getsentry/taskbroker:nightly
17- VROOM_IMAGE = ghcr.io/getsentry/vroom:nightly
18- UPTIME_CHECKER_IMAGE = ghcr.io/getsentry/uptime-checker:nightly
12+ SENTRY_IMAGE = ghcr.io/getsentry/sentry:25.11.0
13+ SNUBA_IMAGE = ghcr.io/getsentry/snuba:25.11.0
14+ RELAY_IMAGE = ghcr.io/getsentry/relay:25.11.0
15+ SYMBOLICATOR_IMAGE = ghcr.io/getsentry/symbolicator:25.11.0
16+ TASKBROKER_IMAGE = ghcr.io/getsentry/taskbroker:25.11.0
17+ VROOM_IMAGE = ghcr.io/getsentry/vroom:25.11.0
18+ UPTIME_CHECKER_IMAGE = ghcr.io/getsentry/uptime-checker:25.11.0
1919HEALTHCHECK_INTERVAL = 30s
2020HEALTHCHECK_TIMEOUT = 1m30s
2121HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 25.11.0
4+
5+ ### Various fixes & improvements
6+
7+ - feat: statsd configuration through environment variables (#4031 ) by @aldy505
8+ - ref: sound SENTRY_DISALLOWED_IPS on the configuration file (#3981 ) by @aldy505
9+ - fix: broken link to Errors-Only Mode docs (#4032 ) by @mariansimecek
10+ - Fix Clickhouse max_server_memory_usage_to_ram_ratio setting (#4025 ) by @otoriphoenix
11+ - Increase default max_suspicious_broken_parts to 100 (#4011 ) by @stevenobird
12+ - fix(install): add migrate-pgbouncer.sh to install.sh (#4030 ) by @kodebach
13+ - fix: remove snuba uptime results consumer (#4027 ) by @aldy505
14+
315## 25.10.0
416
517### Various fixes & improvements
You can’t perform that action at this time.
0 commit comments