feat(autobrr): update image ghcr.io/autobrr/autobrr v1.76.0 → v1.77.0 (#47739)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/autobrr/autobrr](https://redirect.github.com/autobrr/autobrr) | minor | `f0f4d73` → `7274b73` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>autobrr/autobrr (ghcr.io/autobrr/autobrr)</summary> ### [`v1.77.0`](https://redirect.github.com/autobrr/autobrr/releases/tag/v1.77.0) [Compare Source](https://redirect.github.com/autobrr/autobrr/compare/v1.76.0...v1.77.0) #### Changelog ##### New Features - [`1bbe0fc`](https://redirect.github.com/autobrr/autobrr/commit/1bbe0fc55e6a017e78da2086a95c97d5bd9664b4): feat(actions): support multiple comma separated labels for Transmission ([#​2444](https://redirect.github.com/autobrr/autobrr/issues/2444)) ([@​GianniBYoung](https://redirect.github.com/GianniBYoung)) - [`b6db7dd`](https://redirect.github.com/autobrr/autobrr/commit/b6db7ddf67ef9a640dcaded3dd18e8688ae01f0f): feat(indexers): PTFiles update announcers ([#​2437](https://redirect.github.com/autobrr/autobrr/issues/2437)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`552cba9`](https://redirect.github.com/autobrr/autobrr/commit/552cba9d9a05dadfbe7299b6b0246c7f3e16949e): feat(indexers): add MidnightScene ([#​2434](https://redirect.github.com/autobrr/autobrr/issues/2434)) ([@​cmd430](https://redirect.github.com/cmd430)) - [`60997aa`](https://redirect.github.com/autobrr/autobrr/commit/60997aa382b34f0d2019b58e1e2c100c31bf3bea): feat(indexers): add Nexum ([#​2438](https://redirect.github.com/autobrr/autobrr/issues/2438)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`00904c0`](https://redirect.github.com/autobrr/autobrr/commit/00904c0798fd3a04cd5e673909ac59fa187e86cf): feat(web): add Norwegian language ([#​2427](https://redirect.github.com/autobrr/autobrr/issues/2427)) ([@​NoeRi9n](https://redirect.github.com/NoeRi9n)) ##### Bug fixes - [`40e8bbf`](https://redirect.github.com/autobrr/autobrr/commit/40e8bbf64c6cec403938dab566619b7fe8da4406): fix(feeds): support magnetURI from torznab enclosure ([#​2439](https://redirect.github.com/autobrr/autobrr/issues/2439)) ([@​zze0s](https://redirect.github.com/zze0s)) - [`fc8e1c6`](https://redirect.github.com/autobrr/autobrr/commit/fc8e1c6026392d515934dbf95a3e94c6e425d277): fix(i18n): mismatched filter tooltips ([#​2431](https://redirect.github.com/autobrr/autobrr/issues/2431)) ([@​crafty5999](https://redirect.github.com/crafty5999)) - [`af9e89c`](https://redirect.github.com/autobrr/autobrr/commit/af9e89c22028f83f292ff850e1d1b47e74e67996): fix(indexers): update RocketHD announce format and announcer ([#​2440](https://redirect.github.com/autobrr/autobrr/issues/2440)) ([@​sudo2k16](https://redirect.github.com/sudo2k16)) - [`d605c26`](https://redirect.github.com/autobrr/autobrr/commit/d605c26673e071fd31df0374797a5ab5d56bfef9): fix(web): adjust layout for new languages ([#​2425](https://redirect.github.com/autobrr/autobrr/issues/2425)) ([@​martylukyy](https://redirect.github.com/martylukyy)) ##### Other work - [`adaa313`](https://redirect.github.com/autobrr/autobrr/commit/adaa3130a3395ff1b92d4b0fa27c18b7388a122f): chore(indexers): add new EMP domain ([#​2433](https://redirect.github.com/autobrr/autobrr/issues/2433)) ([@​martylukyy](https://redirect.github.com/martylukyy)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9hdXRvYnJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.76.0
|
||||
appVersion: 1.77.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.1.6
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/autobrr/autobrr
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/autobrr
|
||||
type: application
|
||||
version: 12.3.1
|
||||
version: 12.4.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/autobrr/autobrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.76.0@sha256:f0f4d73fcd77700b1c98233562cd94a78b9bf685a7594a0aac4f8a9436b5044d
|
||||
tag: v1.77.0@sha256:7274b735b23ff4d048e7706145ce5759020e4ee6d85bb1fb8cca523784d35f88
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user