Skip to content

Commit 7300d93

Browse files
committed
release: 26.5.1
1 parent 4e2c7ae commit 7300d93

3 files changed

Lines changed: 20 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.1
16+
SNUBA_IMAGE=ghcr.io/getsentry/snuba:26.5.1
17+
RELAY_IMAGE=ghcr.io/getsentry/relay:26.5.1
18+
SYMBOLICATOR_IMAGE=ghcr.io/getsentry/symbolicator:26.5.1
19+
TASKBROKER_IMAGE=ghcr.io/getsentry/taskbroker:26.5.1
20+
VROOM_IMAGE=ghcr.io/getsentry/vroom:26.5.1
21+
UPTIME_CHECKER_IMAGE=ghcr.io/getsentry/uptime-checker:26.5.1
22+
LAUNCHPAD_IMAGE=ghcr.io/getsentry/launchpad:26.5.1
2323
HEALTHCHECK_INTERVAL=30s
2424
HEALTHCHECK_TIMEOUT=1m30s
2525
HEALTHCHECK_RETRIES=10

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 26.5.1
4+
5+
### Bug Fixes 🐛
6+
7+
- (config) Migrate PyMemcacheCache to ReconnectingMemcache by @sentry-junior in [#4338](https://github.com/getsentry/self-hosted/pull/4338)
8+
9+
### Other
10+
11+
- Clean up statsd monitoring configuration comments by @bobvandevijver in [#4334](https://github.com/getsentry/self-hosted/pull/4334)
12+
- Bump postgres 14.23-bookworm by @aminvakil in [#4330](https://github.com/getsentry/self-hosted/pull/4330)
13+
314
## 26.5.0
415

516
### 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.1
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)