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.7.1
16+ SNUBA_IMAGE = ghcr.io/getsentry/snuba:26.7.1
17+ RELAY_IMAGE = ghcr.io/getsentry/relay:26.7.1
18+ SYMBOLICATOR_IMAGE = ghcr.io/getsentry/symbolicator:26.7.1
19+ TASKBROKER_IMAGE = ghcr.io/getsentry/taskbroker:26.7.1
20+ VROOM_IMAGE = ghcr.io/getsentry/vroom:26.7.1
21+ UPTIME_CHECKER_IMAGE = ghcr.io/getsentry/uptime-checker:26.7.1
22+ LAUNCHPAD_IMAGE = ghcr.io/getsentry/launchpad:26.7.1
2323HEALTHCHECK_INTERVAL = 30s
2424HEALTHCHECK_TIMEOUT = 1m30s
2525HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 26.7.1
4+
5+ ### Bug Fixes 🐛
6+
7+ - Add accepted outcomes consumer by @mzglinski in [ #4419 ] ( https://github.com/getsentry/self-hosted/pull/4419 )
8+
9+ ### Internal Changes 🔧
10+
11+ #### Deps
12+
13+ - Bump astral-sh/setup-uv from 8.3.0 to 8.3.2 by @dependabot in [ #4410 ] ( https://github.com/getsentry/self-hosted/pull/4410 )
14+ - Bump nginx from 1.31.2-alpine to 1.31.3-alpine by @dependabot in [ #4416 ] ( https://github.com/getsentry/self-hosted/pull/4416 )
15+
316## 26.7.0
417
518### New Features ✨
Original file line number Diff line number Diff line change 1- # Self-Hosted Sentry nightly
1+ # Self-Hosted Sentry 26.7.1
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