Skip to content

Commit a29a796

Browse files
committed
release: 24.10.0
1 parent 73f9f00 commit a29a796

File tree

2 files changed

+16
-5
lines changed

2 files changed

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

CHANGELOG.md

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

3+
## 24.10.0
4+
5+
### Various fixes & improvements
6+
7+
- chore: Disable codecov for master/release branches (#3384) by @hubertdeng123
8+
- chore: replace old URLs of the repo with the new docs (#3375) by @victorelec14
9+
- ref: span normalization allowed host config (#3245) by @aldy505
10+
- docs: explicitly specify `mail.use-{tls,ssl}` is mutually exclusive (#3368) by @aldy505
11+
- ref: allow hosted js sdk bundles (#3365) by @aldy505
12+
- fix(clickhouse): Allow nullable key (#3354) by @nikhars
13+
314
## 24.9.0
415

516
### Various fixes & improvements

0 commit comments

Comments
 (0)