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

Merged
finn merged 1 commit from renovate/snipe-snipe-it-7.x into main 2024-10-02 16:43:45 +00:00
Member

This PR contains the following updates:

Package Update Change
snipe/snipe-it patch v7.0.12 -> v7.0.13

Release Notes

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

v7.0.13

Compare Source

[!CAUTION]
Snipe-IT now requires PHP 8.1.2 or greater

liz-lemon-wednesday

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.

[!WARNING]
API Change

We've added a created_by field to additional endpoints. This field replaces the previous user_id API object, which was only being returned in a few places. The user_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

Full Changelog: https://github.com/snipe/snipe-it/compare/v7.0.12...v7.0.13


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.0.12` -> `v7.0.13` | --- ### Release Notes <details> <summary>snipe/snipe-it (snipe/snipe-it)</summary> ### [`v7.0.13`](https://github.com/snipe/snipe-it/releases/tag/v7.0.13) [Compare Source](https://github.com/snipe/snipe-it/compare/v7.0.12...v7.0.13) > \[!CAUTION]\ > **Snipe-IT now requires PHP 8.1.2 or greater** ![liz-lemon-wednesday](https://github.com/user-attachments/assets/59e484d8-8245-4827-adc0-e5fd24949fd5) 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. > \[!WARNING]\ > **API Change** We've added a `created_by` field to additional endpoints. This field replaces the previous `user_id` API object, which was only being returned in a few places. The `user_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 - Fixed a couple bugs in `CustomFieldSetDefaultValuesForModel` component by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15486 - Warn user on changing status to `undeployable` when editing by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15492 - Fixed [#&#8203;15504](https://github.com/snipe/snipe-it/issues/15504) - allow nulling/not changing locale in user bulk edit by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15510 - Fixed misalignment of consumables with smaller media by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15493 - Fixes margin for the sidebar menus while using rtl languages by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15471 - Fixed check for outside assets on user update validation by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15516 - Improved multi-asset create when using numeric prefixes to asset_tags by [@&#8203;uberbrady](https://github.com/uberbrady) in https://github.com/snipe/snipe-it/pull/15491 - Fixed selected-index of countries drop-down \[fd-44144] by [@&#8203;uberbrady](https://github.com/uberbrady) in https://github.com/snipe/snipe-it/pull/15521 - Added tests for delete methods in api by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15512 - Fixed mail notification field `status label` not updating by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15531 - Fixed [#&#8203;11634](https://github.com/snipe/snipe-it/issues/11634) - Sort by numeric columns for numeric custom fields by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15518 - Added [#&#8203;15506](https://github.com/snipe/snipe-it/issues/15506): Explicitly request used LDAP attributes by [@&#8203;setpill](https://github.com/setpill) in https://github.com/snipe/snipe-it/pull/15507 - Updated EOL date when used bulk update of purchase date by [@&#8203;Robert-Azelis](https://github.com/Robert-Azelis) in https://github.com/snipe/snipe-it/pull/14671 - Added date range for EOL in custom reports by [@&#8203;akemidx](https://github.com/akemidx) in https://github.com/snipe/snipe-it/pull/13291 - Catch Exceptions on Checkout Notification by [@&#8203;spencerrlongg](https://github.com/spencerrlongg) in https://github.com/snipe/snipe-it/pull/15532 - Change `user_id` to `created_by` by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15519 - Updated jspdf autotable by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15537 - Fixed app settings view on mobile by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15544 - Fixes [#&#8203;15548](https://github.com/snipe/snipe-it/issues/15548) - unify audit api endpoints by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15549 - Fixed input field misalignments by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15552 - Fixed case on `$logAction` for user file upload by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15555 - Changed `action_date` to `created_at` in activity report by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15561 - Fixed [#&#8203;13396](https://github.com/snipe/snipe-it/issues/13396) - do not allow checkout to undeployable status types by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15547 - Added the ability to bulk print users by [@&#8203;marcusmoore](https://github.com/marcusmoore) in https://github.com/snipe/snipe-it/pull/15534 - Update for [#&#8203;15534](https://github.com/snipe/snipe-it/issues/15534) - Refined gates on user bulk by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15563 - Refactoring modals with partials and fixing misalignments by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15498 - Fixes for requiredness indicator in UI by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15573 - Fixed double webhook notifications // Separated email and webhook notifications. by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15524 - Removed sortablity for current value column in depreciations report by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15583 - Better debugging output for new Github Stale Action by [@&#8203;uberbrady](https://github.com/uberbrady) in https://github.com/snipe/snipe-it/pull/15564 - Added maxlengths to additional fields by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15588 - Adds checkin action log on asset delete via View UI by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15589 - Catch Errors Around Request Notifications by [@&#8203;spencerrlongg](https://github.com/spencerrlongg) in https://github.com/snipe/snipe-it/pull/15592 - Updated strings by [@&#8203;snipe](https://github.com/snipe) in https://github.com/snipe/snipe-it/pull/15594 - Fixed divide by zero bug in depreciation transformer by [@&#8203;Godmartinz](https://github.com/Godmartinz) in https://github.com/snipe/snipe-it/pull/15593 **Full Changelog**: https://github.com/snipe/snipe-it/compare/v7.0.12...v7.0.13 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4zIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2024-10-02 13:02:16 +00:00
finn force-pushed renovate/snipe-snipe-it-7.x from 0e8ba4845c to 877e7637d4 2024-10-02 16:43:31 +00:00 Compare
finn merged commit 877e7637d4 into main 2024-10-02 16:43:45 +00:00
finn deleted branch renovate/snipe-snipe-it-7.x 2024-10-02 16:43:45 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
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#24
No description provided.