chore(deps): update container image ghcr.io/sysadminsmedia/homebox to v0.15.1@ef3f809 by renovate (#27328)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sysadminsmedia/homebox](https://redirect.github.com/sysadminsmedia/homebox) | patch | `0.15.0` -> `0.15.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.15.1`](https://redirect.github.com/sysadminsmedia/homebox/releases/tag/v0.15.1) [Compare Source](https://redirect.github.com/sysadminsmedia/homebox/compare/v0.15.0...v0.15.1) #### Changes - Fixes issue with soldPrice and purchasePrice being strings still when they should now be proper numbers. - Updates ente data files to the latest possible #### Breaking Changes - Anyone using the API directly needs to use proper JSON floats instead of strings when sending item updates to the API. **Full Changelog**: https://github.com/sysadminsmedia/homebox/compare/v0.15.0...v0.15.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.15.0
|
||||
appVersion: 0.15.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/sysadminsmedia/homebox
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/homebox
|
||||
type: application
|
||||
version: 8.6.0
|
||||
version: 8.6.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/sysadminsmedia/homebox
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.15.0@sha256:2d2f00fae10a6e6482bcfc8d8fd70f6b96abe944394a2a751999650f4449cf97
|
||||
tag: 0.15.1@sha256:ef3f809f52a57f8d7f5feb57384f612f548f61835b30337bc219621ac7331352
|
||||
homebox:
|
||||
allow_registration: true
|
||||
auto_increment_asset_id: true
|
||||
|
||||
Reference in New Issue
Block a user