CI Report:
https://ci-tests.linuxserver.io/linuxserver/snipe-it/v8.0.2-ls320/index.html
LinuxServer Changes:
Rebase to Alpine 3.21.
Remote Changes:
Caution
This version of Snipe-IT REQUIRES PHP 8.2.0 or greater.
Howdy all! Just a small point release today to handle some tiny issues we've seen since the 8.0.0 release. We've also improved the look of the upgrader script to give you color support to make things a little clearer if something went wrong with your upgrade.
We've also changed the behavior of what happens when you edit an asset to a pending status. Previously, editing an asset to a non-deployable asset status would automatically check it in. Now, both deployable and pending status types will stay checked in (if they are checked out) and only archived and undeployable will automatically checkin assets. This is to account for use-cases like when an asset it out for repair should still technically be assigned to the user in question, as it will be returned once it comes back from repair.
Note
Please make sure you have changed your BS_TABLE_STORAGE
value to localStorage
in your .env
and clear your cookies after upgrading. See the pinned issue #16136 for additional information.
What's Changed
- Fixed #16173:
useraccountcontrol
was not included in the ldap query attributes by @joakimbergros in snipe/snipe-it#16337 - Fixed #16331 - Don't make passport:install command require user input by @uberbrady in snipe/snipe-it#16341
- Fixed renaming custom fields by @marcusmoore in snipe/snipe-it#16345
- Nicer
upgrade.php
UI by @snipe in snipe/snipe-it#16342 - Added
name
,model_number
andnotes
for stricter asset model API search by @snipe in snipe/snipe-it#16356 - Added
--no-interaction
to additional passport commands by @snipe in snipe/snipe-it#16363 - Add safety around bulk status update by @spencerrlongg in snipe/snipe-it#16360
- Fixed acceptance reminder command lag on users with no associated email by @Godmartinz in snipe/snipe-it#16361
- Allow pending as an asset status type that does not automatically check the asset in by @snipe in snipe/snipe-it#16354
New Contributors
- @joakimbergros made their first contribution in snipe/snipe-it#16337
Full Changelog: snipe/snipe-it@v8.0.1...v8.0.2