From c4b67b2d22948446cd105a2c0985ab195ffa7c70 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 9 Feb 2026 12:58:29 +0100 Subject: [PATCH] =?UTF-8?q?fix(jackett):=20update=20image=20oci.trueforge.?= =?UTF-8?q?org/containerforge/jackett=200.24.1066=20=E2=86=92=200.24.1074?= =?UTF-8?q?=20(#44702)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/jackett](https://ghcr.io/trueforge-org/jackett) ([source](https://redirect.github.com/Jackett/Jackett)) | patch | `cde89e6` → `e73acbe` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
Jackett/Jackett (oci.trueforge.org/containerforge/jackett) ### [`v0.24.1074`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.24.1074) [Compare Source](https://redirect.github.com/Jackett/Jackett/compare/v0.24.1066...v0.24.1074) #### Changes: - [`1d0c14f`](https://redirect.github.com/Jackett/Jackett/commit/1d0c14fc4edc609326445a31ff96f90b93f2a424) xthor: removed. resolves [#​16243](https://redirect.github.com/Jackett/Jackett/issues/16243) - [`e3f3354`](https://redirect.github.com/Jackett/Jackett/commit/e3f335446e274b6b72fa0a3a5707ecce6d477cb7) add siqi a Chinese private site. resolves [#​16150](https://redirect.github.com/Jackett/Jackett/issues/16150) - [`e631661`](https://redirect.github.com/Jackett/Jackett/commit/e631661c81f9bf16fac0f5df0205270e51529a66) lacale: update engine tag - [`9b6c626`](https://redirect.github.com/Jackett/Jackett/commit/9b6c62699bc285b9d58626e6dffa9b3b27b400f6) zamunda: removed. resolves [#​56](https://redirect.github.com/Jackett/Jackett/issues/56) - [`5c4a38e`](https://redirect.github.com/Jackett/Jackett/commit/5c4a38ed1b93f2bbbf8e6ff3047b11b5be9aee28) zelka: removed. resolves [#​4685](https://redirect.github.com/Jackett/Jackett/issues/4685) - [`007bbe9`](https://redirect.github.com/Jackett/Jackett/commit/007bbe99134b9ed5521115d7e9e4aeee462bfa40) arenabg: removed. resolves [#​3989](https://redirect.github.com/Jackett/Jackett/issues/3989) - [`881ec19`](https://redirect.github.com/Jackett/Jackett/commit/881ec1982143d327474f62a59d9cf9588a4af139) add zamundarip a public site. resolves [#​16553](https://redirect.github.com/Jackett/Jackett/issues/16553) - [`0577edc`](https://redirect.github.com/Jackett/Jackett/commit/0577edc2f24db0db2d0bb87ef42f4fbfbb8e311c) sextorrent: bump engine tag - [`64f385b`](https://redirect.github.com/Jackett/Jackett/commit/64f385b44c2dbbb4ac39ea4407111a0f38f9a8c2) dontorrent: restore alt domain seriesblanco - [`bbe2095`](https://redirect.github.com/Jackett/Jackett/commit/bbe20957bfc91e62041edbd97527ec204ccf8096) lacale: latest updates
See More - [`4de2052`](https://redirect.github.com/Jackett/Jackett/commit/4de205280df26254d9f69e494913c58eb4778936) thebrothers: update cats - [`63bd42d`](https://redirect.github.com/Jackett/Jackett/commit/63bd42d60c690e57cdca9997715c847dbd703919) pier720: new cat - [`be09d2c`](https://redirect.github.com/Jackett/Jackett/commit/be09d2cf0de5737cb06c059804cea51dd3131a90) ldu: update cats - [`01ebcb7`](https://redirect.github.com/Jackett/Jackett/commit/01ebcb7736b15a43aaaf01d283415ac7f91c4ff4) zktorrent: new domain - [`3c22343`](https://redirect.github.com/Jackett/Jackett/commit/3c223434eae673cac55bf0f845f6bf0f679cdbc1) world-torrent: update domains - [`5aa86d4`](https://redirect.github.com/Jackett/Jackett/commit/5aa86d4bd9551eda1752936e89d44cc2ce02b89c) nortorrent: new domain This list of changes was [auto generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=15592\&view=logs).
--- ### 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. --- - [ ] 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). --- charts/stable/jackett/Chart.yaml | 4 ++-- charts/stable/jackett/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index a320b648684..56290df3988 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -14,7 +14,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 0.24.1066 +appVersion: 0.24.1074 dependencies: - name: common version: 28.29.49 @@ -43,5 +43,5 @@ sources: - https://github.com/trueforge-org/containers/tree/main/apps/jackett - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/jackett type: application -version: 26.2.51 +version: 26.2.52 diff --git a/charts/stable/jackett/values.yaml b/charts/stable/jackett/values.yaml index 93fc8056228..1b0cb48d161 100644 --- a/charts/stable/jackett/values.yaml +++ b/charts/stable/jackett/values.yaml @@ -1,7 +1,7 @@ image: repository: oci.trueforge.org/containerforge/jackett pullPolicy: IfNotPresent - tag: 0.24.1066@sha256:cde89e624e2d5e3ba1ba85903109c68328fe82c0c8fe27f55f82d5cfe2db764e + tag: 0.24.1074@sha256:e73acbe71f552b3e8462f453f3bcfe1b0ac7bacf434afa6ac664abdc8c6fcf26 service: main: ports: