chore(helm): update image ghcr.io/ajnart/homarr 0.15.4 → 0.15.6 (#27990)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ajnart/homarr](https://redirect.github.com/ajnart/homarr) | patch | `c13f04c` -> `8891626` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ajnart/homarr (ghcr.io/ajnart/homarr)</summary> ### [`v0.15.6`](https://redirect.github.com/ajnart/homarr/releases/tag/v0.15.6) [Compare Source](https://redirect.github.com/ajnart/homarr/compare/v0.15.5...v0.15.6) This is a hotfix for [v0.15.5](https://redirect.github.com/ajnart/homarr/releases/tag/v0.15.5), which introduced a bug that db migration does not work. ### [`v0.15.5`](https://redirect.github.com/ajnart/homarr/releases/tag/v0.15.5) [Compare Source](https://redirect.github.com/ajnart/homarr/compare/v0.15.4...v0.15.5) > \[!NOTE]\ > We've been working actively on working torwards version 1.0 which will include many improvements to performance, security and the overall look & feel of Homarr. It will greatly overhaul the technical architecture of Homarr. This work is done by volunteers. Please consider supporting our work via donations at https://opencollective.com/homarr > \[!TIP] > The environment variable `NEXTAUTH_URL` should no longer be needed with the latest changes for OIDC (See [#​2149](https://redirect.github.com/ajnart/homarr/issues/2149)) #### What's Changed - Bugfix for dynamic urls not properly replaces on Search by [@​j3lte](https://redirect.github.com/j3lte) in [https://github.com/ajnart/homarr/pull/2124](https://redirect.github.com/ajnart/homarr/pull/2124) - Add rel="noreferrer" to link AppTile.tsx by [@​bebsworthy](https://redirect.github.com/bebsworthy) in [https://github.com/ajnart/homarr/pull/2126](https://redirect.github.com/ajnart/homarr/pull/2126) - fix: app ping retry interval by [@​manuel-rw](https://redirect.github.com/manuel-rw) in [https://github.com/ajnart/homarr/pull/2122](https://redirect.github.com/ajnart/homarr/pull/2122) - fix: Make timer button show only to admins by [@​SeDemal](https://redirect.github.com/SeDemal) in [https://github.com/ajnart/homarr/pull/2143](https://redirect.github.com/ajnart/homarr/pull/2143) - fix: wrong redirect url for oidc requests [#​1909](https://redirect.github.com/ajnart/homarr/issues/1909) by [@​Meierschlumpf](https://redirect.github.com/Meierschlumpf) in [https://github.com/ajnart/homarr/pull/2149](https://redirect.github.com/ajnart/homarr/pull/2149) - New Crowdin updates by [@​ajnart](https://redirect.github.com/ajnart) in [https://github.com/ajnart/homarr/pull/2123](https://redirect.github.com/ajnart/homarr/pull/2123) #### New Contributors - [@​bebsworthy](https://redirect.github.com/bebsworthy) made their first contribution in [https://github.com/ajnart/homarr/pull/2126](https://redirect.github.com/ajnart/homarr/pull/2126) **Full Changelog**: https://github.com/ajnart/homarr/compare/v0.15.4...v0.15.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2ZsdXgiLCJyZW5vdmF0ZS93ZWJzaXRlIiwidHlwZS9wYXRjaCJdfQ==-->
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.4
|
||||
appVersion: 0.15.6
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.0
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/ajnart/homarr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/homarr
|
||||
type: application
|
||||
version: 12.2.0
|
||||
version: 12.2.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/ajnart/homarr
|
||||
tag: 0.15.4@sha256:c13f04c95fdfbdb710375301cc45783a4c239eaedc96258e2a026feead213f99
|
||||
tag: 0.15.6@sha256:889162656ea48d6ad151aa56328a81ac5320fd99f8923d065d915296384c346e
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user