Skip to content

Commit 99f7154

Browse files
committed
release: 24.11.1
1 parent 0b0d0c8 commit 99f7154

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
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.11.1
10+
SNUBA_IMAGE=getsentry/snuba:24.11.1
11+
RELAY_IMAGE=getsentry/relay:24.11.1
12+
SYMBOLICATOR_IMAGE=getsentry/symbolicator:24.11.1
13+
VROOM_IMAGE=getsentry/vroom:24.11.1
1414
HEALTHCHECK_INTERVAL=30s
1515
HEALTHCHECK_TIMEOUT=1m30s
1616
HEALTHCHECK_RETRIES=10

CHANGELOG.md

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

3+
## 24.11.1
4+
5+
### Various fixes & improvements
6+
7+
- fix(redis): Use a safer eviction rule (#3432) by @BYK
8+
- feat: add Redis configuration for improved memory management (#3427) by @Hassanzadeh-sd
9+
- build(deps): bump codecov/codecov-action from 4 to 5 (#3429) by @dependabot
10+
311
## 24.11.0
412

513
### Various fixes & improvements

0 commit comments

Comments
 (0)