Update snipe/snipe-it Docker tag to v7.1.16 #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v7.0.7
->v7.1.16
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
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: snipe/snipe-it@v7.1.15...v7.1.16
v7.1.15
Compare Source
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
via()
channel for MS Teams (deprecated) by @Godmartinz in https://github.com/snipe/snipe-it/pull/15816filestable
on assets by @snipe in https://github.com/snipe/snipe-it/pull/15819migrate:rollback
issues by @marcusmoore in https://github.com/snipe/snipe-it/pull/15840created_by
and date for bulk user delete/checkin by @snipe in https://github.com/snipe/snipe-it/pull/15845Join the Community!
New Contributors
Full Changelog: snipe/snipe-it@v7.1.14...v7.1.15
v7.1.14
: - Security ReleaseCompare Source
We seem to be getting a lot of mileage from that gif these days. 🫠
This is a security release that handles several CVEs, including CVE-2024-52301, which was just patched in the Laravel core yesterday.
While hosted customers were NOT affected (we do not have
register_argc_argv
enabled on any of our servers), self-hosted community users and support-only customers are encouraged to upgrade as soon as possible, or at the very least make sure that setting is not enabled in yourphp.ini
.In addition to the security patches, we have also added some new features, such as:
As always, still lots more on deck.
PS - we will likely be discontinuing posting updates on our Twitter account moving forward. Instead, find us in these other places:
What's Changed
Model::reguard()
to importer by @marcusmoore in https://github.com/snipe/snipe-it/pull/15603updated_at
for sort in users API by @snipe in https://github.com/snipe/snipe-it/pull/15671$location
in LDAP sync command by @uberbrady in https://github.com/snipe/snipe-it/pull/15672strtolower()
by @NebelKreis in https://github.com/snipe/snipe-it/pull/15687Company::getIdForCurrentUser()
to return null in certain scenarios by @marcusmoore in https://github.com/snipe/snipe-it/pull/15691manufactuer_id
by @Godmartinz in https://github.com/snipe/snipe-it/pull/15722livewire v3.5.9 => v3.5.12
by @Godmartinz in https://github.com/snipe/snipe-it/pull/15712admin_cc_email
validation to allow an array by @Godmartinz in https://github.com/snipe/snipe-it/pull/15756${var}
deprecation warning in License model by @jerm in https://github.com/snipe/snipe-it/pull/15758New Contributors
Full Changelog: snipe/snipe-it@v7.0.13...v7.1.14
v7.0.13
Compare Source
Happy Wednesday, everyone! We're pleased to announce Snipe-IT v7.13 is out. The most notable fix in this release is for folks who suddenly couldn't create asset models with the same name but different model number. That was a temporary issue in validation and should be fixed now.
We've also added the long-requested ability to sort numerically on numeric custom fields. (Folks who are not using MySQL/MariaDB, please let us know if this breaks stuff for you, even though we don't officially support non-MySQL databases.)
We've also added a new bulk option for users, which is the ability to print all items associated with multiple selected users, if that's the sort of thing you're likely to do.
And finally, on most list views, you can now see (and sort by) which administrator created the item.
We've added a
created_by
field to additional endpoints. This field replaces the previoususer_id
API object, which was only being returned in a few places. Theuser_id
object will still be returned as normal, but you should plan on making that switch in your API integrations moving forward, as it will eventually be removed.What's Changed
CustomFieldSetDefaultValuesForModel
component by @marcusmoore in https://github.com/snipe/snipe-it/pull/15486undeployable
when editing by @snipe in https://github.com/snipe/snipe-it/pull/15492status label
not updating by @Godmartinz in https://github.com/snipe/snipe-it/pull/15531user_id
tocreated_by
by @snipe in https://github.com/snipe/snipe-it/pull/15519$logAction
for user file upload by @snipe in https://github.com/snipe/snipe-it/pull/15555action_date
tocreated_at
in activity report by @snipe in https://github.com/snipe/snipe-it/pull/15561Full Changelog: snipe/snipe-it@v7.0.12...v7.0.13
v7.0.12
Compare Source
What's Changed
)
being added to expected asset checkin report email header by @marcusmoore in https://github.com/snipe/snipe-it/pull/15336Configuration
📅 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 was generated by Mend Renovate. View the repository job log.