From d02ca35a5d625178bc96c424d3b5aa19bb9597c3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 27 May 2024 08:28:57 +0200 Subject: [PATCH] chore(deps): update container image golift/notifiarr to v0.7.1@7cc9247 by renovate (#22498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golift/notifiarr](https://togithub.com/Notifiarr/notifiarr) | patch | `0.7.0` -> `0.7.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
Notifiarr/notifiarr (golift/notifiarr) ### [`v0.7.1`](https://togithub.com/Notifiarr/notifiarr/releases/tag/v0.7.1): May 26, 2024 [Compare Source](https://togithub.com/Notifiarr/notifiarr/compare/v0.7.0...v0.7.1) #### Releases - Docker images are now built in GitHub actions and [served from GitHub Container Registry](https://togithub.com/Notifiarr/notifiarr/pkgs/container/notifiarr). - *Note: Images (without a rate limit) are still built by and available on Docker Hub.* #### Features - New Tunnel UI. - Automatic tunnel failover. - Lidarr custom format sync methods added. - Added new docker images with `cuda` and `alpine` bases. These new images are in addition the `scratch` base image. - Cuda is used to monitor Nvidia video cards. - Alpine is used to have a more full-featured container (you can shell into). - File uploads now contain the hostname. - Additional content metadata scraped and sent to the website for active queue/downloads tracker. - New API endpoints to ping one, many or all starr instances. - New API endpoints to delete items from starr app queues. - HTTP service checks now have support for arbitrary headers. #### Bugs Fixed - Adds additional auth header exclusions. - Starr API errors now return the same http status code as the error. - Typo fixes, and Sonarr custom format sync renamed to be more consistent with Radarr. - Tunnel overhaul. Better tunnel logging with connection IDs. - Quotes in passwords should work now. - Apostrophes in file systems paths work now. - Fix ability to monitor MariaDB service. - Includes Plex friendly name in service check updates. - HTTP service checks now go critical when there's an error making the request (instead of unknown). - Fixes an app deadlock when watching a non-existent file. - Removes the console/terminal window from Windows so the `conhost.exe` workaround is no longer required. #### Notable Merged Contributions - Ignore Even More Headers by [@​bakerboy448](https://togithub.com/bakerboy448) in [https://github.com/Notifiarr/notifiarr/pull/645](https://togithub.com/Notifiarr/notifiarr/pull/645) - Updates and lint by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/650](https://togithub.com/Notifiarr/notifiarr/pull/650) - chore(deps): update actions/download-artifact action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Notifiarr/notifiarr/pull/651](https://togithub.com/Notifiarr/notifiarr/pull/651) - chore(deps): update actions/setup-go action to v5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Notifiarr/notifiarr/pull/652](https://togithub.com/Notifiarr/notifiarr/pull/652) - Tunnel updates by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/654](https://togithub.com/Notifiarr/notifiarr/pull/654) - return starr app code by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/656](https://togithub.com/Notifiarr/notifiarr/pull/656) - Update README.md by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/662](https://togithub.com/Notifiarr/notifiarr/pull/662) - cleanup sync naming by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/664](https://togithub.com/Notifiarr/notifiarr/pull/664) - chore(deps): update golangci/golangci-lint-action action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Notifiarr/notifiarr/pull/667](https://togithub.com/Notifiarr/notifiarr/pull/667) - Add lidarr sync. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/665](https://togithub.com/Notifiarr/notifiarr/pull/665) - Add cuda and alpine images to GHCR by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/666](https://togithub.com/Notifiarr/notifiarr/pull/666) - Add mariadb support by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/669](https://togithub.com/Notifiarr/notifiarr/pull/669) - add hostname to file uploads by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/674](https://togithub.com/Notifiarr/notifiarr/pull/674) - Update mysql.go for lint by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/676](https://togithub.com/Notifiarr/notifiarr/pull/676) - add iostat and zpool to cuda and alpine by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/675](https://togithub.com/Notifiarr/notifiarr/pull/675) - add more meta to active downloads by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/683](https://togithub.com/Notifiarr/notifiarr/pull/683) - Protect passwords from quotes by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/682](https://togithub.com/Notifiarr/notifiarr/pull/682) - chore(deps): update nvidia/cuda docker tag to v12.3.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Notifiarr/notifiarr/pull/681](https://togithub.com/Notifiarr/notifiarr/pull/681) - ping endpoint and download items fixes by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/687](https://togithub.com/Notifiarr/notifiarr/pull/687) - header support for http services checks by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/688](https://togithub.com/Notifiarr/notifiarr/pull/688) - chore(deps): update nvidia/cuda docker tag to v12.4.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Notifiarr/notifiarr/pull/702](https://togithub.com/Notifiarr/notifiarr/pull/702) - Add delete queue endpoints by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/663](https://togithub.com/Notifiarr/notifiarr/pull/663) - protect quotes everywhere by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/705](https://togithub.com/Notifiarr/notifiarr/pull/705) - Add Plex name to service checks, and service check tags. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/707](https://togithub.com/Notifiarr/notifiarr/pull/707) - make http service checks go critical on errors by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/708](https://togithub.com/Notifiarr/notifiarr/pull/708) - chore(deps): update nvidia/cuda docker tag to v12.4.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Notifiarr/notifiarr/pull/706](https://togithub.com/Notifiarr/notifiarr/pull/706) - Re-arrange tunnel by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/709](https://togithub.com/Notifiarr/notifiarr/pull/709) - Filewatcher fixes. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/710](https://togithub.com/Notifiarr/notifiarr/pull/710) - Make tunnels fail over by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/712](https://togithub.com/Notifiarr/notifiarr/pull/712) - Dependency Updates by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/732](https://togithub.com/Notifiarr/notifiarr/pull/732) - Remove Windows console window by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Notifiarr/notifiarr/pull/733](https://togithub.com/Notifiarr/notifiarr/pull/733) **Full Changelog**: https://github.com/Notifiarr/notifiarr/compare/v0.7.0...v0.7.1
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/notifiarr/Chart.yaml | 4 ++-- charts/stable/notifiarr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/notifiarr/Chart.yaml b/charts/stable/notifiarr/Chart.yaml index 69ac2045fde..fb223c154f6 100644 --- a/charts/stable/notifiarr/Chart.yaml +++ b/charts/stable/notifiarr/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.7.0 +appVersion: 0.7.1 dependencies: - name: common version: 23.0.8 @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/notifiarr - https://hub.docker.com/r/golift/notifiarr type: application -version: 5.0.7 +version: 5.0.8 diff --git a/charts/stable/notifiarr/values.yaml b/charts/stable/notifiarr/values.yaml index 1e2717ec298..01b1d0cdc67 100644 --- a/charts/stable/notifiarr/values.yaml +++ b/charts/stable/notifiarr/values.yaml @@ -1,7 +1,7 @@ image: repository: golift/notifiarr pullPolicy: IfNotPresent - tag: 0.7.0@sha256:5080028cabe9169a84ebfeab0d38df1496a56965fa72a1072397e13dac5cf9bc + tag: 0.7.1@sha256:7cc924784a59bfa5394317f44d99de06c71078946905b1167219837d0a36d0ea notifiarr: # This will be your password for your first-time login. # Use the username 'admin' and the API key as password to log in.