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
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
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
1818UPTIME_CHECKER_IMAGE = ghcr.io/getsentry/uptime-checker:nightly
1919HEALTHCHECK_INTERVAL = 30s
2020HEALTHCHECK_TIMEOUT = 1m30s
Original file line number Diff line number Diff line change 11# Changelog
22
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+
316## 25.6.2
417
518### Various fixes & improvements
You can’t perform that action at this time.
0 commit comments