Skip to content

Commit 5a7416f

Browse files
committed
release: 25.12.0
1 parent c801a9c commit 5a7416f

File tree

2 files changed

+40
-7
lines changed

2 files changed

+40
-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.12.0
13+
SNUBA_IMAGE=ghcr.io/getsentry/snuba:25.12.0
14+
RELAY_IMAGE=ghcr.io/getsentry/relay:25.12.0
15+
SYMBOLICATOR_IMAGE=ghcr.io/getsentry/symbolicator:25.12.0
16+
TASKBROKER_IMAGE=ghcr.io/getsentry/taskbroker:25.12.0
17+
VROOM_IMAGE=ghcr.io/getsentry/vroom:25.12.0
18+
UPTIME_CHECKER_IMAGE=ghcr.io/getsentry/uptime-checker:25.12.0
1919
HEALTHCHECK_INTERVAL=30s
2020
HEALTHCHECK_TIMEOUT=1m30s
2121
HEALTHCHECK_RETRIES=10

CHANGELOG.md

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

3+
## 25.12.0
4+
5+
### New Features ✨
6+
7+
- feat(release): Manually run post release script by @hubertdeng123 in [#4073](https://github.com/getsentry/self-hosted/pull/4073)
8+
9+
- feat: bump action-setup-venv to use working-directory by @aldy505 in [#4098](https://github.com/getsentry/self-hosted/pull/4098)
10+
11+
### Bug Fixes 🐛
12+
13+
- fix: Provide useful info on permission errors by @BYK in [#4096](https://github.com/getsentry/self-hosted/pull/4096)
14+
- fix: missing 'SENTRY_SYSTEM_SECRET_KEY' declaration on Docker Compose block by @aldy505 in [#4087](https://github.com/getsentry/self-hosted/pull/4087)
15+
- fix: grep seaweedfs bucket name instead of using awk by @aldy505 in [#4076](https://github.com/getsentry/self-hosted/pull/4076)
16+
17+
### Build / dependencies / internal 🔧
18+
19+
#### Deps
20+
21+
- build(deps): bump actions/create-github-app-token from 2.2.0 to 2.2.1 by @dependabot in [#4090](https://github.com/getsentry/self-hosted/pull/4090)
22+
- build(deps): bump actions/setup-node from 4.4.0 to 6.1.0 by @dependabot in [#4091](https://github.com/getsentry/self-hosted/pull/4091)
23+
- build(deps): bump astral-sh/setup-uv from 7.1.4 to 7.1.5 by @dependabot in [#4093](https://github.com/getsentry/self-hosted/pull/4093)
24+
25+
- chore: guard unit-test.sh from being invoked by users by @aldy505 in [#4085](https://github.com/getsentry/self-hosted/pull/4085)
26+
- chore: ask installation type on problem report template by @aldy505 in [#4086](https://github.com/getsentry/self-hosted/pull/4086)
27+
28+
### Other
29+
30+
- Revert "Revert "ref: migrate to uv (#4061)"" by @aldy505 in [#4097](https://github.com/getsentry/self-hosted/pull/4097)
31+
- Revert "ref: migrate to uv (#4061)" by @BYK in [#4094](https://github.com/getsentry/self-hosted/pull/4094)
32+
- test: integration test for user feedback by @aldy505 in [#3880](https://github.com/getsentry/self-hosted/pull/3880)
33+
- ref: migrate to uv by @aldy505 in [#4061](https://github.com/getsentry/self-hosted/pull/4061)
34+
- Add shm_size configuration back to postgres by @max-wittig in [#4072](https://github.com/getsentry/self-hosted/pull/4072)
35+
336
## 25.11.1
437

538
### Build / dependencies / internal 🔧

0 commit comments

Comments
 (0)