Update ghcr.io/sysadminsmedia/homebox Docker tag to v0.22.3 #46

Merged
ginjiruu merged 1 commit from renovate/ghcr.io-sysadminsmedia-homebox-0.x into master 2025-12-27 02:29:41 +00:00
Member

This PR contains the following updates:

Package Update Change
ghcr.io/sysadminsmedia/homebox minor 0.21.0 -> 0.22.3

Release Notes

sysadminsmedia/homebox (ghcr.io/sysadminsmedia/homebox)

v0.22.3

Compare Source

What's New
  • Fix notifiers getting wiped on upgrade

(If you've been impacted by this bug, restore from backup, and then upgrade to v0.22.3)

Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.22.2...v0.22.3

v0.22.2

Compare Source

What's Changed
  • Fixed nullable password migration sometimes flipping the role and superuser columns resulting in users being unable to login.
  • Implemented a migration that should fix the flip-flop for users impacted by the previous broken migration.

Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.22.1...v0.22.2

v0.22.1

Compare Source

[!NOTE]
We are skipping v0.22.0 due to issues with a improperly tagged version previously with an immutable tag. There is no v0.22.0.

[!WARNING]
This will be the last 32 bit build of Homebox with binaries and containers built by the Homebox team. Future releases will only contain 64 bit binaries and containers. We understand that some may still be using these older 32 bit devices to reuse and recycle, an effort we fully support.

However, our own dependencies (NodeJS notably) have dropped 32 bit support in the latest versions, and we ourselves have no way to validate and test 32 bit builds. If you use a 32 bit device to host Homebox we recommend migrating to a ARM64, x86_64, or RISCV64 device for your hosting needs.

If you must continue using 32 bit, you may compile the binaries/containers locally as always from source. However we will be unable to provide support for any bugs that can't be replicated 64 bit builds.

[!CAUTION]
As always we highly recommend backing up your database and data files before upgrading. This release makes changes to how attachment information is stored in the database that can not be reverted once applied (you can not revert to a previous version without restoring backups).

The Big Stuff!

OIDC is Here!

Thanks to @​JeffResc for their amazing work on ODIC, and thank you to everyone that added to the OpenCollective bounty. We paid out $298.86 USD to JeffResc for his work thanks to your support.

You can read more about setting up OIDC in our dedicated documentation. (Existing users will be matched by email address)

Item Templates

Thanks to @​Wrr2216 for adding Item Templates to Homebox! Once again, we paid out for this feature thanks to OpenCollective contributors (as of writing this it's processing) $172.53 USD.

Improved Tables

We've made significant improvements to the table layouts giving your even more control over how things get displayed. This makes the table views more powerful and more useful.

Markdown Previews for Descriptions and Notes

You can now view a preview of the markdown you write for descriptions and notes. Making it easier than ever to make sure everything is formatted exactly how you like it.

Clear button for selectors

Drop downs now have a clear button to make it easier to cleanup drop-downs you want to be empty.

Windows Binary Attachments Actually Fixed

We're sorry it's taken us such a long time to get this fixed, turns out having a team of developers that entirely work on Linux makes debugging these issues difficult. Attachments on Windows should now successfully work. Please take careful note about our warning about making backups of your data before upgrading, you can not revert to a prior version without a backup restoration after this update.

What's Changed

New Contributors

Full Changelog: https://github.com/sysadminsmedia/homebox/compare/v0.21.0...v0.22.1


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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sysadminsmedia/homebox](https://github.com/sysadminsmedia/homebox) | minor | `0.21.0` -> `0.22.3` | --- ### Release Notes <details> <summary>sysadminsmedia/homebox (ghcr.io/sysadminsmedia/homebox)</summary> ### [`v0.22.3`](https://github.com/sysadminsmedia/homebox/releases/tag/v0.22.3) [Compare Source](https://github.com/sysadminsmedia/homebox/compare/v0.22.2...v0.22.3) ##### What's New - Fix notifiers getting wiped on upgrade (If you've been impacted by this bug, restore from backup, and then upgrade to v0.22.3) **Full Changelog**: <https://github.com/sysadminsmedia/homebox/compare/v0.22.2...v0.22.3> ### [`v0.22.2`](https://github.com/sysadminsmedia/homebox/releases/tag/v0.22.2) [Compare Source](https://github.com/sysadminsmedia/homebox/compare/v0.22.1...v0.22.2) ##### What's Changed - Fixed nullable password migration sometimes flipping the role and superuser columns resulting in users being unable to login. - Implemented a migration that should fix the flip-flop for users impacted by the previous broken migration. **Full Changelog**: <https://github.com/sysadminsmedia/homebox/compare/v0.22.1...v0.22.2> ### [`v0.22.1`](https://github.com/sysadminsmedia/homebox/releases/tag/v0.22.1) [Compare Source](https://github.com/sysadminsmedia/homebox/compare/v0.21.0...v0.22.1) > \[!NOTE] > We are skipping v0.22.0 due to issues with a improperly tagged version previously with an immutable tag. There is no v0.22.0. > \[!WARNING] > This will be the last 32 bit build of Homebox with binaries and containers built by the Homebox team. Future releases will only contain 64 bit binaries and containers. We understand that some may still be using these older 32 bit devices to reuse and recycle, an effort we fully support. > > However, our own dependencies (NodeJS notably) have dropped 32 bit support in the latest versions, and we ourselves have no way to validate and test 32 bit builds. If you use a 32 bit device to host Homebox we recommend migrating to a ARM64, x86\_64, or RISCV64 device for your hosting needs. > > If you must continue using 32 bit, you may compile the binaries/containers locally as always from source. However we will be unable to provide support for any bugs that can't be replicated 64 bit builds. > \[!CAUTION] > As always we highly recommend backing up your database and data files before upgrading. This release makes changes to how attachment information is stored in the database that can not be reverted once applied (you can not revert to a previous version without restoring backups). #### The Big Stuff! ##### OIDC is Here! Thanks to [@&#8203;JeffResc](https://github.com/JeffResc) for their amazing work on ODIC, and thank you to everyone that added to the OpenCollective bounty. We paid out $298.86 USD to JeffResc for his work thanks to your support. You can read more about setting up OIDC in our [dedicated documentation](https://homebox.software/en/configure/oidc.html). (Existing users will be matched by email address) ##### Item Templates Thanks to [@&#8203;Wrr2216](https://github.com/Wrr2216) for adding Item Templates to Homebox! Once again, we paid out for this feature thanks to OpenCollective contributors (as of writing this it's processing) $172.53 USD. ##### Improved Tables We've made significant improvements to the table layouts giving your even more control over how things get displayed. This makes the table views more powerful and more useful. ##### Markdown Previews for Descriptions and Notes You can now view a preview of the markdown you write for descriptions and notes. Making it easier than ever to make sure everything is formatted exactly how you like it. ##### Clear button for selectors Drop downs now have a clear button to make it easier to cleanup drop-downs you want to be empty. ##### Windows Binary Attachments Actually Fixed We're sorry it's taken us such a long time to get this fixed, turns out having a team of developers that entirely work on Linux makes debugging these issues difficult. Attachments on Windows should now successfully work. Please take careful note about our warning about making backups of your data before upgrading, you can not revert to a prior version without a backup restoration after this update. #### What's Changed - doc fix: match configure option names with help message by [@&#8203;rapidcow](https://github.com/rapidcow) in [#&#8203;959](https://github.com/sysadminsmedia/homebox/pull/959) - Migrate Screenshots from Imgur to Github by [@&#8203;katosdev](https://github.com/katosdev) in [#&#8203;962](https://github.com/sysadminsmedia/homebox/pull/962) - fix(item): remove line break in Items label in location view by [@&#8203;lekaf974](https://github.com/lekaf974) in [#&#8203;975](https://github.com/sysadminsmedia/homebox/pull/975) - Upgrade frontend deps, including nuxt by [@&#8203;tonyaellie](https://github.com/tonyaellie) in [#&#8203;982](https://github.com/sysadminsmedia/homebox/pull/982) - Fix: add focus-triggered preloading to ItemSelector by [@&#8203;zepx](https://github.com/zepx) in [#&#8203;980](https://github.com/sysadminsmedia/homebox/pull/980) - fix: Set default postgres sql\_mode to require by [@&#8203;jtdroste](https://github.com/jtdroste) in [#&#8203;986](https://github.com/sysadminsmedia/homebox/pull/986) - Make attachment storage paths relative in database with cross-platform support by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;967](https://github.com/sysadminsmedia/homebox/pull/967) - Consider to use CatmullRom or BiLinear instead of ApproxBiLinear for thumbnail generation by [@&#8203;confiks](https://github.com/confiks) in [#&#8203;964](https://github.com/sysadminsmedia/homebox/pull/964) - Fea: add decimal support to currency system with ISO 4217 data integration by [@&#8203;zepx](https://github.com/zepx) in [#&#8203;976](https://github.com/sysadminsmedia/homebox/pull/976) - Update currencies.json by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;1006](https://github.com/sysadminsmedia/homebox/pull/1006) - Generate OpenAPI 3 schemas from the swagger 2.0 generation by [@&#8203;tankerkiller125](https://github.com/tankerkiller125) in [#&#8203;1017](https://github.com/sysadminsmedia/homebox/pull/1017) - beautify the readme a bit by [@&#8203;tankerkiller125](https://github.com/tankerkiller125) in [#&#8203;1014](https://github.com/sysadminsmedia/homebox/pull/1014) - Use Tanstack table for Selectable Table, quick actions by [@&#8203;tonyaellie](https://github.com/tonyaellie) in [#&#8203;998](https://github.com/sysadminsmedia/homebox/pull/998) - Fix typo by [@&#8203;GuyPago](https://github.com/GuyPago) in [#&#8203;1019](https://github.com/sysadminsmedia/homebox/pull/1019) - Change Item Card to use object contain by default for images by [@&#8203;tonyaellie](https://github.com/tonyaellie) in [#&#8203;1020](https://github.com/sysadminsmedia/homebox/pull/1020) - Fix frontend CI by [@&#8203;alanmoo](https://github.com/alanmoo) in [#&#8203;1028](https://github.com/sysadminsmedia/homebox/pull/1028) - Bump the npm\_and\_yarn group across 2 directories with 1 update by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1001](https://github.com/sysadminsmedia/homebox/pull/1001) - Bump the npm\_and\_yarn group across 2 directories with 1 update by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1032](https://github.com/sysadminsmedia/homebox/pull/1032) - Feat/Added label maker custom font by [@&#8203;Rienkim](https://github.com/Rienkim) in [#&#8203;1038](https://github.com/sysadminsmedia/homebox/pull/1038) - Fix/Set single connection pool for sqlite3 by [@&#8203;Rienkim](https://github.com/Rienkim) in [#&#8203;1039](https://github.com/sysadminsmedia/homebox/pull/1039) - Fix failing tests by [@&#8203;zebrapurring](https://github.com/zebrapurring) in [#&#8203;1009](https://github.com/sysadminsmedia/homebox/pull/1009) - feat: add a markdown preview for description and notes by [@&#8203;tonyaellie](https://github.com/tonyaellie) in [#&#8203;1043](https://github.com/sysadminsmedia/homebox/pull/1043) - Fix item deletion to properly clean up attachment files from storage by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1046](https://github.com/sysadminsmedia/homebox/pull/1046) - Fix: Return error to UI when attachment upload fails due to storage misconfiguration by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1045](https://github.com/sysadminsmedia/homebox/pull/1045) - chore: update icon for button to duplicate items by [@&#8203;zebrapurring](https://github.com/zebrapurring) in [#&#8203;1050](https://github.com/sysadminsmedia/homebox/pull/1050) - Item search query parameter modernisation by [@&#8203;benjiwolff](https://github.com/benjiwolff) in [#&#8203;1040](https://github.com/sysadminsmedia/homebox/pull/1040) - fix sqlite deadlock with duplicate by [@&#8203;tonyaellie](https://github.com/tonyaellie) in [#&#8203;1059](https://github.com/sysadminsmedia/homebox/pull/1059) - Revert "Fix/Set single connection pool for sqlite3" by [@&#8203;tonyaellie](https://github.com/tonyaellie) in [#&#8203;1061](https://github.com/sysadminsmedia/homebox/pull/1061) - Attempt to revert NodeJS so ARM 32bit builds work again by [@&#8203;tankerkiller125](https://github.com/tankerkiller125) in [#&#8203;1081](https://github.com/sysadminsmedia/homebox/pull/1081) - Bump glob from 10.4.5 to 10.5.0 in the npm\_and\_yarn group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1085](https://github.com/sysadminsmedia/homebox/pull/1085) - Fix auto-zoom on iOS devices by [@&#8203;alanmoo](https://github.com/alanmoo) in [#&#8203;1029](https://github.com/sysadminsmedia/homebox/pull/1029) - Bump golang.org/x/crypto from 0.44.0 to 0.45.0 in /backend in the go\_modules group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1088](https://github.com/sysadminsmedia/homebox/pull/1088) - disable sort (via table) on item page by [@&#8203;tonyaellie](https://github.com/tonyaellie) in [#&#8203;1087](https://github.com/sysadminsmedia/homebox/pull/1087) - Bump the npm\_and\_yarn group across 2 directories with 1 update by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1097](https://github.com/sysadminsmedia/homebox/pull/1097) - Add support for SSO / OpenID Connect (OIDC) by [@&#8203;JeffResc](https://github.com/JeffResc) in [#&#8203;996](https://github.com/sysadminsmedia/homebox/pull/996) - feat: Add item templates feature ([#&#8203;435](https://github.com/sysadminsmedia/homebox/issues/435)) by [@&#8203;Wrr2216](https://github.com/Wrr2216) in [#&#8203;1099](https://github.com/sysadminsmedia/homebox/pull/1099) - docs: add missing barcodespider env var by [@&#8203;Robert27](https://github.com/Robert27) in [#&#8203;1114](https://github.com/sysadminsmedia/homebox/pull/1114) - docs: reference disable\_https instead of disableSsl on Storage Config Page by [@&#8203;ncabete](https://github.com/ncabete) in [#&#8203;1124](https://github.com/sysadminsmedia/homebox/pull/1124) - Update log level Documentation by [@&#8203;guyzsarun](https://github.com/guyzsarun) in [#&#8203;1127](https://github.com/sysadminsmedia/homebox/pull/1127) - fix(sidebar): prevent dropdown menu layout shift on hover by [@&#8203;Robert27](https://github.com/Robert27) in [#&#8203;1116](https://github.com/sysadminsmedia/homebox/pull/1116) - fix: request camera permission in ScannerModal by [@&#8203;Robert27](https://github.com/Robert27) in [#&#8203;1113](https://github.com/sysadminsmedia/homebox/pull/1113) - Update max file upload environment variable by [@&#8203;katosdev](https://github.com/katosdev) in [#&#8203;1147](https://github.com/sysadminsmedia/homebox/pull/1147) - Improve oidc docs and fix attachment issue by [@&#8203;tonyaellie](https://github.com/tonyaellie) in [#&#8203;1153](https://github.com/sysadminsmedia/homebox/pull/1153) - Fix Windows attachment path encoding in blob storage operations by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1144](https://github.com/sysadminsmedia/homebox/pull/1144) - Added documentation for the external label service feature. by [@&#8203;danhoban](https://github.com/danhoban) in [#&#8203;1018](https://github.com/sysadminsmedia/homebox/pull/1018) - allow templates that dont have a location set to be saved & dupe by [@&#8203;tonyaellie](https://github.com/tonyaellie) in [#&#8203;1160](https://github.com/sysadminsmedia/homebox/pull/1160) #### New Contributors - [@&#8203;rapidcow](https://github.com/rapidcow) made their first contribution in [#&#8203;959](https://github.com/sysadminsmedia/homebox/pull/959) - [@&#8203;lekaf974](https://github.com/lekaf974) made their first contribution in [#&#8203;975](https://github.com/sysadminsmedia/homebox/pull/975) - [@&#8203;zepx](https://github.com/zepx) made their first contribution in [#&#8203;980](https://github.com/sysadminsmedia/homebox/pull/980) - [@&#8203;jtdroste](https://github.com/jtdroste) made their first contribution in [#&#8203;986](https://github.com/sysadminsmedia/homebox/pull/986) - [@&#8203;confiks](https://github.com/confiks) made their first contribution in [#&#8203;964](https://github.com/sysadminsmedia/homebox/pull/964) - [@&#8203;GuyPago](https://github.com/GuyPago) made their first contribution in [#&#8203;1019](https://github.com/sysadminsmedia/homebox/pull/1019) - [@&#8203;alanmoo](https://github.com/alanmoo) made their first contribution in [#&#8203;1028](https://github.com/sysadminsmedia/homebox/pull/1028) - [@&#8203;Rienkim](https://github.com/Rienkim) made their first contribution in [#&#8203;1038](https://github.com/sysadminsmedia/homebox/pull/1038) - [@&#8203;benjiwolff](https://github.com/benjiwolff) made their first contribution in [#&#8203;1040](https://github.com/sysadminsmedia/homebox/pull/1040) - [@&#8203;JeffResc](https://github.com/JeffResc) made their first contribution in [#&#8203;996](https://github.com/sysadminsmedia/homebox/pull/996) - [@&#8203;Wrr2216](https://github.com/Wrr2216) made their first contribution in [#&#8203;1099](https://github.com/sysadminsmedia/homebox/pull/1099) - [@&#8203;Robert27](https://github.com/Robert27) made their first contribution in [#&#8203;1114](https://github.com/sysadminsmedia/homebox/pull/1114) - [@&#8203;ncabete](https://github.com/ncabete) made their first contribution in [#&#8203;1124](https://github.com/sysadminsmedia/homebox/pull/1124) - [@&#8203;guyzsarun](https://github.com/guyzsarun) made their first contribution in [#&#8203;1127](https://github.com/sysadminsmedia/homebox/pull/1127) - [@&#8203;danhoban](https://github.com/danhoban) made their first contribution in [#&#8203;1018](https://github.com/sysadminsmedia/homebox/pull/1018) **Full Changelog**: <https://github.com/sysadminsmedia/homebox/compare/v0.21.0...v0.22.1> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot force-pushed renovate/ghcr.io-sysadminsmedia-homebox-0.x from 24e74c5313 to fbacc3f245 2025-12-27 00:06:16 +00:00 Compare
renovate-bot changed title from Update ghcr.io/sysadminsmedia/homebox Docker tag to v0.22.1 to Update ghcr.io/sysadminsmedia/homebox Docker tag to v0.22.3 2025-12-27 00:06:17 +00:00
ginjiruu merged commit 7aad42f470 into master 2025-12-27 02:29:41 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lab/portable-cluster-argocd-apps!46
No description provided.