chore(deps): update container image ghcr.io/onedr0p/lidarr-develop to v2.2.3.4098@ddb5035 by renovate (#19416)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/lidarr-develop](https://ghcr.io/onedr0p/lidarr-develop) ([source](https://togithub.com/Lidarr/Lidarr)) | patch | `2.2.2.4090` -> `2.2.3.4098` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Lidarr/Lidarr (ghcr.io/onedr0p/lidarr-develop)</summary> ### [`v2.2.3.4098`](https://togithub.com/Lidarr/Lidarr/releases/tag/v2.2.3.4098): 2.2.3.4098 [Compare Source](https://togithub.com/Lidarr/Lidarr/compare/v2.2.2.4090...v2.2.3.4098) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Radarr within an existing docker container.*** #### Changes: - [`55eaecb`](https://togithub.com/Lidarr/Lidarr/commit/55eaecb3c8af6c6d36b90f31c5860880dd101097) Fixed: Disabled select option still selectable \[ [#​4679](https://togithub.com/Lidarr/Lidarr/issues/4679) ] - [`63e36f7`](https://togithub.com/Lidarr/Lidarr/commit/63e36f71d2fe14f23cb8f05551a792a6379fecf6) Ensure not allowed cursor is shown for disabled select inputs - [`89e184e`](https://togithub.com/Lidarr/Lidarr/commit/89e184e768d5376821954e389db9383561bbba76) Ensure artists are populated in PageConnector - [`873a225`](https://togithub.com/Lidarr/Lidarr/commit/873a225f0c76406bedda4a30e9c70067d5ea8340) New: Show artist names after task name when applicable \[ [#​4678](https://togithub.com/Lidarr/Lidarr/issues/4678) ] - [`b81170d`](https://togithub.com/Lidarr/Lidarr/commit/b81170d9117daff1125932be70ffc677ff66b52e) Fixed: Wrapping of naming tokens with alternate separators \[ [#​4561](https://togithub.com/Lidarr/Lidarr/issues/4561), [#​4677](https://togithub.com/Lidarr/Lidarr/issues/4677) ] - [`5ffde40`](https://togithub.com/Lidarr/Lidarr/commit/5ffde4032058347e11909874525545980677b819) Automated API Docs update - [`ebfa680`](https://togithub.com/Lidarr/Lidarr/commit/ebfa68087d702bc4a91664e06a594285d40b2f0a) Fixed: Release push with only Magnet URL - [`1db0eb1`](https://togithub.com/Lidarr/Lidarr/commit/1db0eb1029153207ab2ceefba23fc5e338c9ea0f) New: Indexer flags - [`967b580`](https://togithub.com/Lidarr/Lidarr/commit/967b58017aee4bc2292f5a83e089005834df0530) Bump ImageSharp, Polly - [`3754d61`](https://togithub.com/Lidarr/Lidarr/commit/3754d611c78b20cbf34ca1485ee3b19d0f4169e0) Bump version to 2.2.3 This list of changes was [auto generated](https://dev.azure.com/Lidarr/43582661-9ac3-4ec6-9583-209885d5ff34/\_release?releaseId=74&\_a=release-summary). </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.2.2.4090
|
||||
appVersion: 2.2.3.4098
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.2.0
|
||||
@@ -33,7 +33,7 @@ name: lidarr
|
||||
sources:
|
||||
- https://github.com/Lidarr/Lidarr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/lidarr
|
||||
- https://ghcr.io/onedr0p/exportarr
|
||||
- https://ghcr.io/onedr0p/lidarr-develop
|
||||
- https://ghcr.io/onedr0p/exportarr
|
||||
type: application
|
||||
version: 21.5.1
|
||||
version: 21.5.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/lidarr-develop
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.2.2.4090@sha256:4978f1e1dc949d6ac6b2d9250203977ea4a966b49864e6bd65cc52835bad28bb
|
||||
tag: 2.2.3.4098@sha256:ddb5035c57005792761e60371ab7e2ca3e0804fa5ab6952266b0d5f797ed08c2
|
||||
exportarrImage:
|
||||
repository: ghcr.io/onedr0p/exportarr
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user