Skip to content

Commit 09532da

Browse files
committedMar 15, 2025·
release: 25.3.0
1 parent 30f8d01 commit 09532da

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed
 

‎.env

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ SENTRY_EVENT_RETENTION_DAYS=90
99
SENTRY_BIND=9000
1010
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
1111
# 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
1717
HEALTHCHECK_INTERVAL=30s
1818
HEALTHCHECK_TIMEOUT=1m30s
1919
HEALTHCHECK_RETRIES=10

‎CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

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+
319
## 25.2.0
420

521
### Various fixes & improvements

0 commit comments

Comments
 (0)
Please sign in to comment.