25.6.2
Bug Fix
This release brings a PostgreSQL migration failure raised from this issue, it was fixed on this PR on sentry.
If you are coming from 25.5.1, you might want to skip 25.6.0 and 25.6.1, and upgrade directly to this version.
This release also brings in a fix on how Docker images are being pushed to DockerHub, mainly for ARM64 users out there:
snuba
,vroom
, andtaskbroker
images now have thelinux/arm64
platform support on thelatest
and CalVer (YY.MM.xx
) tag. Previously there was an error of copying the Docker image.symbolicator
'snightly
tags are now back (PR that fixed this: getsentry/symbolicator#1716)
Various fixes & improvements
- fix: Increase timeout for flakey test (#3781) by @tobias-wilfert
- chore: provide detailed note for sentry endpoint settings (#3780) by @aldy505