File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ SENTRY_BIND=9000
1212# SENTRY_MAIL_HOST=example.com
1313# Parallel taskworker processes (higher values increase memory usage; >32 not recommended)
1414SENTRY_TASKWORKER_CONCURRENCY = 4
15- SENTRY_IMAGE = ghcr.io/getsentry/sentry:nightly
16- SNUBA_IMAGE = ghcr.io/getsentry/snuba:nightly
17- RELAY_IMAGE = ghcr.io/getsentry/relay:nightly
18- SYMBOLICATOR_IMAGE = ghcr.io/getsentry/symbolicator:nightly
19- TASKBROKER_IMAGE = ghcr.io/getsentry/taskbroker:nightly
20- VROOM_IMAGE = ghcr.io/getsentry/vroom:nightly
21- UPTIME_CHECKER_IMAGE = ghcr.io/getsentry/uptime-checker:nightly
22- LAUNCHPAD_IMAGE = ghcr.io/getsentry/launchpad:nightly
15+ SENTRY_IMAGE = ghcr.io/getsentry/sentry:26.5.0
16+ SNUBA_IMAGE = ghcr.io/getsentry/snuba:26.5.0
17+ RELAY_IMAGE = ghcr.io/getsentry/relay:26.5.0
18+ SYMBOLICATOR_IMAGE = ghcr.io/getsentry/symbolicator:26.5.0
19+ TASKBROKER_IMAGE = ghcr.io/getsentry/taskbroker:26.5.0
20+ VROOM_IMAGE = ghcr.io/getsentry/vroom:26.5.0
21+ UPTIME_CHECKER_IMAGE = ghcr.io/getsentry/uptime-checker:26.5.0
22+ LAUNCHPAD_IMAGE = ghcr.io/getsentry/launchpad:26.5.0
2323HEALTHCHECK_INTERVAL = 30s
2424HEALTHCHECK_TIMEOUT = 1m30s
2525HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 26.5.0
4+
5+ ### New Features ✨
6+
7+ - Enable Metrics by @aldy505 in [ #4312 ] ( https://github.com/getsentry/self-hosted/pull/4312 )
8+ - Add launchpad taskworker container by @NicoHinderling in [ #4267 ] ( https://github.com/getsentry/self-hosted/pull/4267 )
9+
10+ ### Bug Fixes 🐛
11+
12+ - (workflows) Prevent shell injection in fast-revert workflow by @fix-it-felix-sentry in [ #4309 ] ( https://github.com/getsentry/self-hosted/pull/4309 )
13+
14+ ### Internal Changes 🔧
15+
16+ - (deps) Bump astral-sh/setup-uv from 8.0.0 to 8.1.0 by @dependabot in [ #4290 ] ( https://github.com/getsentry/self-hosted/pull/4290 )
17+
18+ ### Other
19+
20+ - Bump nginx 1.31.0-alpine by @aminvakil in [ #4329 ] ( https://github.com/getsentry/self-hosted/pull/4329 )
21+
322## 26.4.2
423
524### New Features ✨
Original file line number Diff line number Diff line change 1- # Self-Hosted Sentry nightly
1+ # Self-Hosted Sentry 26.5.0
22
33[ Sentry] ( https://sentry.io/ ) , feature-complete and packaged up for low-volume deployments and proofs-of-concept.
44
You can’t perform that action at this time.
0 commit comments