CI Report:
https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.1.15-ls306/index.html
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Happy Monday, everyone! This is a bugfix release, mostly for folks running docker who only can deploy via tagged releases. We also fixed an issue with asset models not displaying on the listing page in some circumstances, fixed a few issues related to the recent MS Teams webhook deprecations, and handled an issue where uploaded asset files could not be deleted properly, plus a few visual tweaks for the signature pad.
What's Changed
- Specify the table name in select for models controller by @snipe in snipe/snipe-it#15811
- Fixing #15064 - to not fail ldap sync on single data issue with ldap … by @maciej-poleszczyk in snipe/snipe-it#15558
- replace the
via()
channel for MS Teams (deprecated) by @Godmartinz in snipe/snipe-it#15816 - Corrected route name for delete action on
filestable
on assets by @snipe in snipe/snipe-it#15819 - Removes asset tag if 2D code is not present by @Godmartinz in snipe/snipe-it#15817
- Fixed #15820 - added model number to view-assets by @snipe in snipe/snipe-it#15822
- Fixed admin user not showing in download "all activity" report by @snipe in snipe/snipe-it#15828
- Fixed a few
migrate:rollback
issues by @marcusmoore in snipe/snipe-it#15840 - Update README.md - small typo by @viclou in snipe/snipe-it#15843
- Fixed Bulk Delete page not showing full information by @akemidx in snipe/snipe-it#15757
- Fixed variable name to correctly log
created_by
and date for bulk user delete/checkin by @snipe in snipe/snipe-it#15845 - Indicate requiredness on status select on bulk user checkin+delete by @snipe in snipe/snipe-it#15848
- Added tests around deleting component via ui by @marcusmoore in snipe/snipe-it#15852
- Added #15677: API Route for Generating Asset Labels by @NebelKreis in snipe/snipe-it#15847
- Added #15803: Category Field to Asset Related Mails by @NebelKreis in snipe/snipe-it#15854
- Improved speed of sqlite tests in GitHub Actions by @marcusmoore in snipe/snipe-it#15860
- Added tests for component checkout api endpoint by @marcusmoore in snipe/snipe-it#15864
- Adds a ternary for blank emails for mail notifications by @Godmartinz in snipe/snipe-it#15859
- Replace env with config variable for from address by @Godmartinz in snipe/snipe-it#15839
- Fixed bug in component checkins via api by @marcusmoore in snipe/snipe-it#15851
- Resolves Validation for Encrypted Numeric and Alpha Custom Fields by @spencerrlongg in snipe/snipe-it#15818
- Adding colon to password translation string by @akemidx in snipe/snipe-it#15850
- Always call resizeCanvas by @marcusmoore in snipe/snipe-it#15870
Join the Community!
- Join our Discord! It’s full of great people. We even wrote about it here!
- Follow us on Bluesky at @snipeitapp.com
- Follow us on Mastodon at hachyderm.io/@grokability
- Follow our blog at Grokstar.Dev
- Subscribe here on Github for notifications about new releases. (We recommend selecting "Releases" only for most users - this repo can get noisy.)
New Contributors
- @maciej-poleszczyk made their first contribution in snipe/snipe-it#15558
- @viclou made their first contribution in snipe/snipe-it#15843
Full Changelog: snipe/snipe-it@v7.1.14...v7.1.15