Skip to content

Releases: linuxserver/docker-snipe-it

v4.6.1-pkg-5db5be3b-ls6

19 Jul 18:19
Compare
Choose a tag to compare

LinuxServer Changes:

typo in repo endpoint

snipe-it Changes:

New in v4.6.1

This is a bug fix release that handles a few issues with login, custom fields and consumables.

IMPORTANT: This will be one of the final releases of Snipe-IT that will work with PHP5. Future versions of Snipe-IT will require PHP 7.1.3 or greater. Please start upgrading your versions of PHP to 7.1.3 to prepare for the next release. There may be a few small bug fix releases before Snipe-IT v5, but you should start preparing now.

Fixed:

  • Fixed #5894 - lookup by asset tag in top search broken
  • Fixed #5895 - wrong date validation in maintenances
  • Fixed #5893 - activated typo
  • Fixed - checkin_email does not exist on consumable. (#5891)
  • Partial fix for #5896 - custom fields regex not saving correctly

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.

For a full list of changes, see the changelog.

Known Issues

Users running MariaDB 10.2.7 and later may have an issue upgrading or installing, due to a change in the way MariaDB stores null defaults. This issue will be fixed once the open pull request in the Doctrine repo is merged and a new version of Doctrine is released with these fixes. You can read more about that issue here.

After completing the upgrade process below, be sure to clear your browser cookies.

Upgrading from v3

Please see the upgrade instructions here.

v4.6.0-pkg-5db5be3b-ls6

19 Jul 03:45
Compare
Choose a tag to compare

LinuxServer Changes:

typo in repo endpoint

snipe-it Changes:

New in v4.6.0

This release fixes a few regression issues from the last few releases related to checkin/checkout email notifications and assets pending acceptance.

We also discovered and fixed an issue with authorization gates that would erroneously display a "checkin" button for license seats that were not actually checked out if a non-admin user had a particular set of granular permissions. Clicking on that "checkin" button would result in a "whoops" error, since it was trying to checkin an asset that wasn't checked out in the first place.

We've added a nicer UI on the asset and license file upload interface as well, which will now show you the names of the files you're uploading.

screen shot 2018-07-16 at 7 28 36 pm

A new logging table has been added to track login attempts (successful and unsuccessful), although there isn't a UI that exposes that just yet. (Next release.)

And finally, we've cleaned up the Low Inventory email report and the Expiring Assets email report. Behold, the before and after!

Old

screen shot 2018-07-18 at 5 14 34 pm

screen shot 2018-07-18 at 6 13 42 pm

New

screen shot 2018-07-18 at 5 36 51 pm

screen shot 2018-07-18 at 6 39 49 pm

IMPORTANT: This will be one of the final releases of Snipe-IT that will work with PHP5. Future versions of Snipe-IT will require PHP 7.1.3 or greater. Please start upgrading your versions of PHP to 7.1.3 to prepare for the next release. There may be a few small bug fix releases before Snipe-IT v5, but you should start preparing now.

Added:

  • Added #5859 - added file name/size to file upload UI
  • Added (unofficial) support for PgSQL
  • Added #5842 - added components to location detail view
  • Added login attempt logging
  • Add DB port number to docker configs

Fixed:

  • Fixed issue where you could not check out to a user/location with the same ID as the asset.
  • Fixed regression #5470: Checkin emails not working
  • Fixed regression #5772: Assets requiring acceptance not storing pending acceptance state
  • Fixed #5591 - Removes setting the encryption status on custom field update
  • Fixed activated flag check for login
  • Fixed issue with License gate for non-admins
  • Fixed issue with Location gate for non-admins

Improved:

  • Refactored and cleaned up old code
  • Removed old unused helpers
  • Removed the unused bulk operations for components
  • Nicer email notifications for low inventory report and expiring licenses/assets report

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.

For a full list of changes, see the changelog.

Known Issues

Users running MariaDB 10.2.7 and later may have an issue upgrading or installing, due to a change in the way MariaDB stores null defaults. This issue will be fixed once the open pull request in the Doctrine repo is merged and a new version of Doctrine is released with these fixes. You can read more about that issue here.

After completing the upgrade process below, be sure to clear your browser cookies.

Upgrading from v3

Please see the upgrade instructions here.

v4.5.0-pkg-5db5be3b-ls6

16 Jul 01:46
Compare
Choose a tag to compare

LinuxServer Changes:

typo in repo endpoint

snipe-it Changes:

New in v4.5.0

IMPORTANT: This will be one of the final releases of Snipe-IT that will work with PHP5. Future versions of Snipe-IT will require PHP 7.1.3 or greater. Please start upgrading your versions of PHP to 7.1.3 to prepare for the next release. There may be a few small bug fix releases before Snipe-IT v5, but you should start preparing now.

Added:

  • Use custom header color in emails
  • Added notes field to acessories and consumable checkout pages
  • Added created_at to file upload UI, added header/footer to files modals
  • Added #5354 - adds dd/mm/yyyy to localization
  • Added Ubuntu Bionic Beaver 18.04 support (#5687)
  • Make version footer configurable. (#5730)
  • Set composer timeout to 3000 - this should resolve issues with downloading psyh/psyh on slow connections
  • Added textarea as a custom field type
  • Added logo class for logo override in custom CSS on login page
  • Added method to get info on the current user of the API (#5722)
  • Added #5751 - added option for unique constraint on serial

Fixed:

  • Added last name to expected checkin notification
  • Force default storage engine (this should fix weird indexing issues on versions of mysql that inexplicably still have MyISAM set as the default storage engine type)
  • Fixed #5617 - incorrect url to fieldset editing
  • Fixed #5616 - removed duplicate call to ekkoLightbox on asset view
  • Fixed oauth issue in Docker
  • Fixed #5172 - autosum on assets detail view for components tab
  • Fixed #5693 - don’t truncate license key
  • Fixed inconsistent or incorrect comment labels
  • Fixed the alignment of a couple navbar icons (#5764)
  • Fixed broken pagination on status labels API
  • Fixed bug where software categories did not check to see if they had licenses in them before deleting
  • Fixed #5742 - create_function() is deprecated
  • Fixed bug in branding image upload size text
  • Small UI fixes
  • Misc Docker improvements/fixes

Added Documentation:

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.

For a full list of changes, see the changelog.

Known Issues

Users running MariaDB 10.2.7 and later may have an issue upgrading or installing, due to a change in the way MariaDB stores null defaults. This issue will be fixed once the open pull request in the Doctrine repo is merged and a new version of Doctrine is released with these fixes. You can read more about that issue here.

After completing the upgrade process below, be sure to clear your browser cookies.

Upgrading from v3

Please see the upgrade instructions here.

v4.5.0-pkg-5db5be3b-ls5

13 Jul 16:00
Compare
Choose a tag to compare

LinuxServer Changes:

reverting Jenkinsfile changes until the ci process is vetted in development

snipe-it Changes:

New in v4.5.0

IMPORTANT: This will be one of the final releases of Snipe-IT that will work with PHP5. Future versions of Snipe-IT will require PHP 7.1.3 or greater. Please start upgrading your versions of PHP to 7.1.3 to prepare for the next release. There may be a few small bug fix releases before Snipe-IT v5, but you should start preparing now.

Added:

  • Use custom header color in emails
  • Added notes field to acessories and consumable checkout pages
  • Added created_at to file upload UI, added header/footer to files modals
  • Added #5354 - adds dd/mm/yyyy to localization
  • Added Ubuntu Bionic Beaver 18.04 support (#5687)
  • Make version footer configurable. (#5730)
  • Set composer timeout to 3000 - this should resolve issues with downloading psyh/psyh on slow connections
  • Added textarea as a custom field type
  • Added logo class for logo override in custom CSS on login page
  • Added method to get info on the current user of the API (#5722)
  • Added #5751 - added option for unique constraint on serial

Fixed:

  • Added last name to expected checkin notification
  • Force default storage engine (this should fix weird indexing issues on versions of mysql that inexplicably still have MyISAM set as the default storage engine type)
  • Fixed #5617 - incorrect url to fieldset editing
  • Fixed #5616 - removed duplicate call to ekkoLightbox on asset view
  • Fixed oauth issue in Docker
  • Fixed #5172 - autosum on assets detail view for components tab
  • Fixed #5693 - don’t truncate license key
  • Fixed inconsistent or incorrect comment labels
  • Fixed the alignment of a couple navbar icons (#5764)
  • Fixed broken pagination on status labels API
  • Fixed bug where software categories did not check to see if they had licenses in them before deleting
  • Fixed #5742 - create_function() is deprecated
  • Fixed bug in branding image upload size text
  • Small UI fixes
  • Misc Docker improvements/fixes

Added Documentation:

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.

For a full list of changes, see the changelog.

Known Issues

Users running MariaDB 10.2.7 and later may have an issue upgrading or installing, due to a change in the way MariaDB stores null defaults. This issue will be fixed once the open pull request in the Doctrine repo is merged and a new version of Doctrine is released with these fixes. You can read more about that issue here.

After completing the upgrade process below, be sure to clear your browser cookies.

Upgrading from v3

Please see the upgrade instructions here.

v4.5.0-pkg-8afd9a58-ls4

12 Jul 21:44
Compare
Choose a tag to compare

LinuxServer Changes:

Adding the purge flag to manifest pushes to delete local manifest cache and allow updating of re-used tags like latest

snipe-it Changes:

New in v4.5.0

IMPORTANT: This will be one of the final releases of Snipe-IT that will work with PHP5. Future versions of Snipe-IT will require PHP 7.1.3 or greater. Please start upgrading your versions of PHP to 7.1.3 to prepare for the next release. There may be a few small bug fix releases before Snipe-IT v5, but you should start preparing now.

Added:

  • Use custom header color in emails
  • Added notes field to acessories and consumable checkout pages
  • Added created_at to file upload UI, added header/footer to files modals
  • Added #5354 - adds dd/mm/yyyy to localization
  • Added Ubuntu Bionic Beaver 18.04 support (#5687)
  • Make version footer configurable. (#5730)
  • Set composer timeout to 3000 - this should resolve issues with downloading psyh/psyh on slow connections
  • Added textarea as a custom field type
  • Added logo class for logo override in custom CSS on login page
  • Added method to get info on the current user of the API (#5722)
  • Added #5751 - added option for unique constraint on serial

Fixed:

  • Added last name to expected checkin notification
  • Force default storage engine (this should fix weird indexing issues on versions of mysql that inexplicably still have MyISAM set as the default storage engine type)
  • Fixed #5617 - incorrect url to fieldset editing
  • Fixed #5616 - removed duplicate call to ekkoLightbox on asset view
  • Fixed oauth issue in Docker
  • Fixed #5172 - autosum on assets detail view for components tab
  • Fixed #5693 - don’t truncate license key
  • Fixed inconsistent or incorrect comment labels
  • Fixed the alignment of a couple navbar icons (#5764)
  • Fixed broken pagination on status labels API
  • Fixed bug where software categories did not check to see if they had licenses in them before deleting
  • Fixed #5742 - create_function() is deprecated
  • Fixed bug in branding image upload size text
  • Small UI fixes
  • Misc Docker improvements/fixes

Added Documentation:

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.

For a full list of changes, see the changelog.

Known Issues

Users running MariaDB 10.2.7 and later may have an issue upgrading or installing, due to a change in the way MariaDB stores null defaults. This issue will be fixed once the open pull request in the Doctrine repo is merged and a new version of Doctrine is released with these fixes. You can read more about that issue here.

After completing the upgrade process below, be sure to clear your browser cookies.

Upgrading from v3

Please see the upgrade instructions here.

4.5.0-pkg-8afd9a58-ls4

11 Jul 06:10
Compare
Choose a tag to compare

LinuxServer Changes:

Adding the purge flag to manifest pushes to delete local manifest cache and allow updating of re-used tags like latest

snipe-it Changes:

New in v4.5.0

IMPORTANT: This will be one of the final releases of Snipe-IT that will work with PHP5. Future versions of Snipe-IT will require PHP 7.1.3 or greater. Please start upgrading your versions of PHP to 7.1.3 to prepare for the next release. There may be a few small bug fix releases before Snipe-IT v5, but you should start preparing now.

Added:

  • Use custom header color in emails
  • Added notes field to acessories and consumable checkout pages
  • Added created_at to file upload UI, added header/footer to files modals
  • Added #5354 - adds dd/mm/yyyy to localization
  • Added Ubuntu Bionic Beaver 18.04 support (#5687)
  • Make version footer configurable. (#5730)
  • Set composer timeout to 3000 - this should resolve issues with downloading psyh/psyh on slow connections
  • Added textarea as a custom field type
  • Added logo class for logo override in custom CSS on login page
  • Added method to get info on the current user of the API (#5722)
  • Added #5751 - added option for unique constraint on serial

Fixed:

  • Added last name to expected checkin notification
  • Force default storage engine (this should fix weird indexing issues on versions of mysql that inexplicably still have MyISAM set as the default storage engine type)
  • Fixed #5617 - incorrect url to fieldset editing
  • Fixed #5616 - removed duplicate call to ekkoLightbox on asset view
  • Fixed oauth issue in Docker
  • Fixed #5172 - autosum on assets detail view for components tab
  • Fixed #5693 - don’t truncate license key
  • Fixed inconsistent or incorrect comment labels
  • Fixed the alignment of a couple navbar icons (#5764)
  • Fixed broken pagination on status labels API
  • Fixed bug where software categories did not check to see if they had licenses in them before deleting
  • Fixed #5742 - create_function() is deprecated
  • Fixed bug in branding image upload size text
  • Small UI fixes
  • Misc Docker improvements/fixes

Added Documentation:

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.

For a full list of changes, see the changelog.

Known Issues

Users running MariaDB 10.2.7 and later may have an issue upgrading or installing, due to a change in the way MariaDB stores null defaults. This issue will be fixed once the open pull request in the Doctrine repo is merged and a new version of Doctrine is released with these fixes. You can read more about that issue here.

After completing the upgrade process below, be sure to clear your browser cookies.

Upgrading from v3

Please see the upgrade instructions here.

v4.4.1-pkg-8afd9a58-ls3

28 Jun 23:23
Compare
Choose a tag to compare

LinuxServer Changes:

Need PR logic and proper file naming for Dockerfiles

snipe-it Changes:

New in v4.4.1

IMPORTANT: This will be one of the final releases of Snipe-IT that will work with PHP5. Future versions of Snipe-IT will require PHP 7.1.3 or greater. Please start upgrading your versions of PHP to 7.1.3 to prepare for the next release. There may be a few small bug fix releases before Snipe-IT v5, but you should start preparing now.

This release contains a single small bugfix that addresses an issue where the new (v.4.4.0) expected checkin alerts were not checking for more than 0 results before firing the email. This means that if you had no checkins coming due on your assets, you'd still get the expected checkin alert, but with no assets listed.

Fixed:

  • Check for assets > 0 before firing expected checkin alerts notification

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.

For a full list of changes, see the changelog.

Known Issues

Users running MariaDB 10.2.7 and later may have an issue upgrading or installing, due to a change in the way MariaDB stores null defaults. This issue will be fixed once the open pull request in the Doctrine repo is merged and a new version of Doctrine is released with these fixes. You can read more about that issue here.

After completing the upgrade process below, be sure to clear your browser cookies.

Upgrading from v3

Please see the upgrade instructions here.

v4.4.1-pkg-8afd9a58-ls2

28 Jun 22:27
Compare
Choose a tag to compare

LinuxServer Changes:

maybe need to push all tags for this to work

snipe-it Changes:

New in v4.4.1

IMPORTANT: This will be one of the final releases of Snipe-IT that will work with PHP5. Future versions of Snipe-IT will require PHP 7.1.3 or greater. Please start upgrading your versions of PHP to 7.1.3 to prepare for the next release. There may be a few small bug fix releases before Snipe-IT v5, but you should start preparing now.

This release contains a single small bugfix that addresses an issue where the new (v.4.4.0) expected checkin alerts were not checking for more than 0 results before firing the email. This means that if you had no checkins coming due on your assets, you'd still get the expected checkin alert, but with no assets listed.

Fixed:

  • Check for assets > 0 before firing expected checkin alerts notification

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.

For a full list of changes, see the changelog.

Known Issues

Users running MariaDB 10.2.7 and later may have an issue upgrading or installing, due to a change in the way MariaDB stores null defaults. This issue will be fixed once the open pull request in the Doctrine repo is merged and a new version of Doctrine is released with these fixes. You can read more about that issue here.

After completing the upgrade process below, be sure to clear your browser cookies.

Upgrading from v3

Please see the upgrade instructions here.

v4.4.1-pkg-8afd9a58-ls1

28 Jun 05:49
Compare
Choose a tag to compare

LinuxServer Changes:

Fixing build status link in Readme

snipe-it Changes:

New in v4.4.1

IMPORTANT: This will be one of the final releases of Snipe-IT that will work with PHP5. Future versions of Snipe-IT will require PHP 7.1.3 or greater. Please start upgrading your versions of PHP to 7.1.3 to prepare for the next release. There may be a few small bug fix releases before Snipe-IT v5, but you should start preparing now.

This release contains a single small bugfix that addresses an issue where the new (v.4.4.0) expected checkin alerts were not checking for more than 0 results before firing the email. This means that if you had no checkins coming due on your assets, you'd still get the expected checkin alert, but with no assets listed.

Fixed:

  • Check for assets > 0 before firing expected checkin alerts notification

Upgrading

For general upgrading instructions, click here. Users who installed Snipe-IT via Git (recommended) can just run php upgrade.php.

For a full list of changes, see the changelog.

Known Issues

Users running MariaDB 10.2.7 and later may have an issue upgrading or installing, due to a change in the way MariaDB stores null defaults. This issue will be fixed once the open pull request in the Doctrine repo is merged and a new version of Doctrine is released with these fixes. You can read more about that issue here.

After completing the upgrade process below, be sure to clear your browser cookies.

Upgrading from v3

Please see the upgrade instructions here.