Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snipe/snipe-it Docker tag to v6.4.2 - autoclosed #41

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
snipe/snipe-it minor v6.1.1 -> v6.4.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v6.4.2

Compare Source

[!CAUTION]
The NEXT MAJOR release of Snipe-IT (v7.0.0) will require PHP 8.1 or greater

As we wrap it all up for v7 (which you can preview on the snipeit_v7_laravel10 branch, we knew there would be a few more things we needed to handle. Most of these are small bugfixes (that have already been merged into the v7 branch) but we also came across some security issues that we wanted to patch as we close off the v6 line. Users are encouraged to upgrade to v6.4.2 - and of course, encouraged to make sure your servers are ready for v7 with PHP8.1.

What's Changed

Full Changelog: snipe/snipe-it@v6.4.1...v6.4.2

v6.4.1

Compare Source

[!CAUTION]
The NEXT major release of Snipe-IT (v7.0.0) will require PHP 8.1 or greater

Hi folks - happy Monday! This is just tiny release to handle a few small remaining bug fixes as we head into v7.

The current working v7 branch will be merged into the existing develop branch within the week, and will then be available on the https://develop.snipeitapp.com demo link.

This update fixes a small issue with notifications and also optimizes some of the queries that populate the sidebar that could have slowed things down for folks with a lot of assets.

What's Changed

Full Changelog: snipe/snipe-it@v6.4.0...v6.4.1

v6.4.0

Compare Source

[!CAUTION]
The NEXT major release of Snipe-IT (v7.0.0) will require PHP 8.1 or greater

Happy Monday, friends! This is the final release of the v6 line of Snipe-IT. (I know, I know.)

If you're hosted with us, you'll have these changes in your hot little hands within a day or so. If you're not, please make sure to upgrade your version of Snipe-IT. But more importantly, please make sure you're running PHP 8.1.x+ before you try to upgrade again after this.

No breaking changes, just some small tweaks, a few added features, and a few bug fixes. We did have to address a potential (though very hard to exploit) permissions escalation issue, which is why we're making this 6.4.0 instead of a point release.

v7 has been a long time coming, but we're nearly there.

Thanks as always to our community contributors for their awesome work! <3

What's Changed

New API Endpoints:
  • Added the /api/v1/hardware/checkins/due and /api/v1/hardware/checkins/overdue endpoints
  • Added the /api/v1/hardware/checkins/due-or-overdue and /api/v1/hardware/audits/due-or-overdue endpoints
New Dev Documentation:

New Contributors

Full Changelog: snipe/snipe-it@v6.3.4...v6.4.0

v6.3.4

Compare Source

[!CAUTION]
The upcoming v7 release of Snipe-IT will require PHP 8.1 or greater

Happy Friday! Lots of fixes and improvements in this version. Here's the tldr;, with the full changelog below:

  • Added Somali translation
  • Fixed several label setting glitches
  • Fixed some API scoping issues where results were not as constrained as they should have been when searching
  • Added column selectors and signatures to the "print all assigned" page
  • Added 2FA reset logging (this shows up as a separate action, not a normal user edit)
  • Added AVIF as an accepted image format
  • Added ability to "toggle all" columns in the list views on most pages
  • Added the ability to "deep link" to search results in those list views
  • Updated the documentation to reflect that the php exif library is required

[!WARNING]
Upcoming Breaking API change! In between the last release and this one, we also discovered that a change we made midway through releases broke the Jamf2Snipe integration for adding/updating assets. We had changed the "shape" of the asset response to be more consistent with how we present that JSON in other API responses - however in doing so, we broke some of the Jamf2Snipe capabilities. We've reverted that change for now, but in the next release, we'll be adding that change back and updating the Jamf2Snipe library to match that capability.

We are noticing in some of the translations in CrowdIn that some trans_choice() translations are showing with a weird <unk> symbol instead of the pipe (|) symbol that the translations strings need in order to decide whether or not to pluralize a string. We've been fixing them as we find them, but if you see anything unusual, open an issue here or propose the change in our CrowdIn project.

What's Changed

New Contributors

Full Changelog: snipe/snipe-it@v6.3.3...v6.3.4

v6.3.3

Compare Source

[!WARNING]
Future versions of Snipe-IT will require PHP 8.1 or greater

This is a small patch release that fixes a few regressions introduced in the last released related to labels. It also includes some minor security patches, and introduces a new script to convert a previously unencrypted custom field to be an encrypted custom field.

v7 is still well on its way. We hit a small snag with Laravel's switch from Swiftmailer to Symfony for mail sending, but we're back on track now.

What's Changed

New Contributors

Full Changelog: snipe/snipe-it@v6.3.2...v6.3.3

v6.3.2

Compare Source

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

What's Changed

Full Changelog: snipe/snipe-it@v6.3.1...v6.3.2

v6.3.1

Compare Source

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

What's Changed

New Contributors

Full Changelog: snipe/snipe-it@v6.3.0...v6.3.1

v6.3.0

Compare Source

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

Happy New Year, everyone! This update is a big one as we ramp up for the release of v7. We've got tons of bug-fixes, big and small, and we're stoked to announce support for Microsoft Teams in the notification integrations. As we continue work on v7, expect even more improvements and flexibility in notifications down the line.

We've also added the ability to specify custom fields that you would like to appear on the requestable assets page, and added user edit logging to track changes to users in the system (minus passwords, 2fa tokens, etc, of course), along with some bulk editing, LDAP and SAML improvements.

The full list of changes is below - enjoy!

What's Changed


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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.1.2 Update snipe/snipe-it Docker tag to v6.2.0 Sep 25, 2023
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from 1a71209 to 184d80c Compare September 25, 2023 13:01
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from 184d80c to e7e8c99 Compare October 2, 2023 17:08
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.2.0 Update snipe/snipe-it Docker tag to v6.2.1 Oct 2, 2023
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.2.1 Update snipe/snipe-it Docker tag to v6.2.2 Oct 7, 2023
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from e7e8c99 to 759ac97 Compare October 7, 2023 01:22
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.2.2 Update snipe/snipe-it Docker tag to v6.2.3 Oct 16, 2023
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from 759ac97 to 212a052 Compare October 16, 2023 22:14
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from 212a052 to 4612713 Compare January 27, 2024 17:33
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.2.3 Update snipe/snipe-it Docker tag to v6.3.0 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from 4612713 to 1501cd3 Compare February 15, 2024 17:22
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.3.0 Update snipe/snipe-it Docker tag to v6.3.1 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from 1501cd3 to b944c03 Compare March 5, 2024 20:18
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.3.1 Update snipe/snipe-it Docker tag to v6.3.2 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from b944c03 to 5b9b379 Compare March 8, 2024 12:01
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.3.2 Update snipe/snipe-it Docker tag to v6.3.3 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from 5b9b379 to dde2e01 Compare March 29, 2024 17:27
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.3.3 Update snipe/snipe-it Docker tag to v6.3.4 Mar 29, 2024
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from dde2e01 to 0a7689f Compare May 6, 2024 22:21
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.3.4 Update snipe/snipe-it Docker tag to v6.4.0 May 6, 2024
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from 0a7689f to 6f5dd54 Compare May 13, 2024 11:36
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.4.0 Update snipe/snipe-it Docker tag to v6.4.1 May 13, 2024
@renovate renovate bot force-pushed the renovate/snipe-snipe-it-6.x branch from 6f5dd54 to c4dc9bd Compare May 22, 2024 18:59
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.4.1 Update snipe/snipe-it Docker tag to v6.4.2 May 22, 2024
@renovate renovate bot changed the title Update snipe/snipe-it Docker tag to v6.4.2 Update snipe/snipe-it Docker tag to v6.4.2 - autoclosed Jul 4, 2024
@renovate renovate bot closed this Jul 4, 2024
@renovate renovate bot deleted the renovate/snipe-snipe-it-6.x branch July 4, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants