File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ SENTRY_EVENT_RETENTION_DAYS=90
66SENTRY_BIND = 9000
77# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
88# SENTRY_MAIL_HOST=example.com
9- SENTRY_IMAGE = getsentry/sentry:nightly
10- SNUBA_IMAGE = getsentry/snuba:nightly
11- RELAY_IMAGE = getsentry/relay:nightly
12- SYMBOLICATOR_IMAGE = getsentry/symbolicator:nightly
13- VROOM_IMAGE = getsentry/vroom:nightly
9+ SENTRY_IMAGE = getsentry/sentry:24.11.2
10+ SNUBA_IMAGE = getsentry/snuba:24.11.2
11+ RELAY_IMAGE = getsentry/relay:24.11.2
12+ SYMBOLICATOR_IMAGE = getsentry/symbolicator:24.11.2
13+ VROOM_IMAGE = getsentry/vroom:24.11.2
1414HEALTHCHECK_INTERVAL = 30s
1515HEALTHCHECK_TIMEOUT = 1m30s
1616HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 24.11.2
4+
5+ ### Various fixes & improvements
6+
7+ - fix(redis): Actually use custom config (#3459 ) by @BYK
8+ - feat(release): Replace release bot with GH app (#3458 ) by @Jeffreyhung
9+ - chore(issue-template): ask for machine specification and provide link to security policy (#3447 ) by @aldy505
10+ - add sentry/backup.json to gitignore (#3450 ) by @niklassc7
11+ - ref: remove suggested fix (#3446 ) by @aldy505
12+
313## 24.11.1
414
515### Various fixes & improvements
You can’t perform that action at this time.
0 commit comments