File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ 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 = getsentry/sentry:nightly
13- SNUBA_IMAGE = getsentry/snuba:nightly
14- RELAY_IMAGE = getsentry/relay:nightly
15- SYMBOLICATOR_IMAGE = getsentry/symbolicator:nightly
16- TASKBROKER_IMAGE = getsentry/taskbroker:nightly
17- VROOM_IMAGE = getsentry/vroom:nightly
12+ SENTRY_IMAGE = getsentry/sentry:25.6.2
13+ SNUBA_IMAGE = getsentry/snuba:25.6.2
14+ RELAY_IMAGE = getsentry/relay:25.6.2
15+ SYMBOLICATOR_IMAGE = getsentry/symbolicator:25.6.2
16+ TASKBROKER_IMAGE = getsentry/taskbroker:25.6.2
17+ VROOM_IMAGE = getsentry/vroom:25.6.2
1818HEALTHCHECK_INTERVAL = 30s
1919HEALTHCHECK_TIMEOUT = 1m30s
2020HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 25.6.2
4+
5+ ### Various fixes & improvements
6+
7+ - fix: Increase timeout for flakey test (#3781 ) by @tobias-wilfert
8+ - chore: provide detailed note for sentry endpoint settings (#3780 ) by @aldy505
9+
310## 25.6.1
411
512### Various fixes & improvements
You can’t perform that action at this time.
0 commit comments