chore(deps): update snipe/snipe-it docker tag to v7.1.16 #103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/snipe-snipe-it-7.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v7.1.15
->v7.1.16
Release Notes
snipe/snipe-it (snipe/snipe-it)
v7.1.16
Compare Source
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.
BS_TABLE_STORAGE=cookieStorage
toBS_TABLE_STORAGE=localStorage
.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, whereaslocalStorage
can hold a lot more info. (TheBS_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
update
from clearinglocation_id
unnecessarily by @Godmartinz in https://github.com/snipe/snipe-it/pull/15889MAIL_FROM_ADDR
in phpunit configuration by @marcusmoore in https://github.com/snipe/snipe-it/pull/15910MAIL_FROM_NAME
to mail envelope by @Godmartinz in https://github.com/snipe/snipe-it/pull/15918snipeit:acceptance-reminder
command, adds Mail class, adds acceptance reminder tests by @Godmartinz in https://github.com/snipe/snipe-it/pull/15925league/commonmark
's quadratic complexity bugs may lead to a DoS by @joelpittet in https://github.com/snipe/snipe-it/pull/15955assigned_to
) before trying topresent()
the name of the assignee on bulk delete by @snipe in https://github.com/snipe/snipe-it/pull/15962string
to Password Reset Username Rules by @spencerrlongg in https://github.com/snipe/snipe-it/pull/15987tecnickcom/tcpdf
security CVEs by @joelpittet in https://github.com/snipe/snipe-it/pull/16013table-responsive
div from several index blades by @Godmartinz in https://github.com/snipe/snipe-it/pull/15919backup:clean
settings into config by @snipe in https://github.com/snipe/snipe-it/pull/16031zerofill_count
field being ignored during set up by @marcusmoore in https://github.com/snipe/snipe-it/pull/16081serial
as relation search by @snipe in https://github.com/snipe/snipe-it/pull/16102Form::submit
helper by @marcusmoore in https://github.com/snipe/snipe-it/pull/16108Form::password
by @marcusmoore in https://github.com/snipe/snipe-it/pull/16107New 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.
This PR has been generated by Renovate Bot.