feat(doplarr): update image oci.trueforge.org/containerforge/doplarr 3.7.0 → 3.8.0 (#48903)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/doplarr](https://ghcr.io/trueforge-org/doplarr) ([source](https://redirect.github.com/kiranshila/doplarr)) | minor | `e7eb0b6` → `f9fb976` | --- > [!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>kiranshila/doplarr (oci.trueforge.org/containerforge/doplarr)</summary> ### [`v3.8.0`](https://redirect.github.com/kiranshila/Doplarr/releases/tag/v3.8.0) [Compare Source](https://redirect.github.com/kiranshila/doplarr/compare/v3.7.0...v3.8.0) #### What's Changed - fix: support discordIds array format for Seerr 3.3 compatibility by [@​dhpup](https://redirect.github.com/dhpup) in [kiranshila/Doplarr#161](https://redirect.github.com/kiranshila/Doplarr/pull/161) #### New Contributors - [@​dhpup](https://redirect.github.com/dhpup) made their first contribution in [kiranshila/Doplarr#161](https://redirect.github.com/kiranshila/Doplarr/pull/161) **Full Changelog**: <https://github.com/kiranshila/Doplarr/compare/v3.7.0...v3.8.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9kb3BsYXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.7.0
|
||||
appVersion: 3.8.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/trueforge-org/containers/tree/main/apps/doplarr
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/doplarr
|
||||
type: application
|
||||
version: 13.3.0
|
||||
version: 13.4.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/doplarr
|
||||
tag: "3.7.0@sha256:e7eb0b67ac23c8a7dc45a2b1ac3a63ecd6c504588319bd5dd01c05646f229501"
|
||||
tag: "3.8.0@sha256:f9fb97643baffd8105fdb05dbde8fd03eb82f51bc652e92d8e0876112280385c"
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user