mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-01-25 15:22:43 +00:00
Merge branch 'release/24.5.1'
This commit is contained in:
commit
ddd9cf25a4
10
.env
10
.env
@ -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
|
||||
|
||||
13
CHANGELOG.md
13
CHANGELOG.md
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user