File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-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 = 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
12
+ SENTRY_IMAGE = ghcr.io/getsentry/sentry:25.7.0
13
+ SNUBA_IMAGE = ghcr.io/getsentry/snuba:25.7.0
14
+ RELAY_IMAGE = ghcr.io/getsentry/relay:25.7.0
15
+ SYMBOLICATOR_IMAGE = ghcr.io/getsentry/symbolicator:25.7.0
16
+ TASKBROKER_IMAGE = ghcr.io/getsentry/taskbroker:25.7.0
17
+ VROOM_IMAGE = ghcr.io/getsentry/vroom:25.7.0
18
18
UPTIME_CHECKER_IMAGE = ghcr.io/getsentry/uptime-checker:nightly
19
19
HEALTHCHECK_INTERVAL = 30s
20
20
HEALTHCHECK_TIMEOUT = 1m30s
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 25.7.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - feat: Swap ` trace-view-v1 ` feature flag with ` visibility-explore-view ` (#3801 ) by @aldy505
8
+ - fix: set harakiri Django option to 30s (#3792 ) by @aldy505
9
+ - feat(images): Cutover images to ghcr (#3800 ) by @hubertdeng123
10
+ - docs: encourage community patches (#3794 ) by @aldy505
11
+ - feat: run EAP-related containers (#3778 ) by @aldy505
12
+ - feat(uptime): Enable uptime in self-hosted (#3787 ) by @evanpurkhiser
13
+ - feat: make ` system.secret-key ` configurable from environment variables (#3783 ) by @aldy505
14
+ - ci: run tests on arm64 (#3750 ) by @aldy505
15
+
3
16
## 25.6.2
4
17
5
18
### Various fixes & improvements
You can’t perform that action at this time.
0 commit comments