File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Expand file tree Collapse file tree 3 files changed +19
-6
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.8.0
10+ SNUBA_IMAGE = getsentry/snuba:24.8.0
11+ RELAY_IMAGE = getsentry/relay:24.8.0
12+ SYMBOLICATOR_IMAGE = getsentry/symbolicator:24.8.0
13+ VROOM_IMAGE = getsentry/vroom:24.8.0
1414HEALTHCHECK_INTERVAL = 30s
1515HEALTHCHECK_TIMEOUT = 1m30s
1616HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 24.8.0
4+
5+ ### Various fixes & improvements
6+
7+ - Migrate to zookeeper-less kafka (#3263 ) by @hubertdeng123
8+ - Revert "ref(feedback): cleanup topic rollout option" (#3262 ) by @aliu39
9+ - ref(feedback): cleanup topic rollout option (#3256 ) by @aliu39
10+ - Remove cdc and wal2json and use the default postgres entrypoint (#3260 ) by @beezz
11+ - add ` -euo pipefail ` to enhance-image.example.sh (#3246 ) by @asottile-sentry
12+ - remove python-dev (#3242 ) by @asottile-sentry
13+ - feat: enable user feedback feature (#3193 ) by @aldy505
14+ - Use CDN by default for JS SDK Loader (#3213 ) by @stayallive
15+
316## 24.7.1
417
518### Various fixes & improvements
Original file line number Diff line number Diff line change 1- # Self-Hosted Sentry nightly
1+ # Self-Hosted Sentry 24.8.0
22
33Official bootstrap for running your own [ Sentry] ( https://sentry.io/ ) with [ Docker] ( https://www.docker.com/ ) .
44
You can’t perform that action at this time.
0 commit comments