Merge branch 'release/24.5.1'

This commit is contained in:
getsentry-bot 2024-06-04 22:00:02 +00:00
commit ddd9cf25a4
3 changed files with 19 additions and 6 deletions

10
.env
View File

@ -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.1
SNUBA_IMAGE=getsentry/snuba:24.5.1
RELAY_IMAGE=getsentry/relay:24.5.1
SYMBOLICATOR_IMAGE=getsentry/symbolicator:24.5.1
VROOM_IMAGE=getsentry/vroom:24.5.1
WAL2JSON_VERSION=latest
HEALTHCHECK_INTERVAL=30s
HEALTHCHECK_TIMEOUT=1m30s

View File

@ -1,5 +1,18 @@
# Changelog
## 24.5.1
### Various fixes & improvements
- Update consumer flags (#3112) by @hubertdeng123
- feat: Add crons task consumers (#3106) by @wedamija
- Update minimum docker compose requirement (#3078) by @JannKleen
- Different approach to editing permissions of docker volumes (#3084) by @hubertdeng123
- ref(spans): Add new feature flags needed (#3092) by @phacops
- chore: Add comment explaining the one liner in clickhouse config (#3085) by @hubertdeng123
- Fix install: use dynamic docker root dir instead of hardcoded one (#3064) by @boutetnico
- Typo in config.example.yml (#3063) by @luchaninov
## 24.5.0
### Various fixes & improvements

View File

@ -1,4 +1,4 @@
# Self-Hosted Sentry nightly
# Self-Hosted Sentry 24.5.1
Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).