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
6
6
SENTRY_BIND = 9000
7
7
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
8
8
# 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
14
14
HEALTHCHECK_INTERVAL = 30s
15
15
HEALTHCHECK_TIMEOUT = 1m30s
16
16
HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## 24.7.1
4
17
5
18
### 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
2
2
3
3
Official bootstrap for running your own [ Sentry] ( https://sentry.io/ ) with [ Docker] ( https://www.docker.com/ ) .
4
4
You can’t perform that action at this time.
0 commit comments