Skip to content

Commit 4e73400

Browse files
Merge branch 'release/26.5.0'
2 parents 289eecc + aed5b20 commit 4e73400

3 files changed

Lines changed: 28 additions & 9 deletions

File tree

.env

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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)
1414
SENTRY_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
2323
HEALTHCHECK_INTERVAL=30s
2424
HEALTHCHECK_TIMEOUT=1m30s
2525
HEALTHCHECK_RETRIES=10

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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 ✨

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)