File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ SENTRY_EVENT_RETENTION_DAYS=90
9
9
SENTRY_BIND = 9000
10
10
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
11
11
# SENTRY_MAIL_HOST=example.com
12
- SENTRY_IMAGE = getsentry/sentry:nightly
13
- SNUBA_IMAGE = getsentry/snuba:nightly
14
- RELAY_IMAGE = getsentry/relay:nightly
15
- SYMBOLICATOR_IMAGE = getsentry/symbolicator:nightly
16
- VROOM_IMAGE = getsentry/vroom:nightly
12
+ SENTRY_IMAGE = getsentry/sentry:25.5.0
13
+ SNUBA_IMAGE = getsentry/snuba:25.5.0
14
+ RELAY_IMAGE = getsentry/relay:25.5.0
15
+ SYMBOLICATOR_IMAGE = getsentry/symbolicator:25.5.0
16
+ VROOM_IMAGE = getsentry/vroom:25.5.0
17
17
HEALTHCHECK_INTERVAL = 30s
18
18
HEALTHCHECK_TIMEOUT = 1m30s
19
19
HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 25.5.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.6 (#3690 ) by @dependabot
8
+ - Resolve datetime deprecation warnings (#3686 ) by @emmanuel-ferdman
9
+ - ref: remove SENTRY_USE_BIG_INTS (always True) (#3687 ) by @asottile-sentry
10
+
3
11
## 25.4.0
4
12
5
13
### Stand-alone Docker Compose Fixes
You can’t perform that action at this time.
0 commit comments