Releases: linuxserver/docker-snipe-it
v7.0.9-ls287
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1.2 or greater
Another small patch release which largely handles missing translations and the some refinements on the upgrade.php
script to make upgrading a little smoother, and added a boatload more automated tests. We also tightened up some queries on the consumables side, so hopefully those with much larger data sets for consumables will notice speedier load times there.
Additionally, we identified and fixed an issue where in some circumstances, custom field data could be lost when auditing an asset, and we also added better history tracking for consumables.
What's Changed
- General cleanup - Docblock fixes, adding type hinting, added tests, added asset model form validator by @snipe in snipe/snipe-it#15029
- Fixed API key missing translations by @snipe in snipe/snipe-it#15055
- Fixed missing print user assigned filter by @Godmartinz in snipe/snipe-it#15059
- Fixes Potential Exception by @spencerrlongg in snipe/snipe-it#15057
upgrade.php
: More helpful output when we can't read.upgrade_requirements.json
by @jerm in snipe/snipe-it#15051upgrade.php
: If we're on windows, make sure we can load intermediate certificates by @jerm in snipe/snipe-it#15052- Small consumables optimizations by @snipe in snipe/snipe-it#15071
- Fixed inconsistent attributes order in Print All Assigned report by @FlorentDotMe in snipe/snipe-it#15069
New Contributors
- @FlorentDotMe made their first contribution in snipe/snipe-it#15069
Full Changelog: snipe/snipe-it@v7.0.8...v7.0.9
v7.0.8-ls287
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1.2 or greater
Happy Monday, nerds! This release fixes some missing translations, adds some improvements for merging users, fixes a bug where custom field data could be lost when auditing under certain conditions, and also adds some query optimizations for speed. Enjoy!
What's Changed
- Added missing translations by @snipe in snipe/snipe-it#15010
- Removed non-counts from allowed array by @snipe in snipe/snipe-it#15021
- Resolved Potential Issue when Deleting Personal Access Tokens by @spencerrlongg in snipe/snipe-it#15022
- Fixed #15005 - Improvements on user merge by @snipe in snipe/snipe-it#15016
- Added files column to bulk user delete, optimized queries by @snipe in snipe/snipe-it#15023
- Upgrade webpack from 5.91.0 to 5.92.0 #15008 by @snipe in snipe/snipe-it#15025
- Added #15015 - ability for admins to select default avatar by @snipe in snipe/snipe-it#15027
- Fixed #15037 - Removed custom fieldsets on auditing - it’s not used (yet) by @snipe in snipe/snipe-it#15043
- Snyk - Updated jquery validation by @snipe in snipe/snipe-it#15045
- Added localization for bootstrap-tables by @snipe in snipe/snipe-it#15046
Full Changelog: snipe/snipe-it@v7.0.7...v7.0.8
v7.0.7-ls286
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1.2 or greater
Happy Tuesday! This point release handles the unusual (but possible) use-case where the language in APP_LOCALE
had not been updated correctly to use the four/five letter ISO code and was still using the two-letter code, so users might have seen issues with translation strings related to FALLBACK_APP_LOCALE
. This also fixes the upgrade script where the requirements checks would fail if you did not have gd installed, but you do have Imagemagick installed. Plus, a new label template for endless 62mm Brother printer rolls!
What's Changed
- Updated Livewire to v3 by @marcusmoore in snipe/snipe-it#14831
- Check that the user exists before trying to fill the request by @snipe in snipe/snipe-it#14982
- Fixed #14976, #14975, #14973 - Translation strings aren't always working by @uberbrady in snipe/snipe-it#14981
- Removed "Edit Your Profile" button from View Assets page if user is not able to edit their profile by @marcusmoore in snipe/snipe-it#14999
- Added links on user table to tabs on show user page by @marcusmoore in snipe/snipe-it#15001
- Fixed extension requirement checking in upgrade script by @marcusmoore in snipe/snipe-it#14986
- Use more modern reference for input text by @snipe in snipe/snipe-it#14983
- Add Label Template: Use with endless 62mm Brother printer rolls by @Galaxy102 in snipe/snipe-it#14870
New Contributors
- @Galaxy102 made their first contribution in snipe/snipe-it#14870
Full Changelog: snipe/snipe-it@v7.0.6...v7.0.7
v7.0.6-ls285
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1.2 or greater
This is a small point release that should handle a few translation issues as well as fixing some configuration issues for docker users and users behind a reverse proxy server using SAML.
What's Changed
- Added avif to translation string by @snipe in snipe/snipe-it#14963
- Fixes #14968 - translate forbidden page by @snipe in snipe/snipe-it#14971
- Fixed importer table background color by @Godmartinz in snipe/snipe-it#14966
- Fixed #14895 and #14919 - set SAML
baseurl
to a sensible default for docker users and users behind a reverse proxy by @uberbrady in snipe/snipe-it#14974
Full Changelog: snipe/snipe-it@v7.0.5...v7.0.6
v7.0.5-ls285
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1.2 or greater
This release largely handles some translation issues (especially related to backup notification emails), a few small importer issues related to date importing, and a bunch of additional automated tests. We also added the feature of being able to disallow your users to edit their profiles at all, and fixed an issue around the ability to delete users.
What's Changed
- Fixed importer audit date validation issue by @snipe in snipe/snipe-it#14908
- Fixed backup notification translations by @snipe in snipe/snipe-it#14920
- Added
lastname.firstname
as email format by @snipe in snipe/snipe-it#14921 - Add storage path permissions test by @bryanlopezinc in snipe/snipe-it#14912
- Added some style changes in label field selector for the
DefaultLabel
template by @Godmartinz in snipe/snipe-it#14791 - Fixed incorrect translation path for edit profile confirmation message by @snipe in snipe/snipe-it#14922
- Updated language strings by @snipe in snipe/snipe-it#14923
- Fixed small deprecation warnings for PHP8.2 by @snipe in snipe/snipe-it#14932
- Possible fix for #14915 - error on import when status label is not provided and no deployable statuses can be found by @snipe in snipe/snipe-it#14924
- Added php 8.3 test by @snipe in snipe/snipe-it#14934
- Fixed #14935 - improvements and more tests around user deletion by @snipe in snipe/snipe-it#14937
- Updated PHPunit by @snipe in snipe/snipe-it#14941
- Check that there is a depreciation date before formatting by @snipe in snipe/snipe-it#14949
- Bump docker/build-push-action from 5 to 6 by @dependabot in snipe/snipe-it#14947
- Updated translations by @snipe in snipe/snipe-it#14950
- Additional translation strings by @snipe in snipe/snipe-it#14925
- Added ability to disallow profile editing by @snipe in snipe/snipe-it#14951
Full Changelog: snipe/snipe-it@v7.0.4...v7.0.5
v7.0.4-ls284
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1 or greater
This release just addresses some small issues for folks behind reverse proxies and fixes a few small bits for folks on PHP 8.1.x that would have only have had issues if they pulled from master within the past 24 hours.
What's Changed
- Prefaced fields with “users” for clarity by @snipe in snipe/snipe-it#14893
- Fixed #14882 - Properly scope archived based on settings by @snipe in snipe/snipe-it#14894
- Fixed #14898 - (regression) Reverted debugbar back into require vs require-dev by @snipe in snipe/snipe-it#14899
- Fixed unable to install on PHP 8.1 by @marcusmoore in snipe/snipe-it#14900
- Possible fix for proxy/reverse proxy by @snipe in snipe/snipe-it#14896
Full Changelog: snipe/snipe-it@v7.0.3...v7.0.4
v7.0.4-ls283
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1 or greater
This release just addresses some small issues for folks behind reverse proxies and fixes a few small bits for folks on PHP 8.1.x that would have only have had issues if they pulled from master within the past 24 hours.
What's Changed
- Prefaced fields with “users” for clarity by @snipe in snipe/snipe-it#14893
- Fixed #14882 - Properly scope archived based on settings by @snipe in snipe/snipe-it#14894
- Fixed #14898 - (regression) Reverted debugbar back into require vs require-dev by @snipe in snipe/snipe-it#14899
- Fixed unable to install on PHP 8.1 by @marcusmoore in snipe/snipe-it#14900
- Possible fix for proxy/reverse proxy by @snipe in snipe/snipe-it#14896
Full Changelog: snipe/snipe-it@v7.0.3...v7.0.4
v7.0.3-ls282
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1 or greater
If you happen to be running Snipe-IT over a reverse-proxy and when you upgrade, your CSS does not load, try setting APP_FORCE_TLS=true
in your .env
.
What's Changed
- Fixed missing
}
by @marcusmoore in snipe/snipe-it#14884 - Added more tests around Asset Model by @marcusmoore in snipe/snipe-it#14885
- Fixed namespace for ViewUserTest by @marcusmoore in snipe/snipe-it#14887
- Bumped debugbar from v3.13.0 to v3.13.5 to fix issue with session messages by @marcusmoore in snipe/snipe-it#14886
Full Changelog: snipe/snipe-it@v7.0.2...v7.0.3
v7.0.2-ls281
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1 or greater
Quick fix release for a backup notification issue, and also cleaned up some really small layout glitches.
If you happen to be running Snipe-IT over a reverse-proxy and when you upgrade, your CSS does not load, try setting APP_FORCE_TLS=true
in your .env
.
What's Changed
- Fixed small footer issues by @snipe in snipe/snipe-it#14876
- Updated spatie backup notification config class names by @snipe in snipe/snipe-it#14877
- Fixed weird layout in admin oauth [sc-25673] by @snipe in snipe/snipe-it#14879
Full Changelog: snipe/snipe-it@v7.0.1...v7.0.2
v7.0.2-ls280
LinuxServer Changes:
Existing users should update: site-confs/default.conf - Cleanup default site conf.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1 or greater
Quick fix release for a backup notification issue, and also cleaned up some really small layout glitches.
What's Changed
- Fixed small footer issues by @snipe in snipe/snipe-it#14876
- Updated spatie backup notification config class names by @snipe in snipe/snipe-it#14877
- Fixed weird layout in admin oauth [sc-25673] by @snipe in snipe/snipe-it#14879
Full Changelog: snipe/snipe-it@v7.0.1...v7.0.2