File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ 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 = getsentry/sentry:nightly
13- SNUBA_IMAGE = getsentry/snuba:nightly
14- RELAY_IMAGE = getsentry/relay:nightly
15- SYMBOLICATOR_IMAGE = getsentry/symbolicator:nightly
16- VROOM_IMAGE = getsentry/vroom:nightly
12+ SENTRY_IMAGE = getsentry/sentry:24.12.1
13+ SNUBA_IMAGE = getsentry/snuba:24.12.1
14+ RELAY_IMAGE = getsentry/relay:24.12.1
15+ SYMBOLICATOR_IMAGE = getsentry/symbolicator:24.12.1
16+ VROOM_IMAGE = getsentry/vroom:24.12.1
1717HEALTHCHECK_INTERVAL = 30s
1818HEALTHCHECK_TIMEOUT = 1m30s
1919HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 24.12.1
4+
5+ ### Various fixes & improvements
6+
7+ - chore: clearer message for errors-only mode (#3487 ) by @aldy505
8+ - chore(relay): provide opt-in max_memory_percent config as workaround for failing healthcheck (#3486 ) by @aldy505
9+ - fix(nginx): _ assets should rewrite to _ static/sentry/dist (#3483 ) by @BYK
10+
311## 24.12.0
412
513- No documented changes.
You can’t perform that action at this time.
0 commit comments