Skip to content

Commit b988105

Browse files
author
getsentry-bot
committed
Merge branch 'release/24.8.0'
2 parents 2d8d349 + b7ed3cb commit b988105

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ SENTRY_EVENT_RETENTION_DAYS=90
66
SENTRY_BIND=9000
77
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
88
# SENTRY_MAIL_HOST=example.com
9-
SENTRY_IMAGE=getsentry/sentry:nightly
10-
SNUBA_IMAGE=getsentry/snuba:nightly
11-
RELAY_IMAGE=getsentry/relay:nightly
12-
SYMBOLICATOR_IMAGE=getsentry/symbolicator:nightly
13-
VROOM_IMAGE=getsentry/vroom:nightly
9+
SENTRY_IMAGE=getsentry/sentry:24.8.0
10+
SNUBA_IMAGE=getsentry/snuba:24.8.0
11+
RELAY_IMAGE=getsentry/relay:24.8.0
12+
SYMBOLICATOR_IMAGE=getsentry/symbolicator:24.8.0
13+
VROOM_IMAGE=getsentry/vroom:24.8.0
1414
HEALTHCHECK_INTERVAL=30s
1515
HEALTHCHECK_TIMEOUT=1m30s
1616
HEALTHCHECK_RETRIES=10

CHANGELOG.md

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

3+
## 24.8.0
4+
5+
### Various fixes & improvements
6+
7+
- Migrate to zookeeper-less kafka (#3263) by @hubertdeng123
8+
- Revert "ref(feedback): cleanup topic rollout option" (#3262) by @aliu39
9+
- ref(feedback): cleanup topic rollout option (#3256) by @aliu39
10+
- Remove cdc and wal2json and use the default postgres entrypoint (#3260) by @beezz
11+
- add `-euo pipefail` to enhance-image.example.sh (#3246) by @asottile-sentry
12+
- remove python-dev (#3242) by @asottile-sentry
13+
- feat: enable user feedback feature (#3193) by @aldy505
14+
- Use CDN by default for JS SDK Loader (#3213) by @stayallive
15+
316
## 24.7.1
417

518
### Various fixes & improvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Self-Hosted Sentry nightly
1+
# Self-Hosted Sentry 24.8.0
22

33
Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).
44

0 commit comments

Comments
 (0)