chore(deps): update container image ghcr.io/autobrr/autobrr to v1.43.0@e26879a by renovate (#23515)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://togithub.com/autobrr/autobrr) | minor | `v1.42.0` -> `v1.43.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.43.0`](https://togithub.com/autobrr/autobrr/releases/tag/v1.43.0) [Compare Source](https://togithub.com/autobrr/autobrr/compare/v1.42.0...v1.43.0) #### Changelog ##### New Features - [`4fceccd`](4fceccd611
): feat(filters): support daily shows ([#​1462](https://togithub.com/autobrr/autobrr/issues/1462)) ([@​kenstir](https://togithub.com/kenstir)) - [`3d6c4c0`](3d6c4c09f5
): feat(indexers): add BitHUmen ([#​1576](https://togithub.com/autobrr/autobrr/issues/1576)) ([@​zze0s](https://togithub.com/zze0s)) - [`099a41f`](099a41f61b
): feat(indexers): add FinElite ([#​1562](https://togithub.com/autobrr/autobrr/issues/1562)) ([@​kanyewww](https://togithub.com/kanyewww)) - [`5e88d08`](5e88d08b35
): feat(macros): add missing variables ([#​1541](https://togithub.com/autobrr/autobrr/issues/1541)) ([@​MagiX13](https://togithub.com/MagiX13)) ##### Bug fixes - [`2a3dcfb`](2a3dcfbf05
): fix(auth): show correct error when providing wrong current password at credential change ([#​1549](https://togithub.com/autobrr/autobrr/issues/1549)) ([@​martylukyy](https://togithub.com/martylukyy)) - [`1530e95`](1530e9516d
): fix(rss): use custom client for rss tests ([#​1557](https://togithub.com/autobrr/autobrr/issues/1557)) ([@​Intuinewin](https://togithub.com/Intuinewin)) ##### Other work - [`0bd8c1d`](0bd8c1d974
): build(deps): bump goreleaser/goreleaser-action from 5 to 6 in the github group ([#​1573](https://togithub.com/autobrr/autobrr/issues/1573)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`f472859`](f472859cb0
): build(deps): bump the golang group with 6 updates ([#​1566](https://togithub.com/autobrr/autobrr/issues/1566)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`0841a1c`](0841a1ce7c
): build(deps): bump the npm group across 1 directory with 23 updates ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`ef32e94`](ef32e94769
): enhancement(web): return more meaningful error message in toast ([#​1558](https://togithub.com/autobrr/autobrr/issues/1558)) ([@​martylukyy](https://togithub.com/martylukyy)) - [`7821f7f`](7821f7fb2f
): refactor(web): headlessui v2 ([#​1570](https://togithub.com/autobrr/autobrr/issues/1570)) ([@​martylukyy](https://togithub.com/martylukyy)) **Full Changelog**: https://github.com/autobrr/autobrr/compare/v1.42.0...v1.43.0 #### Docker images - `docker pull ghcr.io/autobrr/autobrr:v1.43.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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
317f484564
commit
816d35d2a2
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.42.0
|
||||
appVersion: 1.43.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.0
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/autobrr/autobrr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/autobrr
|
||||
type: application
|
||||
version: 10.1.0
|
||||
version: 10.2.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/autobrr/autobrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.42.0@sha256:c38f2d0f31a63b98285049524115b238dbb9f1a39d5f60269dd8e9a19de7ebae
|
||||
tag: v1.43.0@sha256:e26879a64c2251bd1ab42822b4a36f5acc8add8a4d4ec536f634d04745ae7455
|
||||
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue