Skip to content

Commit 8670042

Browse files
committed
release: 25.9.0
1 parent a222e3f commit 8670042

File tree

2 files changed

+35
-7
lines changed

2 files changed

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

CHANGELOG.md

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

3+
## 25.9.0
4+
5+
### Various fixes & improvements
6+
7+
- fix: able to setup nodestore multiple times (#3940) by @aldy505
8+
- build(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4 (#3936) by @dependabot
9+
- docs: provide information for SENTRY_AIR_GAP flag on Django config file (#3935) by @aldy505
10+
- feat: Use S3 node store with seaweedfs (#3498) by @BYK
11+
- feat(tasks): Remove taskworker option override and add worker healthcheck (#3933) by @markstory
12+
- feat: install script to migrate sentry.conf.py config to use pgbouncer (#3898) by @aldy505
13+
- chore(deps): bump clickhouse to 25.3 (#3878) by @aldy505
14+
- feat: enable `issue-views` flag (#3922) by @aldy505
15+
- feat: query against `eap` dataset instead of `metrics` dataset for spans (#3923) by @aldy505
16+
- build(deps): bump actions/setup-python from 5 to 6 (#3927) by @dependabot
17+
- Add restart policy to pgbouncer service (#3925) by @frederikspang
18+
- fix(tests): skip logs event test for errors-only (#3915) by @aldy505
19+
- Improve nginx depends_on policy (#3914) by @aminvakil
20+
- test: run errors-only integration tests (#3910) by @aldy505
21+
- feat: enable Logs feature (#3912) by @aldy505
22+
- fix: ensuring vroom permission should be skipped on errors-only (#3911) by @aldy505
23+
- chore(deps): bump patches version (#3879) by @aldy505
24+
- Revert "increase postgres max_connections above 100 connections (#2740)" (#3899) by @aminvakil
25+
- Add pgbouncer (#3884) by @frederikspang
26+
- chore: resolve GHA code scanning alerts (#3889) by @aldy505
27+
- fix(enhancement): search for permissions on docker container instead of host and combine it in one command for performance enhancement (#3890) by @LvckyAPI
28+
- build(deps): bump actions/create-github-app-token from 2.1.0 to 2.1.1 (#3885) by @dependabot
29+
- build(deps): bump actions/checkout from 4 to 5 (#3883) by @dependabot
30+
331
## 25.8.0
432

533
### Various fixes & improvements

0 commit comments

Comments
 (0)