Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 26, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/sysadminsmedia/homebox minor 0.21.00.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: sysadminsmedia/homebox@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: sysadminsmedia/homebox@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: sysadminsmedia/homebox@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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Dec 26, 2025

--- kubernetes/apps/default/homebox/app Kustomization: default/homebox HelmRelease: default/homebox

+++ kubernetes/apps/default/homebox/app Kustomization: default/homebox HelmRelease: default/homebox

@@ -40,13 +40,13 @@

               TZ: America/Los_Angeles
             envFrom:
             - secretRef:
                 name: homebox
             image:
               repository: ghcr.io/sysadminsmedia/homebox
-              tag: 0.21.0@sha256:cd5ab1669c37625b55be7758bd54dc2d2d6146db61c510322d0378312783a9b7
+              tag: 0.22.3@sha256:b6c1362ab0450ca8fc1a347c13614a0b4f5674e1ecfa9a57a8c456612921842b
             securityContext:
               allowPrivilegeEscalation: false
               capabilities:
                 drop:
                 - ALL
               readOnlyRootFilesystem: true

@github-actions
Copy link

github-actions bot commented Dec 26, 2025

--- HelmRelease: default/homebox Deployment: default/homebox

+++ HelmRelease: default/homebox Deployment: default/homebox

@@ -70,13 +70,13 @@

           value: '7745'
         - name: TZ
           value: America/Los_Angeles
         envFrom:
         - secretRef:
             name: homebox
-        image: ghcr.io/sysadminsmedia/homebox:0.21.0@sha256:cd5ab1669c37625b55be7758bd54dc2d2d6146db61c510322d0378312783a9b7
+        image: ghcr.io/sysadminsmedia/homebox:0.22.3@sha256:b6c1362ab0450ca8fc1a347c13614a0b4f5674e1ecfa9a57a8c456612921842b
         name: homebox
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@renovate renovate bot changed the title feat(container): update image ghcr.io/sysadminsmedia/homebox ( 0.21.0 ➔ 0.22.1 ) feat(container): update image ghcr.io/sysadminsmedia/homebox ( 0.21.0 ➔ 0.22.3 ) Dec 27, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-sysadminsmedia-homebox-0.x branch from 8d3b49c to d53ade8 Compare December 27, 2025 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant