If you are using full disk encryption with postmarketOS edge, hold off from upgrading to device-mapper-2.03.35-r5. It is now being built with --enable-udev_sync, which is currently incompatible with our initramfs code and leads to the boot process stalling after typing in the password.
If you have already upgraded, you can downgrade to the previous version as follows:
# cd /var/cache/apk
# apk add ./device-mapper-libs-2.03.35-r4.f72fbb77.apk ./device-mapper-2.03.35-r4.336babeb.apk ./device-mapper-udev-2.03.35-r4.00fcbcd8.apk
A fix is in review here: !9415