chore(deps): update snipe/snipe-it docker tag to v7.1.16 #103

Merged
finn merged 1 commit from renovate/snipe-snipe-it-7.x into main 2025-01-24 06:11:18 +00:00
Member

This PR contains the following updates:

Package Update Change
snipe/snipe-it patch v7.1.15 -> v7.1.16

Release Notes

snipe/snipe-it (snipe/snipe-it)

v7.1.16

Compare Source

[!CAUTION]
Future major versions of Snipe-IT will requires PHP 8.2.0 or greater. Please update as soon as possible to avoid delays updating Snipe-IT moving forward!

liz-lemon-wednesday

Happy Wednesday, Grokstars! This release adds several small quality of life improvements on both mobile and desktop view, as well as some refactoring to make sure we have tests and a smoother transition as we begin focusing on Snipe-IT v8.

We've also added saved custom report templates, so if you find yourself running different custom asset reports frequently, you can now save them instead of adding filter criteria each time.

[!NOTE]
If you end up seeing some blank table lists, do the following:

  • Clear your cookies
  • In your .env changing BS_TABLE_STORAGE=cookieStorage to BS_TABLE_STORAGE=localStorage.
  • Clear your config cache (if you use it): php artisan config:clear

We're encouraging everyone to switch to localStorage for that value, as folks with a lot of custom fields, etc can end up stuffing the browser cookie full and getting errors, whereas localStorage can hold a lot more info. (The BS_TABLE_STORAGE env var determines whether it's cookies or local storage that holds your sorting, pagination, search, etc preferences within the table.)

