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
9
9
SENTRY_BIND = 9000
10
10
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
11
11
# 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
18
18
HEALTHCHECK_INTERVAL = 30s
19
19
HEALTHCHECK_TIMEOUT = 1m30s
20
20
HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## 25.6.1
4
11
5
12
### Various fixes & improvements
You can’t perform that action at this time.
0 commit comments