This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sysadminsmedia/homebox](https://redirect.github.com/sysadminsmedia/homebox) | minor | `b6c1362` -> `eabc0de` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>sysadminsmedia/homebox (ghcr.io/sysadminsmedia/homebox)</summary> ### [`v0.23.0`](https://redirect.github.com/sysadminsmedia/homebox/releases/tag/v0.23.0) [Compare Source](https://redirect.github.com/sysadminsmedia/homebox/compare/v0.22.3...v0.23.0) > \[!CAUTION] > You can not revert back to a previous version of Homebox after upgrading to this release due to SQL > schema changes. Always ensure that you have functioning backups before upgrading. #### Big New Changes ##### Removal of 32-bit Support Starting with this release, Homebox is no longer available in 32bit forms, this include ARMv7 and older, and x86 processors. ##### Collections Users can now be part of multiple collections; each collection is entirely separate and unique. This gives users more flexibility than ever when managing inventories, especially across different homes or shared spaces. ##### User Management Along with collections, we've added some basic user management capabilities for collections. This is not yet full blown "Super User" type management, but it does make things a little bit easier. ##### Authentication Rate Limiting We've also introduced a new rate limiting middleware for authentication requests, helping to further secure Homebox against brute force attacks. ##### Better Memory Management Attachment uploads now use less memory thanks to improved optimizations in handling. Additionally, CSV imports no longer read the entire file just to determine a delimitator (which caused both memory and performance issues) ##### MQTT Client Now Available in Docker Containers The MQTT client is now available in the regular and rootless docker containers, Hardened docker containers do not have the MQTT client due to the distroless nature of that container image. #### What's Changed - Add CI/CD workflow for upgrade testing with data integrity verification by [@​Copilot](https://redirect.github.com/Copilot) in [#​1178](https://redirect.github.com/sysadminsmedia/homebox/pull/1178) - refactor(backend): use constants for database driver names by [@​harrisony](https://redirect.github.com/harrisony) in [#​1177](https://redirect.github.com/sysadminsmedia/homebox/pull/1177) - Remove 32bit builds by [@​tankerkiller125](https://redirect.github.com/tankerkiller125) in [#​1000](https://redirect.github.com/sysadminsmedia/homebox/pull/1000) - Add Wipe Inventory action with demo mode protection, owner restriction, and optional wipe of labels/locations/maintenance by [@​Copilot](https://redirect.github.com/Copilot) in [#​1179](https://redirect.github.com/sysadminsmedia/homebox/pull/1179) - Fix wipe inventory action: dialog callback and deletion order by [@​Copilot](https://redirect.github.com/Copilot) in [#​1185](https://redirect.github.com/sysadminsmedia/homebox/pull/1185) - fix(items): update quantity display immediately on increment/decrement by [@​Wrr2216](https://redirect.github.com/Wrr2216) in [#​1181](https://redirect.github.com/sysadminsmedia/homebox/pull/1181) - Add repository onboarding instructions for Copilot coding agents by [@​Copilot](https://redirect.github.com/Copilot) in [#​1187](https://redirect.github.com/sysadminsmedia/homebox/pull/1187) - Fix wipe inventory confirm button, publish mutation events, and add E2E tests by [@​Copilot](https://redirect.github.com/Copilot) in [#​1186](https://redirect.github.com/sysadminsmedia/homebox/pull/1186) - Refactor Wipe Inventory E2E tests by [@​katosdev](https://redirect.github.com/katosdev) in [#​1198](https://redirect.github.com/sysadminsmedia/homebox/pull/1198) - Bump the npm\_and\_yarn group across 2 directories with 1 update by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1203](https://redirect.github.com/sysadminsmedia/homebox/pull/1203) - chore(deps): bump preact from 10.28.1 to 10.28.2 in the npm\_and\_yarn group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1221](https://redirect.github.com/sysadminsmedia/homebox/pull/1221) - Add MQTT to Docker by [@​FuzzyMistborn](https://redirect.github.com/FuzzyMistborn) in [#​1228](https://redirect.github.com/sysadminsmedia/homebox/pull/1228) - feat(label-generator): Allow hiding "Homebox" text on labels by [@​tturnerdev](https://redirect.github.com/tturnerdev) in [#​1150](https://redirect.github.com/sysadminsmedia/homebox/pull/1150) - Fix unable to change password in password modal due to missing component import by [@​Billiam](https://redirect.github.com/Billiam) in [#​1240](https://redirect.github.com/sysadminsmedia/homebox/pull/1240) - M:M User and Group Relationship by [@​tankerkiller125](https://redirect.github.com/tankerkiller125) in [#​1174](https://redirect.github.com/sysadminsmedia/homebox/pull/1174) - Optimize RAM usage in attachment upload and thumbnail processing by [@​Copilot](https://redirect.github.com/Copilot) in [#​1243](https://redirect.github.com/sysadminsmedia/homebox/pull/1243) - Convert labels to tags by [@​tonyaellie](https://redirect.github.com/tonyaellie) in [#​1192](https://redirect.github.com/sysadminsmedia/homebox/pull/1192) - fix(items page): watch search query from navbar search by [@​duckimann](https://redirect.github.com/duckimann) in [#​1236](https://redirect.github.com/sysadminsmedia/homebox/pull/1236) - Add Create Item button on location page by [@​mesab0ogie](https://redirect.github.com/mesab0ogie) in [#​1189](https://redirect.github.com/sysadminsmedia/homebox/pull/1189) #### New Contributors - [@​FuzzyMistborn](https://redirect.github.com/FuzzyMistborn) made their first contribution in [#​1228](https://redirect.github.com/sysadminsmedia/homebox/pull/1228) - [@​tturnerdev](https://redirect.github.com/tturnerdev) made their first contribution in [#​1150](https://redirect.github.com/sysadminsmedia/homebox/pull/1150) - [@​Billiam](https://redirect.github.com/Billiam) made their first contribution in [#​1240](https://redirect.github.com/sysadminsmedia/homebox/pull/1240) - [@​duckimann](https://redirect.github.com/duckimann) made their first contribution in [#​1236](https://redirect.github.com/sysadminsmedia/homebox/pull/1236) - [@​mesab0ogie](https://redirect.github.com/mesab0ogie) made their first contribution in [#​1189](https://redirect.github.com/sysadminsmedia/homebox/pull/1189) **Full Changelog**: <https://github.com/sysadminsmedia/homebox/compare/v0.22.3...v0.23.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaG9tZWJveCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, by the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on the AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in that folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0