File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ SENTRY_EVENT_RETENTION_DAYS=90
99SENTRY_BIND = 9000
1010# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
1111# SENTRY_MAIL_HOST=example.com
12- SENTRY_IMAGE = getsentry/sentry:nightly
13- SNUBA_IMAGE = getsentry/snuba:nightly
14- RELAY_IMAGE = getsentry/relay:nightly
15- SYMBOLICATOR_IMAGE = getsentry/symbolicator:nightly
16- TASKBROKER_IMAGE = getsentry/taskbroker:nightly
17- VROOM_IMAGE = getsentry/vroom:nightly
12+ SENTRY_IMAGE = getsentry/sentry:25.6.0
13+ SNUBA_IMAGE = getsentry/snuba:25.6.0
14+ RELAY_IMAGE = getsentry/relay:25.6.0
15+ SYMBOLICATOR_IMAGE = getsentry/symbolicator:25.6.0
16+ TASKBROKER_IMAGE = getsentry/taskbroker:25.6.0
17+ VROOM_IMAGE = getsentry/vroom:25.6.0
1818HEALTHCHECK_INTERVAL = 30s
1919HEALTHCHECK_TIMEOUT = 1m30s
2020HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 25.6.0
4+
5+ ### Various fixes & improvements
6+
7+ - enable shell linter for more scripts (#3748 ) by @doc-sheet
8+ - feat: migrate to arm64-compatible smtp image (#3746 ) by @ezhevita
9+ - Introduce patches with external kafka (#3521 ) by @aldy505
10+ - add shellcheck action to lint bash scripts (#3710 ) by @doc-sheet
11+ - tests: Install version 2.x of Python SDK (#3745 ) by @sentrivana
12+ - feat(features): enable continuous profiling (#3742 ) by @aldy505
13+ - feat: Add taskbroker + worker + scheduler (#3738 ) by @markstory
14+ - fix(profiles): Run the profile chunks consumer (#3739 ) by @phacops
15+ - chore: prune removed feature flags on main repository (#3731 ) by @aldy505
16+ - remove index workaround (#3730 ) by @asottile-sentry
17+ - Make usage of Python SDK future proof (#3714 ) by @antonpirker
18+
319## 25.5.1
420
521### Various fixes & improvements
You can’t perform that action at this time.
0 commit comments