Skip to content

Commit f35413a

Browse files
author
getsentry-bot
committed
Merge branch 'release/25.11.1'
2 parents c9aa626 + b469567 commit f35413a

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

.env

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ SENTRY_EVENT_RETENTION_DAYS=90
99
SENTRY_BIND=9000
1010
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
1111
# SENTRY_MAIL_HOST=example.com
12-
SENTRY_IMAGE=ghcr.io/getsentry/sentry:nightly
13-
SNUBA_IMAGE=ghcr.io/getsentry/snuba:nightly
14-
RELAY_IMAGE=ghcr.io/getsentry/relay:nightly
15-
SYMBOLICATOR_IMAGE=ghcr.io/getsentry/symbolicator:nightly
16-
TASKBROKER_IMAGE=ghcr.io/getsentry/taskbroker:nightly
17-
VROOM_IMAGE=ghcr.io/getsentry/vroom:nightly
18-
UPTIME_CHECKER_IMAGE=ghcr.io/getsentry/uptime-checker:nightly
12+
SENTRY_IMAGE=ghcr.io/getsentry/sentry:25.11.1
13+
SNUBA_IMAGE=ghcr.io/getsentry/snuba:25.11.1
14+
RELAY_IMAGE=ghcr.io/getsentry/relay:25.11.1
15+
SYMBOLICATOR_IMAGE=ghcr.io/getsentry/symbolicator:25.11.1
16+
TASKBROKER_IMAGE=ghcr.io/getsentry/taskbroker:25.11.1
17+
VROOM_IMAGE=ghcr.io/getsentry/vroom:25.11.1
18+
UPTIME_CHECKER_IMAGE=ghcr.io/getsentry/uptime-checker:25.11.1
1919
HEALTHCHECK_INTERVAL=30s
2020
HEALTHCHECK_TIMEOUT=1m30s
2121
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+
## 25.11.1
4+
5+
### Build / dependencies / internal 🔧
6+
7+
- chore: remove some more unused directories by @aldy505 in [#4046](https://github.com/getsentry/self-hosted/pull/4046)
8+
- build(deps): bump actions/create-github-app-token from 2.1.4 to 2.2.0 by @dependabot in [#4058](https://github.com/getsentry/self-hosted/pull/4058)
9+
- build(deps): bump actions/checkout from 5 to 6 by @dependabot in [#4059](https://github.com/getsentry/self-hosted/pull/4059)
10+
- chore: uptime checker is missing on the release issue by @aldy505 in [#4047](https://github.com/getsentry/self-hosted/pull/4047)
11+
12+
### Bug Fixes 🐛
13+
14+
- fix(profiling): Ingest profile file path by @Zylphrex in [#4060](https://github.com/getsentry/self-hosted/pull/4060)
15+
- fix: ensure seaweedfs lifecycle policy is set correctly by @kodebach in [#4040](https://github.com/getsentry/self-hosted/pull/4040)
16+
- fix: missing SYMBOLICATOR_STATSD_ADDR environment var for symbolicator-cleanup by @aldy505 in [#4042](https://github.com/getsentry/self-hosted/pull/4042)
17+
18+
### Other
19+
20+
- Add `dcx` shortcut for docker compose exec with HTTP proxy env vars by @copilot-swe-agent in [#4067](https://github.com/getsentry/self-hosted/pull/4067)
21+
322
## 25.11.0
423

524
### Various fixes & improvements

0 commit comments

Comments
 (0)