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
9
9
SENTRY_BIND = 9000
10
10
# Set SENTRY_MAIL_HOST to a valid FQDN (host/domain name) to be able to send emails!
11
11
# 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
18
18
HEALTHCHECK_INTERVAL = 30s
19
19
HEALTHCHECK_TIMEOUT = 1m30s
20
20
HEALTHCHECK_RETRIES = 10
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## 25.5.1
4
20
5
21
### Various fixes & improvements
You can’t perform that action at this time.
0 commit comments