LinuxServer Changes:
Rebase to Alpine 3.17, migrate to s6v3.
snipe-it Changes:
⚠️ IMPORTANT: Later versions of Snipe-IT will require PHP8.0 or greater
What's Changed
- Added new SCIM env vars; and upgraded SCIM library by @uberbrady in snipe/snipe-it#12088
- Fixed 500 on missing license files on server by @snipe in snipe/snipe-it#12105
- Fixed 500 error if model files are missing on server by @snipe in snipe/snipe-it#12107
- Added custom field option to view assets by @snipe in snipe/snipe-it#12096
- Fixed HTTP AssetTransformer to generate an empty object for missing custom fields by @fernando-almeida in snipe/snipe-it#12106
- Allow searching directly for asset tag and serial via main API endpoint by @snipe in snipe/snipe-it#12118
- Replace error suppression with better logic by @snipe in snipe/snipe-it#12121
- Added: API endpoint to trigger a user email notification with their assigned assets by @lukasfehling in snipe/snipe-it#12119
- Added ability to include deleted items in tag search endpoint by @snipe in snipe/snipe-it#12120
- Fixed #12109 - Duplicate column on Category listing by @deloz in snipe/snipe-it#12129
- Fixed 500 if
format
is not passed to the create custom field endpoint payload by @snipe in snipe/snipe-it#12131 - Fixed issue where View Assigned Assets would crash if there are no custom fields for any assigned models by @snipe in snipe/snipe-it#12132
- Fixed #12095 - email logo still linking even if settings deny it by @deloz in snipe/snipe-it#12127
- Fixed checkout to all description by @Godmartinz in snipe/snipe-it#12122
- Added
serial
column to the user history page by @Godmartinz in snipe/snipe-it#12141 - Fixed #9949 - PATCH to custom fields failing on validation (alt approach to #12011) by @snipe in snipe/snipe-it#12139
- Fixed restore icon in table view by @whalehub in snipe/snipe-it#12148
- Fixed background color for readonly date picker fields by @snipe in snipe/snipe-it#12157
- Fixed #12046 #12137 Custom field checkboxes not holding value by @inietov in snipe/snipe-it#12165
- Fixed #12161 500 error when accepting assets by @inietov in snipe/snipe-it#12168
- Fixed #12046 #12137 Custom field checkboxes not holding value for develop by @inietov in snipe/snipe-it#12166
- Fixed categories view columns matching by @Robert-Azelis in snipe/snipe-it#12164
- SCIM updates by @uberbrady in snipe/snipe-it#12159
- Fixed #11980 Submit button deactivated in Users' Bulk Checkin if no status selected by @inietov in snipe/snipe-it#12167
- Fixed #11699 and #12065 Email issues by @inietov in snipe/snipe-it#12125
- Added serial number to emailed inventory report by @snipe in snipe/snipe-it#12185
- Fixed #12133 - Added job title to header in print assets view by @snipe in snipe/snipe-it#12187
- Fixed #12119 - updated user inventory language to use strings by @akemidx in snipe/snipe-it#12182
- Fixed life-ring icon color with themes by @Godmartinz in snipe/snipe-it#12194
- Fixed #11682 Custom field type of CUSTOM REGEX defaults back to ANY on editing by @inietov in snipe/snipe-it#12197
- Fixed accidental curly quotes in #12182 by @akemidx in snipe/snipe-it#12204
- Fixed typo in screen reader text by @snipe in snipe/snipe-it#12219
- Fixed regression with the custom report export user fields by @Godmartinz in snipe/snipe-it#12134
- Fixes the margin and padding for img barcode in labels by @Godmartinz in snipe/snipe-it#12224
- Use
heroku-redis:mini
instead ofhobby
as It is deprecated by @oguzbilgic in snipe/snipe-it#12231 - Add throttle for password reset form by @snipe in snipe/snipe-it#12221
New Contributors
- @fernando-almeida made their first contribution in snipe/snipe-it#12106
- @lukasfehling made their first contribution in snipe/snipe-it#12119
- @deloz made their first contribution in snipe/snipe-it#12129
- @whalehub made their first contribution in snipe/snipe-it#12148
- @akemidx made their first contribution in snipe/snipe-it#12182
- @oguzbilgic made their first contribution in snipe/snipe-it#12231
Full Changelog: snipe/snipe-it@v6.0.13...v6.0.14