Skip to content

Commit 77a3334

Browse files
committed
release: 25.10.0
1 parent 60da8f6 commit 77a3334

File tree

2 files changed

+29
-7
lines changed

2 files changed

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

CHANGELOG.md

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

3+
## 25.10.0
4+
5+
### Various fixes & improvements
6+
7+
- fix: geoip standalone script should check on CONTAINER_ENGINE variable first (#3982) by @aldy505
8+
- fix: missing `-dir` flag for seaweedfs (#3991) by @aldy505
9+
- Remove symbolicator volume once (#3994) by @aminvakil
10+
- Remove symbolicator external volume (#3992) by @aminvakil
11+
- chore(spans): Remove old snuba-spans consumer (#3989) by @jjbayer
12+
- Bump redis 6.2.20-alpine (#3988) by @aminvakil
13+
- ref: add `continue-on-error` for codecov action on self-hosted integration tests (#3978) by @aldy505
14+
- ref: use dedicated `healthcheck` command for symbolicator & remove cron for `symbolicator-cleanup` (#3979) by @aldy505
15+
- fix(actions): include arch and compose_profiles information on cache keys (#3974) by @aldy505
16+
- ref: Remove proxy_next_upstream directives (#3973) by @aminvakil
17+
- fix: Unset the proxy when performing the seaweedfs health check (#3959) by @SteppingHat
18+
- fix: logic error in s3 install script (#3965) by @kodebach
19+
- Fix swap allocation in integration test (#3972) by @aminvakil
20+
- chore(tasks) Remove reference to celery (#3962) by @markstory
21+
- Respect uppercase proxy variables (#3949) by @aminvakil
22+
- chore(tasks): Remove the worker and cron containers (#3946) by @markstory
23+
- fix: install behind a proxy (#3944) by @moroine
24+
325
## 25.9.0
426

527
### Various fixes & improvements

0 commit comments

Comments
 (0)