chore(deps): update container image golift/notifiarr to v0.8.1@9184218 by renovate (#24477)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [golift/notifiarr](https://togithub.com/Notifiarr/notifiarr) | patch |
`0.8.0` -> `0.8.1` |

---

> [!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.1`](https://togithub.com/Notifiarr/notifiarr/releases/tag/v0.8.1)

[Compare
Source](https://togithub.com/Notifiarr/notifiarr/compare/v0.8.0...v0.8.1)

#### Changes

- Moves Windows auto updater to a trigger. It now works correctly in all
scenarios.
-   Cleans up backup executables on Windows.
-   Makes X11 GUI support work correctly in Linux.
-   Adds an integrity check so we can identify custom clients.
-   Service check is now disabled when no services to check exist.
-   New trigger interval to send an up-check to the website.
-   Removes home-brew builds.
- Nvidia-SMI path can now be removed in UI. App will correctly use PATH
to find it.
-   Client was, and no longer, sends mysql auth info to the website.
- Fixes a bug in Arch aur package maker than was putting files in /share
instead of /usr/share.
-   Adds `auto-start` checkbox to GUI menu.

#### Auto Generated Notes

- Move auto updater to trigger by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Notifiarr/notifiarr/pull/778](https://togithub.com/Notifiarr/notifiarr/pull/778)
- Move instance tests to their own package by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Notifiarr/notifiarr/pull/779](https://togithub.com/Notifiarr/notifiarr/pull/779)
- Code cleaning with linters by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Notifiarr/notifiarr/pull/780](https://togithub.com/Notifiarr/notifiarr/pull/780)
- More Linux/FreeBSD GUI support. by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Notifiarr/notifiarr/pull/781](https://togithub.com/Notifiarr/notifiarr/pull/781)
- fix(deps): update module modernc.org/sqlite to v1.31.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Notifiarr/notifiarr/pull/782](https://togithub.com/Notifiarr/notifiarr/pull/782)
- fix(deps): update golift.io/rotatorr digest to
[`cb73b9c`](https://togithub.com/Notifiarr/notifiarr/commit/cb73b9c) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/Notifiarr/notifiarr/pull/783](https://togithub.com/Notifiarr/notifiarr/pull/783)
- add more linux desktop features by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Notifiarr/notifiarr/pull/785](https://togithub.com/Notifiarr/notifiarr/pull/785)
- add version to step names by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Notifiarr/notifiarr/pull/786](https://togithub.com/Notifiarr/notifiarr/pull/786)
- fix upcheck by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Notifiarr/notifiarr/pull/787](https://togithub.com/Notifiarr/notifiarr/pull/787)
- add integrity check to system page by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Notifiarr/notifiarr/pull/788](https://togithub.com/Notifiarr/notifiarr/pull/788)
- add backup cleanup codez by
[@&#8203;davidnewhall](https://togithub.com/davidnewhall) in
[https://github.com/Notifiarr/notifiarr/pull/789](https://togithub.com/Notifiarr/notifiarr/pull/789)

**Full Changelog**:
https://github.com/Notifiarr/notifiarr/compare/v0.8.0...v0.8.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
This commit is contained in:
TrueCharts Bot 2024-07-28 08:28:22 +02:00 committed by GitHub
parent 39021e6e5b
commit aebea210eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.8.0
appVersion: 0.8.1
dependencies:
- name: common
version: 24.1.5
@ -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.1
version: 6.2.2

View File

@ -1,7 +1,7 @@
image:
repository: golift/notifiarr
pullPolicy: IfNotPresent
tag: 0.8.0@sha256:7fce9f13adb6505bfcff83e137f2ac59132f2b87c8d33534794f6be9b8cac230
tag: 0.8.1@sha256:9184218b8fb617e69fbc71f7cf9834b4d2251c84cc590befd0158706f2ecb7dd
notifiarr:
# This will be your password for your first-time login.
# Use the username 'admin' and the API key as password to log in.