feat(wallos): update image ghcr.io/ellite/wallos 4.8.4 → 4.9.0 (#48292)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) | minor | `e4ca23a` → `f226b0c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ellite/Wallos (ghcr.io/ellite/wallos)</summary> ### [`v4.9.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#490-2026-05-16) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v4.8.4...v4.9.0) ##### Features - allow multiple filters on the settings page ([0fef959](https://redirect.github.com/ellite/Wallos/commit/0fef9597ef9eadce725128e454cbd60ec051391d)) - filter by notification status ([0fef959](https://redirect.github.com/ellite/Wallos/commit/0fef9597ef9eadce725128e454cbd60ec051391d)) - lifetime subscriptions ([0fef959](https://redirect.github.com/ellite/Wallos/commit/0fef9597ef9eadce725128e454cbd60ec051391d)) - rework icons ([0fef959](https://redirect.github.com/ellite/Wallos/commit/0fef9597ef9eadce725128e454cbd60ec051391d)) - sort graphs on the statistics page by usage ([0fef959](https://redirect.github.com/ellite/Wallos/commit/0fef9597ef9eadce725128e454cbd60ec051391d)) ##### Bug Fixes - don't use mbstring ([0fef959](https://redirect.github.com/ellite/Wallos/commit/0fef9597ef9eadce725128e454cbd60ec051391d)) - migrations using double quotes ([0fef959](https://redirect.github.com/ellite/Wallos/commit/0fef9597ef9eadce725128e454cbd60ec051391d)) - ntfy notifications with strange chars ([0fef959](https://redirect.github.com/ellite/Wallos/commit/0fef9597ef9eadce725128e454cbd60ec051391d)) - null array on empty subscription list ([0fef959](https://redirect.github.com/ellite/Wallos/commit/0fef9597ef9eadce725128e454cbd60ec051391d)) - open 3 dot menu abone for the subscriptions at the bottom ([0fef959](https://redirect.github.com/ellite/Wallos/commit/0fef9597ef9eadce725128e454cbd60ec051391d)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC93YWxsb3MiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.8.4
|
||||
appVersion: 4.9.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/ellite/Wallos
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/wallos
|
||||
type: application
|
||||
version: 10.4.0
|
||||
version: 10.5.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/ellite/wallos
|
||||
tag: 4.8.4@sha256:e4ca23a5b56d3f3e36987db9e38faa2b88adb0df0453852346689e6397daac83
|
||||
tag: 4.9.0@sha256:f226b0ccb9f726f0389653357a692a684afbb7a6cca705099a1d826e8f47a772
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user