From fe27378a6d4d7d0e7cf840e2587c2bcaf4ab412a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 24 Jul 2024 15:52:01 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/autobrr/autobrr to v1.44.0@313e146 by renovate (#24161) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://togithub.com/autobrr/autobrr) | minor | `v1.43.0` -> `v1.44.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
autobrr/autobrr (ghcr.io/autobrr/autobrr) ### [`v1.44.0`](https://togithub.com/autobrr/autobrr/releases/tag/v1.44.0) [Compare Source](https://togithub.com/autobrr/autobrr/compare/v1.43.0...v1.44.0) #### Changelog ##### New Features - [`4f0e2d8`](https://togithub.com/autobrr/autobrr/commit/4f0e2d82b31068547f165872944fcbcecd4b3d52): feat(config): check pid for container startup ([#​1589](https://togithub.com/autobrr/autobrr/issues/1589)) ([@​KyleSanderson](https://togithub.com/KyleSanderson)) - [`2881314`](https://togithub.com/autobrr/autobrr/commit/2881314ad422b8048d7a4b89aa1f316e530ce6e0): feat(filters): add SLOVAK language option ([#​1584](https://togithub.com/autobrr/autobrr/issues/1584)) ([@​martylukyy](https://togithub.com/martylukyy)) ##### Bug fixes - [`6b3a4c5`](https://togithub.com/autobrr/autobrr/commit/6b3a4c5c63427c52720c1af61c0076cbf7b85b93): fix(indexers): FearNoPeer irc regex for music ([#​1598](https://togithub.com/autobrr/autobrr/issues/1598)) ([@​zze0s](https://togithub.com/zze0s)) - [`8f99500`](https://togithub.com/autobrr/autobrr/commit/8f995006b14c595e394c1762e54693ac06c09120): fix(indexers): OPS log score parsing ([#​1592](https://togithub.com/autobrr/autobrr/issues/1592)) ([@​ThyThal](https://togithub.com/ThyThal)) - [`fe77096`](https://togithub.com/autobrr/autobrr/commit/fe7709640e55f913a269d703e7795fb32561ac3a): fix(web): add notification panel ([#​1578](https://togithub.com/autobrr/autobrr/issues/1578)) ([@​martylukyy](https://togithub.com/martylukyy)) - [`a8590bf`](https://togithub.com/autobrr/autobrr/commit/a8590bfdc6f902bf7dd04fcbed60be65862f6d03): fix(web): redirect to onboarding ([#​1591](https://togithub.com/autobrr/autobrr/issues/1591)) ([@​martylukyy](https://togithub.com/martylukyy)) - [`f1fa268`](https://togithub.com/autobrr/autobrr/commit/f1fa2680a6417437bba7d8e627c05a1b5fafdd62): fix(web): tooltip placement ([#​1577](https://togithub.com/autobrr/autobrr/issues/1577)) ([@​martylukyy](https://togithub.com/martylukyy)) ##### Other work - [`c24f04f`](https://togithub.com/autobrr/autobrr/commit/c24f04f37c41a90563dc7fcb266ba3186be859c6): build(deps): bump docker/build-push-action from 5 to 6 in the github group ([#​1582](https://togithub.com/autobrr/autobrr/issues/1582)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`3cb18b0`](https://togithub.com/autobrr/autobrr/commit/3cb18b013fcb38bf352ebd25b0c47527bb4c96b2): build(deps): bump the npm group in /web with 14 updates ([#​1586](https://togithub.com/autobrr/autobrr/issues/1586)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`6dc4965`](https://togithub.com/autobrr/autobrr/commit/6dc4965f2248615f5b95b37d4507126fb001224d): docs(install): distroless docker builds ([#​1500](https://togithub.com/autobrr/autobrr/issues/1500)) ([@​s0up4200](https://togithub.com/s0up4200)) **Full Changelog**: https://github.com/autobrr/autobrr/compare/v1.43.0...v1.44.0 #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.44.0` #### What to do next? - Read the [documentation](https://autobrr.com) - Join our [Discord server](https://discord.gg/WQ2eUycxyT)
--- ### 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/autobrr/Chart.yaml | 4 ++-- charts/stable/autobrr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/autobrr/Chart.yaml b/charts/stable/autobrr/Chart.yaml index 297a335dd4c..768918316ae 100644 --- a/charts/stable/autobrr/Chart.yaml +++ b/charts/stable/autobrr/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.43.0 +appVersion: 1.44.0 dependencies: - name: common version: 24.1.5 @@ -33,4 +33,4 @@ sources: - https://github.com/autobrr/autobrr - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr type: application -version: 10.2.3 +version: 10.3.0 diff --git a/charts/stable/autobrr/values.yaml b/charts/stable/autobrr/values.yaml index d3867cfd28f..6330a54d505 100644 --- a/charts/stable/autobrr/values.yaml +++ b/charts/stable/autobrr/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/autobrr/autobrr pullPolicy: IfNotPresent - tag: v1.43.0@sha256:e26879a64c2251bd1ab42822b4a36f5acc8add8a4d4ec536f634d04745ae7455 + tag: v1.44.0@sha256:313e146f0d64f489ffb0bc10c8c2e1bfa072c20cb220b7317f2b1eeda712f49b service: main: