chore(deps): update container image ghcr.io/sysadminsmedia/homebox to v0.14.1@d5d85af by renovate (#26007)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sysadminsmedia/homebox](https://redirect.github.com/sysadminsmedia/homebox) | patch | `0.14.0` -> `0.14.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sysadminsmedia/homebox (ghcr.io/sysadminsmedia/homebox)</summary> ### [`v0.14.1`](https://redirect.github.com/sysadminsmedia/homebox/releases/tag/v0.14.1) [Compare Source](https://redirect.github.com/sysadminsmedia/homebox/compare/v0.14.0...v0.14.1) #### What's Changed - fixes regional localization not working properly [@​tankerkiller125](https://redirect.github.com/tankerkiller125) - additional languages - styles on home page by [@​tonyaellie](https://redirect.github.com/tonyaellie) in [https://github.com/sysadminsmedia/homebox/pull/193](https://redirect.github.com/sysadminsmedia/homebox/pull/193) - improve creation modals by [@​tonyaellie](https://redirect.github.com/tonyaellie) in [https://github.com/sysadminsmedia/homebox/pull/196](https://redirect.github.com/sysadminsmedia/homebox/pull/196) - compare SearchFilter values on a unique field instead of by reference for finding unselected by [@​tonyaellie](https://redirect.github.com/tonyaellie) in [https://github.com/sysadminsmedia/homebox/pull/195](https://redirect.github.com/sysadminsmedia/homebox/pull/195) - improve multiselect by [@​tonyaellie](https://redirect.github.com/tonyaellie) in [https://github.com/sysadminsmedia/homebox/pull/197](https://redirect.github.com/sysadminsmedia/homebox/pull/197) - changeable items per table page by [@​tonyaellie](https://redirect.github.com/tonyaellie) in [https://github.com/sysadminsmedia/homebox/pull/185](https://redirect.github.com/sysadminsmedia/homebox/pull/185) #### New Contributors - [@​tonyaellie](https://redirect.github.com/tonyaellie) made their first contribution in [https://github.com/sysadminsmedia/homebox/pull/193](https://redirect.github.com/sysadminsmedia/homebox/pull/193) **Full Changelog**: https://github.com/sysadminsmedia/homebox/compare/v0.14.0...v0.14.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC43MC4wIiwidXBkYXRlZEluVmVyIjoiMzguNzAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
254b07f1c1
commit
c20477837f
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.14.0
|
||||
appVersion: 0.14.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.14
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/sysadminsmedia/homebox
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/homebox
|
||||
type: application
|
||||
version: 8.4.0
|
||||
version: 8.4.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/sysadminsmedia/homebox
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.14.0@sha256:9f47d0fe652eab3ae81a5c7f79827195b2aea8f379e0d37162dc391f2b78f23d
|
||||
tag: 0.14.1@sha256:d5d85afb38e7c2d276cc9bfd4ffb341248aec13d7287817e1907e3a24c95998a
|
||||
homebox:
|
||||
allow_registration: true
|
||||
auto_increment_asset_id: true
|
||||
|
|
Loading…
Reference in New Issue