Skip to content

Commit bc71609

Browse files
committed
release: 25.2.0
1 parent 3de8662 commit bc71609

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-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.2.0
13+
SNUBA_IMAGE=getsentry/snuba:25.2.0
14+
RELAY_IMAGE=getsentry/relay:25.2.0
15+
SYMBOLICATOR_IMAGE=getsentry/symbolicator:25.2.0
16+
VROOM_IMAGE=getsentry/vroom:25.2.0
1717
HEALTHCHECK_INTERVAL=30s
1818
HEALTHCHECK_TIMEOUT=1m30s
1919
HEALTHCHECK_RETRIES=10

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 25.2.0
4+
5+
### Various fixes & improvements
6+
7+
- build(deps): bump actions/create-github-app-token from 1.11.2 to 1.11.3 (#3569) by @dependabot
8+
- feat: merge `.env` and `.env.custom` file during installation (#3564) by @aldy505
9+
- build(deps): bump actions/create-github-app-token from 1.11.1 to 1.11.2 (#3561) by @dependabot
10+
- feat: Require both inputs to be set on action (#3554) by @BYK
11+
- ref: Simpler and more accurate cache keys (#3553) by @BYK
12+
- Hand off open-source to dev-infra (#3549) by @chadwhitacre
13+
- ci: Remove obsolete `dcr up -w` from import test (#3544) by @BYK
14+
- fix: github.action_path may not have trailing slash (#3547) by @BYK
15+
- chore: Remove upgrade test (#3541) by @hubertdeng123
16+
- fix: Use correct path for get compose action (#3539) by @hubertdeng123
17+
- fix: Caching of sentry migrations should cover additional folders (#3542) by @hubertdeng123
18+
- ci: Move self-contained action reference to master branch (#3538) by @BYK
19+
- breaking: Upgrade min Compose version to 2.23.2 (#3535) by @BYK
20+
- ci: Even better cache keys and granular caching (#3534) by @BYK
21+
- test: Reorganize backup/restore tests for speed and reliability (#3537) by @BYK
22+
323
## 25.1.0
424

525
### Various fixes & improvements

0 commit comments

Comments
 (0)