Skip to content

Commit

Permalink
release: 24.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed May 16, 2024
1 parent 9de4b70 commit 2b26c7c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ SENTRY_EVENT_RETENTION_DAYS=90
SENTRY_BIND=9000
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
# SENTRY_MAIL_HOST=example.com
SENTRY_IMAGE=getsentry/sentry:nightly
SNUBA_IMAGE=getsentry/snuba:nightly
RELAY_IMAGE=getsentry/relay:nightly
SYMBOLICATOR_IMAGE=getsentry/symbolicator:nightly
VROOM_IMAGE=getsentry/vroom:nightly
SENTRY_IMAGE=getsentry/sentry:24.5.0
SNUBA_IMAGE=getsentry/snuba:24.5.0
RELAY_IMAGE=getsentry/relay:24.5.0
SYMBOLICATOR_IMAGE=getsentry/symbolicator:24.5.0
VROOM_IMAGE=getsentry/vroom:24.5.0
WAL2JSON_VERSION=latest
HEALTHCHECK_INTERVAL=30s
HEALTHCHECK_TIMEOUT=1m30s
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 24.5.0

### Various fixes & improvements

- fix: Make docker volume script respect compose project name (#3039) by @hubertdeng123
- remove ref to skip writes (#3041) by @john-z-yang
- Add clickhouse healthchecks to upgrade (#3024) by @hubertdeng123
- Upgrade clickhouse to 23.8 (#3009) by @hubertdeng123
- fix: use nginx realip module (#2977) by @oioki
- Add upgrade test (#3012) by @hubertdeng123
- Bump kafka and zookeeper versions (#2988) by @hubertdeng123

## 24.4.2

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Self-Hosted Sentry nightly
# Self-Hosted Sentry 24.5.0

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

Expand Down

0 comments on commit 2b26c7c

Please sign in to comment.