fix(homebox): update image ghcr.io/sysadminsmedia/homebox 0.22.1 → 0.22.2 (#43199)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sysadminsmedia/homebox](https://redirect.github.com/sysadminsmedia/homebox) | patch | `812c28e` -> `4f12a53` | --- > [!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.22.2`](https://redirect.github.com/sysadminsmedia/homebox/releases/tag/v0.22.2) [Compare Source](https://redirect.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> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaG9tZWJveCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.22.1
|
||||
appVersion: 0.22.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.17
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/sysadminsmedia/homebox
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/homebox
|
||||
type: application
|
||||
version: 9.15.0
|
||||
version: 9.15.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/sysadminsmedia/homebox
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.22.1@sha256:812c28e29cd6d68ada31e7a0369ba71fd67c18d917ba3fac199e8a8c63d13b59
|
||||
tag: 0.22.2@sha256:4f12a534c2194521dfe4eb9470a7b6f22730157be128429d173f0f4f15cbe431
|
||||
homebox:
|
||||
allow_registration: true
|
||||
auto_increment_asset_id: true
|
||||
|
||||
Reference in New Issue
Block a user