chore(deps): update container image ghcr.io/autobrr/autobrr to v1.44.0@313e146 by renovate (#24161)
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 <details> <summary>autobrr/autobrr (ghcr.io/autobrr/autobrr)</summary> ### [`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`](4f0e2d82b3
): feat(config): check pid for container startup ([#​1589](https://togithub.com/autobrr/autobrr/issues/1589)) ([@​KyleSanderson](https://togithub.com/KyleSanderson)) - [`2881314`](2881314ad4
): feat(filters): add SLOVAK language option ([#​1584](https://togithub.com/autobrr/autobrr/issues/1584)) ([@​martylukyy](https://togithub.com/martylukyy)) ##### Bug fixes - [`6b3a4c5`](6b3a4c5c63
): fix(indexers): FearNoPeer irc regex for music ([#​1598](https://togithub.com/autobrr/autobrr/issues/1598)) ([@​zze0s](https://togithub.com/zze0s)) - [`8f99500`](8f995006b1
): fix(indexers): OPS log score parsing ([#​1592](https://togithub.com/autobrr/autobrr/issues/1592)) ([@​ThyThal](https://togithub.com/ThyThal)) - [`fe77096`](fe7709640e
): fix(web): add notification panel ([#​1578](https://togithub.com/autobrr/autobrr/issues/1578)) ([@​martylukyy](https://togithub.com/martylukyy)) - [`a8590bf`](a8590bfdc6
): fix(web): redirect to onboarding ([#​1591](https://togithub.com/autobrr/autobrr/issues/1591)) ([@​martylukyy](https://togithub.com/martylukyy)) - [`f1fa268`](f1fa2680a6
): fix(web): tooltip placement ([#​1577](https://togithub.com/autobrr/autobrr/issues/1577)) ([@​martylukyy](https://togithub.com/martylukyy)) ##### Other work - [`c24f04f`](c24f04f37c
): 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`](3cb18b013f
): 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`](6dc4965f22
): 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) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
044d06d697
commit
fe27378a6d
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue