File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-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.7.1
10
+ SNUBA_IMAGE = getsentry/snuba:24.7.1
11
+ RELAY_IMAGE = getsentry/relay:24.7.1
12
+ SYMBOLICATOR_IMAGE = getsentry/symbolicator:24.7.1
13
+ VROOM_IMAGE = getsentry/vroom:24.7.1
14
14
WAL2JSON_VERSION = latest
15
15
HEALTHCHECK_INTERVAL = 30s
16
16
HEALTHCHECK_TIMEOUT = 1m30s
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 24.7.1
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Fix: errors only config flag (#3220 ) by @hubertdeng123
8
+ - Add errors only self-hosted infrastructure (#3190 ) by @hubertdeng123
9
+ - feat(generic-metrics): Add gauges to docker compose, re-try (#3177 ) by @ayirr7
10
+
3
11
## 24.7.0
4
12
5
13
### Various fixes & improvements
Original file line number Diff line number Diff line change 1
- # Self-Hosted Sentry nightly
1
+ # Self-Hosted Sentry 24.7.1
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