Skip to content

Releases: linuxserver/docker-snipe-it

v7.1.16-ls314

23 Jan 07:41
b92a9b9
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.1.16-ls314/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

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

Read more

v7.1.16-ls313

22 Jan 19:08
a15ca85
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.1.16-ls313/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

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.

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: snipe/snipe-it@v7.1.15...v7.1.16

v7.1.15-ls312

20 Jan 20:39
f95f464
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.1.15-ls312/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

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

Join the Community!

New Contributors

Full Changelog: snipe/snipe-it@v7.1.14...v7.1.15

v7.1.15-ls311

06 Jan 20:40
58e96de
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.1.15-ls311/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

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

Join the Community!

New Contributors

Full Changelog: snipe/snipe-it@v7.1.14...v7.1.15

v7.1.15-ls310

23 Dec 20:44
4b8db29
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.1.15-ls310/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

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

Join the Community!

New Contributors

Full Changelog: snipe/snipe-it@v7.1.14...v7.1.15

v7.1.15-ls309

16 Dec 20:50
6bf5574
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.1.15-ls309/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

Remote Changes:

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

Join the Community!

New Contributors

Full Changelog: snipe/snipe-it@v7.1.14...v7.1.15

v7.1.15-ls308

09 Dec 20:43
09455f2
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.1.15-ls308/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

snipe-it Changes:

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

Join the Community!

New Contributors

Full Changelog: snipe/snipe-it@v7.1.14...v7.1.15

v7.1.15-ls307

02 Dec 20:50
c37391e
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.1.15-ls307/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

snipe-it Changes:

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

Join the Community!

New Contributors

Full Changelog: snipe/snipe-it@v7.1.14...v7.1.15

v7.1.15-ls306

25 Nov 15:06
c4db4dc
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.1.15-ls306/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

snipe-it Changes:

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

Join the Community!

New Contributors

Full Changelog: snipe/snipe-it@v7.1.14...v7.1.15

v7.1.14-ls305

14 Nov 02:18
bad9e26
Compare
Choose a tag to compare

CI Report:

https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.1.14-ls305/index.html

LinuxServer Changes:

Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.

snipe-it Changes:

Caution

This is a security release. All Snipe-IT users are strongly encouraged to upgrade.

liz-lemon-wednesday

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 your php.ini.

In addition to the security patches, we have also added some new features, such as:

  • Ability to import Asset Models (without accompanying assets) via the Importer
  • Ability to override or null out the EOL date for assets via the asset bulk edit screen
  • Optimized some queries and indexes to speed things up a bit
  • Fixed a bug where OU was accidentally required to create locations via the GUI
  • Miscellaneous UI improvements and fixes
  • Full changelog can be found below

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:

FYI, in our excitement to get this released, we mistakenly tagged this as 7.1.14 instead of 7.0.14 (yay, automation, amirite?) Unfortunately, deleting tags makes this more difficult for the docker folks, so we're just running with it. Sorry for the confusion, but you didn't miss anything, it was just a simple typo. We'll update the version.php file so at least they both agree.

What's Changed

Read more