LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1 or greater
If you happen to be running Snipe-IT over a reverse-proxy and when you upgrade, your CSS does not load, try setting APP_FORCE_TLS=true
in your .env
.
What's Changed
- Fixed missing
}
by @marcusmoore in snipe/snipe-it#14884 - Added more tests around Asset Model by @marcusmoore in snipe/snipe-it#14885
- Fixed namespace for ViewUserTest by @marcusmoore in snipe/snipe-it#14887
- Bumped debugbar from v3.13.0 to v3.13.5 to fix issue with session messages by @marcusmoore in snipe/snipe-it#14886
Full Changelog: snipe/snipe-it@v7.0.2...v7.0.3