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
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.9.0
10
+ SNUBA_IMAGE = getsentry/snuba:24.9.0
11
+ RELAY_IMAGE = getsentry/relay:24.9.0
12
+ SYMBOLICATOR_IMAGE = getsentry/symbolicator:24.9.0
13
+ VROOM_IMAGE = getsentry/vroom:24.9.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.9.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - docs: link to develop docs (#3307 ) by @joshuarli
8
+ - fix: more leeway for minimum RAM (#3290 ) by @joshuarli
9
+ - Mandate minimum requirements for ram/cpu (#3275 ) by @hubertdeng123
10
+ - ref(feedback): cleanup topic rollout option (#3276 ) by @aliu39
11
+ - Update release template (#3270 ) by @hubertdeng123
12
+
3
13
## 24.8.0
4
14
5
15
### Various fixes & improvements
You can’t perform that action at this time.
0 commit comments