Skip to content

Commit 11faae6

Browse files
committed
release: 25.1.0
1 parent f21b16d commit 11faae6

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

.env

Lines changed: 5 additions & 5 deletions
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.1.0
13+
SNUBA_IMAGE=getsentry/snuba:25.1.0
14+
RELAY_IMAGE=getsentry/relay:25.1.0
15+
SYMBOLICATOR_IMAGE=getsentry/symbolicator:25.1.0
16+
VROOM_IMAGE=getsentry/vroom:25.1.0
1717
HEALTHCHECK_INTERVAL=30s
1818
HEALTHCHECK_TIMEOUT=1m30s
1919
HEALTHCHECK_RETRIES=10

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 25.1.0
4+
5+
### Various fixes & improvements
6+
7+
- ci: Use generic Docker volume cache action (#3524) by @BYK
8+
- ci: Less volatile cache keys (#3522) by @BYK
9+
- docs: include regular env file on wrap-up (#3523) by @aldy505
10+
- ci: Faster and smarter backup/restore tests (#3516) by @BYK
11+
- fix: Fix the new e2e action to be portable (#3520) by @BYK
12+
- ci: Move e2e test action into the repo (#3519) by @BYK
13+
- ci: Only test on compose 2.26 w/ customizations (#3506) by @BYK
14+
- ci: Skip DB ops during install completely on cache hit (#3496) by @BYK
15+
- chore: Remove everything zookeeper (#3499) by @hubertdeng123
16+
- ci: Cache postgres volume after first migration (#3488) by @BYK
17+
- fix: Remove the extra space in the log file names (#3212) by @melnele
18+
- ref(snuba): Combine bootstrap & migrate for faster bootstrap (#3491) by @BYK
19+
- ref(geoip): Remove geoipupdate from compose (#3490) by @BYK
20+
- build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1 (#3492) by @dependabot
21+
322
## 24.12.1
423

524
### Various fixes & improvements

0 commit comments

Comments
 (0)