File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ SENTRY_EVENT_RETENTION_DAYS=90
5
5
SENTRY_BIND = 9000
6
6
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
7
7
# SENTRY_MAIL_HOST=example.com
8
- SENTRY_IMAGE = getsentry/sentry:nightly
9
- SNUBA_IMAGE = getsentry/snuba:nightly
10
- RELAY_IMAGE = getsentry/relay:nightly
11
- SYMBOLICATOR_IMAGE = getsentry/symbolicator:nightly
12
- VROOM_IMAGE = getsentry/vroom:nightly
8
+ SENTRY_IMAGE = getsentry/sentry:24.7.0
9
+ SNUBA_IMAGE = getsentry/snuba:24.7.0
10
+ RELAY_IMAGE = getsentry/relay:24.7.0
11
+ SYMBOLICATOR_IMAGE = getsentry/symbolicator:24.7.0
12
+ VROOM_IMAGE = getsentry/vroom:24.7.0
13
13
WAL2JSON_VERSION = latest
14
14
HEALTHCHECK_INTERVAL = 30s
15
15
HEALTHCHECK_TIMEOUT = 1m30s
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 24.7.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Check postgres os before proceeding with install (#3197 ) by @hubertdeng123
8
+ - Update sentry-admin.sh to select its own working directory (#3184 ) by @theoriginalgri
9
+ - feat: add insights feature flags (#3152 ) by @aldy505
10
+ - feat(relay): Forward /api/0/relays/* to inner relays (#3144 ) by @iambriccardo
11
+
3
12
## 24.6.0
4
13
5
14
### Various fixes & improvements
Original file line number Diff line number Diff line change 1
- # Self-Hosted Sentry nightly
1
+ # Self-Hosted Sentry 24.7.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