Skip to content

Commit f7acf12

Browse files
committed
release: 25.8.0
1 parent e4d311b commit f7acf12

File tree

2 files changed

+33
-7
lines changed

2 files changed

+33
-7
lines changed

.env

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ SENTRY_EVENT_RETENTION_DAYS=90
99
SENTRY_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=ghcr.io/getsentry/sentry:nightly
13-
SNUBA_IMAGE=ghcr.io/getsentry/snuba:nightly
14-
RELAY_IMAGE=ghcr.io/getsentry/relay:nightly
15-
SYMBOLICATOR_IMAGE=ghcr.io/getsentry/symbolicator:nightly
16-
TASKBROKER_IMAGE=ghcr.io/getsentry/taskbroker:nightly
17-
VROOM_IMAGE=ghcr.io/getsentry/vroom:nightly
18-
UPTIME_CHECKER_IMAGE=ghcr.io/getsentry/uptime-checker:nightly
12+
SENTRY_IMAGE=ghcr.io/getsentry/sentry:25.8.0
13+
SNUBA_IMAGE=ghcr.io/getsentry/snuba:25.8.0
14+
RELAY_IMAGE=ghcr.io/getsentry/relay:25.8.0
15+
SYMBOLICATOR_IMAGE=ghcr.io/getsentry/symbolicator:25.8.0
16+
TASKBROKER_IMAGE=ghcr.io/getsentry/taskbroker:25.8.0
17+
VROOM_IMAGE=ghcr.io/getsentry/vroom:25.8.0
18+
UPTIME_CHECKER_IMAGE=ghcr.io/getsentry/uptime-checker:25.8.0
1919
HEALTHCHECK_INTERVAL=30s
2020
HEALTHCHECK_TIMEOUT=1m30s
2121
HEALTHCHECK_RETRIES=10

CHANGELOG.md

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

3+
## 25.8.0
4+
5+
### Various fixes & improvements
6+
7+
- feat: Relay healthcheck (#3875) by @aldy505
8+
- fix: setup swapfile only if runner architecture is X64 or X86 (#3876) by @aldy505
9+
- Set minimum bash version to 4.4.0 (#3873) by @aminvakil
10+
- fix: adjust file healthcheck durations (#3874) by @mzglinski
11+
- feat: healthchecks for sentry components (#3859) by @mzglinski
12+
- fix(eap): Fix dataset parameter to target spans (#3866) by @phacops
13+
- build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (#3865) by @dependabot
14+
- fix(scripts): use `env` to find `bash` interpreter (#3861) by @Zaczero
15+
- fix(scripts): every known flags should be shifted before executing the sentry <foo> command (#3831) by @aldy505
16+
- fix: uptime checker image should be bumped to the tagged release (#3858) by @aldy505
17+
- fix(enhancement): ensure correct ownership check before setting permissions of profiles (#3855) by @LvckyAPI
18+
- chore(features): cleanup feature flags grouped by its' category (#3843) by @aldy505
19+
- fix: add schedulers for generic metrics subscriptions (#3847) by @mzglinski
20+
- feat: Continue using celery in self-hosted for now (#3845) by @markstory
21+
- feat(features): add `profiling-view` flag (#3837) by @aldy505
22+
- Potential fix for code scanning alert no. 12: Workflow does not contain permissions (#3822) by @aldy505
23+
- docs: clearly state that `system.internal-url-prefix` shouldn't be changed (#3829) by @aldy505
24+
- feat(install): Adds support for podman(compose) (#3673) by @DuncanConroy
25+
- fix(action): missing project directory path for failure inspection (#3825) by @aldy505
26+
- Cleanup unused feature flags (#3820) by @doc-sheet
27+
- feat: inspect docker compose failure on self-hosted e2e action (#3817) by @aldy505
28+
329
## 25.7.0
430

531
### Various fixes & improvements

0 commit comments

Comments
 (0)