Skip to content

Commit a5ca569

Browse files
committed
release: 26.4.2
1 parent a2d131b commit a5ca569

3 files changed

Lines changed: 37 additions & 8 deletions

File tree

.env

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ SENTRY_BIND=9000
1111
# SENTRY_MAIL_HOST=example.com
1212
# Parallel taskworker processes (higher values increase memory usage; >32 not recommended)
1313
SENTRY_TASKWORKER_CONCURRENCY=4
14-
SENTRY_IMAGE=ghcr.io/getsentry/sentry:nightly
15-
SNUBA_IMAGE=ghcr.io/getsentry/snuba:nightly
16-
RELAY_IMAGE=ghcr.io/getsentry/relay:nightly
17-
SYMBOLICATOR_IMAGE=ghcr.io/getsentry/symbolicator:nightly
18-
TASKBROKER_IMAGE=ghcr.io/getsentry/taskbroker:nightly
19-
VROOM_IMAGE=ghcr.io/getsentry/vroom:nightly
20-
UPTIME_CHECKER_IMAGE=ghcr.io/getsentry/uptime-checker:nightly
14+
SENTRY_IMAGE=ghcr.io/getsentry/sentry:26.4.2
15+
SNUBA_IMAGE=ghcr.io/getsentry/snuba:26.4.2
16+
RELAY_IMAGE=ghcr.io/getsentry/relay:26.4.2
17+
SYMBOLICATOR_IMAGE=ghcr.io/getsentry/symbolicator:26.4.2
18+
TASKBROKER_IMAGE=ghcr.io/getsentry/taskbroker:26.4.2
19+
VROOM_IMAGE=ghcr.io/getsentry/vroom:26.4.2
20+
UPTIME_CHECKER_IMAGE=ghcr.io/getsentry/uptime-checker:26.4.2
2121
HEALTHCHECK_INTERVAL=30s
2222
HEALTHCHECK_TIMEOUT=1m30s
2323
HEALTHCHECK_RETRIES=10

CHANGELOG.md

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

3+
## 26.4.2
4+
5+
### New Features ✨
6+
7+
- Allow upgrade tests by @aldy505 in [#4288](https://github.com/getsentry/self-hosted/pull/4288)
8+
9+
### Bug Fixes 🐛
10+
11+
- Force disable HTTP(S) proxy for seaweedfs services by @DragoonAethis in [#4311](https://github.com/getsentry/self-hosted/pull/4311)
12+
13+
### Internal Changes 🔧
14+
15+
#### Deps
16+
17+
- Bump j178/prek-action from 2.0.1 to 2.0.2 by @dependabot in [#4289](https://github.com/getsentry/self-hosted/pull/4289)
18+
- Bump actions/setup-node from 6.3.0 to 6.4.0 by @dependabot in [#4291](https://github.com/getsentry/self-hosted/pull/4291)
19+
- Bump actions/create-github-app-token from 3.0.0 to 3.1.1 by @dependabot in [#4280](https://github.com/getsentry/self-hosted/pull/4280)
20+
- Bump pygments from 2.19.2 to 2.20.0 by @dependabot in [#4256](https://github.com/getsentry/self-hosted/pull/4256)
21+
22+
#### Deps Dev
23+
24+
- Bump pytest from 9.0.1 to 9.0.3 by @dependabot in [#4284](https://github.com/getsentry/self-hosted/pull/4284)
25+
- Bump cryptography from 46.0.5 to 46.0.7 by @dependabot in [#4275](https://github.com/getsentry/self-hosted/pull/4275)
26+
27+
#### Other
28+
29+
- (relay) Remove healthcheck from docker compose by @Dav1dde in [#4304](https://github.com/getsentry/self-hosted/pull/4304)
30+
- (template) Remove task for updating relocation release tests by @kenzoengineer in [#4297](https://github.com/getsentry/self-hosted/pull/4297)
31+
332
## 26.4.1
433

534
- No documented changes.

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.4.2
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)