chore(deps): update container image golift/notifiarr to v0.8.2@c0082c9 by renovate (#26792)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golift/notifiarr](https://redirect.github.com/Notifiarr/notifiarr) | patch | `0.8.1` -> `0.8.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Notifiarr/notifiarr (golift/notifiarr)</summary> ### [`v0.8.2`](https://redirect.github.com/Notifiarr/notifiarr/releases/tag/v0.8.2): Notifiarr v0.8.2 [Compare Source](https://redirect.github.com/Notifiarr/notifiarr/compare/v0.8.1...v0.8.2) #### Features - Variable values may now be read from additional config files using `filepath:` - Adds HA stats to Synology snapshots. - HTTP assets are stored compressed. - HTTP responses are now served compressed. - Builds an Arch Linux package now. #### Bugs - Sonarr broke the API. This provides a fix to make TRaSH sync work again. - Intermittent crash in `GetAllLogPaths` is now fixed. #### Auto Generated Notes - Converts bindata usage to embed usage, gzip all http responses. by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/775](https://redirect.github.com/Notifiarr/notifiarr/pull/775) - fix github updater by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/792](https://redirect.github.com/Notifiarr/notifiarr/pull/792) - Arch package builder by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/794](https://redirect.github.com/Notifiarr/notifiarr/pull/794) - Update module github.com/shirou/gopsutil/v4 to v4.24.7 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/Notifiarr/notifiarr/pull/797](https://redirect.github.com/Notifiarr/notifiarr/pull/797) - Save config input for later use by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/798](https://redirect.github.com/Notifiarr/notifiarr/pull/798) - remove all the whitespace by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/799](https://redirect.github.com/Notifiarr/notifiarr/pull/799) - Shorten a bunch of html lines. by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/800](https://redirect.github.com/Notifiarr/notifiarr/pull/800) - last of the pieces to make filepath inputs work everywhere. by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/801](https://redirect.github.com/Notifiarr/notifiarr/pull/801) - update deps, bug fix by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/823](https://redirect.github.com/Notifiarr/notifiarr/pull/823) **Full Changelog**: https://github.com/Notifiarr/notifiarr/compare/v0.8.1...v0.8.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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4yIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
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.8.1
|
||||
appVersion: 0.8.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.16
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr
|
||||
- https://hub.docker.com/r/golift/notifiarr
|
||||
type: application
|
||||
version: 6.2.5
|
||||
version: 6.2.6
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: golift/notifiarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.8.1@sha256:9184218b8fb617e69fbc71f7cf9834b4d2251c84cc590befd0158706f2ecb7dd
|
||||
tag: 0.8.2@sha256:c0082c95c778b2d06072784e1b362976cefc3f23222ee18c7534416822d9deba
|
||||
notifiarr:
|
||||
# This will be your password for your first-time login.
|
||||
# Use the username 'admin' and the API key as password to log in.
|
||||
|
||||
Reference in New Issue
Block a user