File tree Expand file tree Collapse file tree 2 files changed +29
-7
lines changed Expand file tree Collapse file tree 2 files changed +29
-7
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ SENTRY_EVENT_RETENTION_DAYS=90
99SENTRY_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
1919HEALTHCHECK_INTERVAL = 30s
2020HEALTHCHECK_TIMEOUT = 1m30s
2121HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments