File tree 2 files changed +21
-5
lines changed
2 files changed +21
-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.3.0
13
+ SNUBA_IMAGE = getsentry/snuba:25.3.0
14
+ RELAY_IMAGE = getsentry/relay:25.3.0
15
+ SYMBOLICATOR_IMAGE = getsentry/symbolicator:25.3.0
16
+ VROOM_IMAGE = getsentry/vroom:25.3.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.3.0
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - feat(features): enable trace view (#3617 ) by @aldy505
8
+ - feat: provide monitoring-related configurations (#3611 ) by @aldy505
9
+ - Enforce license compliance only on getsentry repository (#3606 ) by @aminvakil
10
+ - Fix unbound variable error in install script (#3601 ) by @brettdh
11
+ - Add --short to docker-compose version (#3605 ) by @aminvakil
12
+ - ref: Less complicated docker compose detection (#3604 ) by @BYK
13
+ - Use docker-compose if version is gte docker compose (#3595 ) by @aminvakil
14
+ - build(deps): bump actions/create-github-app-token from 1.11.3 to 1.11.6 (#3598 ) by @dependabot
15
+ - build(deps): bump getsentry/action-release from 1 to 3 (#3599 ) by @dependabot
16
+ - Bump docker-compose 2.33.1 (#3597 ) by @aminvakil
17
+ - refactor: move system.url-prefix under systems settings section (#3588 ) by @leeoocca
18
+
3
19
## 25.2.0
4
20
5
21
### Various fixes & improvements
You can’t perform that action at this time.
0 commit comments