As mentioned above, future major releases of Snipe-IT will require PHP version 8.2.0 or greater, so get those servers upgraded!

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v7.1.15...v7.1.16


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [snipe/snipe-it](https://github.com/snipe/snipe-it) | patch | `v7.1.15` -> `v7.1.16` | --- ### Release Notes <details> <summary>snipe/snipe-it (snipe/snipe-it)</summary> ### [`v7.1.16`](https://github.com/snipe/snipe-it/releases/tag/v7.1.16) [Compare Source](https://github.com/snipe/snipe-it/compare/v7.1.15...v7.1.16) > \[!CAUTION]\ > **Future major versions of Snipe-IT will requires PHP 8.2.0 or greater. Please update as soon as possible to avoid delays updating Snipe-IT moving forward!** ![liz-lemon-wednesday](https://github.com/user-attachments/assets/59e484d8-8245-4827-adc0-e5fd24949fd5) Happy Wednesday, Grokstars! This release adds several small quality of life improvements on both mobile and desktop view, as well as some refactoring to make sure we have tests and a smoother transition as we begin focusing on Snipe-IT v8. We've also added saved custom report templates, so if you find yourself running different custom asset reports frequently, you can now save them instead of adding filter criteria each time. > \[!NOTE]\ > If you end up seeing some blank table lists, do the following: - Clear your cookies - In your .env changing `BS_TABLE_STORAGE=cookieStorage` to `BS_TABLE_STORAGE=localStorage`. - Clear your config cache (if you use it): `php artisan config:clear` We're encouraging everyone to switch to `localStorage` for that value, as folks with a lot of custom fields, etc can end up stuffing the browser cookie full and getting errors, whereas `localStorage` can hold a lot more info. (The `BS_TABLE_STORAGE` env var determines whether it's cookies or local storage that holds your sorting, pagination, search, etc preferences within the table.) As mentioned above, future major releases of Snipe-IT will require PHP version 8.2.0 or greater, so get those servers upgraded! #### What's Changed - Fixed Users API `update` from clearing `location_id` unnecessarily by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15889 - Use transformer for model files by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16101 - Mobile view fix by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15890 - Hardened asset checkout validation by requiring integer by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15892 - Fixed [#&#8203;15901](https://github.com/snipe/snipe-it/issues/15901) - re-added required indicator on text and select custom fields by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15904 - Revert "Hardened asset checkout validation by requiring integer" by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15908 - Included `MAIL_FROM_ADDR` in phpunit configuration by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15910 - Fixed general webhook option notifications not firing by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15909 - Added `MAIL_FROM_NAME` to mail envelope by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15918 - Added: Added Category to User Inventory Emails by [@&#8203;akemidx](https://github.com/akemidx) in https://github.com/snipe/snipe-it/pull/15920 - Fixed: `snipeit:acceptance-reminder` command, adds Mail class, adds acceptance reminder tests by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15925 - Fixed Vague Error Messages In Setting Asset Model Default Values by [@&#8203;spencerrlongg](https://github.com/spencerrlongg) in https://github.com/snipe/snipe-it/pull/15565 - Only update asset locations to assets checked out to users. \[Fixes: fd-45583 and fd-45702] by [@&#8203;uberbrady](https://github.com/uberbrady) in https://github.com/snipe/snipe-it/pull/15939 - Fixed Unaccepted Assets Reports Resend acceptance reminder email function by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15914 - Added null safe operator to accepter reminder command by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15954 - Fixes `league/commonmark`'s quadratic complexity bugs may lead to a DoS by [@&#8203;joelpittet](https://github.com/joelpittet) in https://github.com/snipe/snipe-it/pull/15955 - Set appropriate category for licenses when seeding by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15956 - Reversed order of the acceptance and note parameters in Mail listener by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15957 - Fixed frontend validation messages on create asset page by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15944 - Fixes to backup-restore 'clean' mode to better handle character sets and zero-values \[Fixes: fd-45757, fd-44714, fd-44737, fd-44692] by [@&#8203;uberbrady](https://github.com/uberbrady) in https://github.com/snipe/snipe-it/pull/15960 - Check for assigned (not `assigned_to`) before trying to `present()` the name of the assignee on bulk delete by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15962 - Updated font awesome by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15972 - Refactored Barcode Settings into Label Settings by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15446 - Next try accessories to locations rebased by [@&#8203;uberbrady](https://github.com/uberbrady) in https://github.com/snipe/snipe-it/pull/15973 - Added `string` to Password Reset Username Rules by [@&#8203;spencerrlongg](https://github.com/spencerrlongg) in https://github.com/snipe/snipe-it/pull/15987 - Renamed variables to match columns for label settings by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15986 - Added a few order options on audit report by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15991 - Updated Checkout Button Permission for Predefined Kits by [@&#8203;spencerrlongg](https://github.com/spencerrlongg) in https://github.com/snipe/snipe-it/pull/15982 - Added simple front end render tests by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15976 - Added tests around license checkin by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15975 - Added Consumable UI tests by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15965 - Added Accessory UI tests by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15964 - Hardened asset checkout validation by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15912 - Saved Custom Report Templates by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15714 - Fixed reset demo command by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15992 - Added check for valid asset before accessing properties by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16003 - Fixed `tecnickcom/tcpdf` security CVEs by [@&#8203;joelpittet](https://github.com/joelpittet) in https://github.com/snipe/snipe-it/pull/16013 - Fixed [#&#8203;15977](https://github.com/snipe/snipe-it/issues/15977) - Set order by on companies by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16024 - Removed the `table-responsive` div from several index blades by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15919 - Fixed migration causing issues with mariadb by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/16028 - Pull `backup:clean` settings into config by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16031 - Fixes the mail locale check by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/16034 - Fixed acceptance reminder email formatting by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/16035 - Fixed default values for label types in the DB by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/16033 - Check for blank OR null on asset tag/serial formatter by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16047 - Fixes : Following docs on running the project in production mode with docker defaulting to v6.1.4 by [@&#8203;AnouarTouati](https://github.com/AnouarTouati) in https://github.com/snipe/snipe-it/pull/16009 - Update related asset when checkout acceptance created via factory by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/16051 - Adds try/catch around notification failing with an inactive webhook for better user experience by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/16050 - Added: Brother TZe 24mm D label by [@&#8203;aHVzY2g](https://github.com/aHVzY2g) in https://github.com/snipe/snipe-it/pull/16018 - Fixed [#&#8203;16054](https://github.com/snipe/snipe-it/issues/16054): fix incorrect compose service name in the APP_KEY generation command of the Docker env file by [@&#8203;brlin-tw](https://github.com/brlin-tw) in https://github.com/snipe/snipe-it/pull/16053 - Added [#&#8203;15107](https://github.com/snipe/snipe-it/issues/15107): Customizable 2D Barcode Content for Asset Labels by [@&#8203;NebelKreis](https://github.com/NebelKreis) in https://github.com/snipe/snipe-it/pull/15747 - Moved keywords in language file by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16061 - Conditionally update assets when user's location moves via LDAP by [@&#8203;uberbrady](https://github.com/uberbrady) in https://github.com/snipe/snipe-it/pull/16046 - Fixed Asset Count on Users Index Page Counting Soft Deleted Items by [@&#8203;akemidx](https://github.com/akemidx) in https://github.com/snipe/snipe-it/pull/15981 - Docker Improvement: Change the logging channel to storage/logs/laravel.log file by [@&#8203;AnouarTouati](https://github.com/AnouarTouati) in https://github.com/snipe/snipe-it/pull/16011 - Fixed debug mode disabled and composer dev dependencies not installed in docker dev container by [@&#8203;AnouarTouati](https://github.com/AnouarTouati) in https://github.com/snipe/snipe-it/pull/16010 - Fixed unaccepted assets report memory exhaustion bug, Optimized query by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/16036 - Fixed `zerofill_count` field being ignored during set up by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/16081 - Fixes [#&#8203;15017](https://github.com/snipe/snipe-it/issues/15017) - card view for mobile by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16089 - Better hide reset password functionality for LDAP users by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16091 - Automatically detect character encoding of CSV import files by [@&#8203;uberbrady](https://github.com/uberbrady) in https://github.com/snipe/snipe-it/pull/16096 - Fixed [#&#8203;16000](https://github.com/snipe/snipe-it/issues/16000) - add S3 support for eula PDF downloads by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16090 - Fixed [#&#8203;16097](https://github.com/snipe/snipe-it/issues/16097) - added location ID to location importer by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16099 - Added `serial` as relation search by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16102 - Added fragment to uploads for redirect by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16105 - Migrate `Form::submit` helper by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/16108 - Updated language files by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/16115 - Replace calls to `Form::password` by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/16107 #### New Contributors - [@&#8203;AnouarTouati](https://github.com/AnouarTouati) made their first contribution in https://github.com/snipe/snipe-it/pull/16009 - [@&#8203;aHVzY2g](https://github.com/aHVzY2g) made their first contribution in https://github.com/snipe/snipe-it/pull/16018 - [@&#8203;brlin-tw](https://github.com/brlin-tw) made their first contribution in https://github.com/snipe/snipe-it/pull/16053 **Full Changelog**: https://github.com/snipe/snipe-it/compare/v7.1.15...v7.1.16 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovatebot added 1 commit 2025-01-22 19:02:36 +00:00
chore(deps): update snipe/snipe-it docker tag to v7.1.16
All checks were successful
/ diff-and-deploy (push) Successful in 1m13s
e4e96bc919
finn merged commit e43bd47200 into main 2025-01-24 06:11:18 +00:00
finn deleted branch renovate/snipe-snipe-it-7.x 2025-01-24 06:11:18 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: JankySolutions/infra#103
No description provided.