From 8dbffee1ffbb0d31d5be0f9cbd34d83790ec4fd2 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 3 May 2025 20:25:05 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/linkwar?= =?UTF-8?q?den/linkwarden=20v2.10.0=20=E2=86=92=20v2.10.1=20(#35007)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linkwarden/linkwarden](https://redirect.github.com/linkwarden/linkwarden) | patch | `ca71808` -> `09e041e` | --- > [!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
linkwarden/linkwarden (ghcr.io/linkwarden/linkwarden) ### [`v2.10.1`](https://redirect.github.com/linkwarden/linkwarden/releases/tag/v2.10.1) [Compare Source](https://redirect.github.com/linkwarden/linkwarden/compare/v2.10.0...v2.10.1) #### What's Changed - Refactored the folder structure into a monorepo-style filesystem for better maintainability and scalability. If you previously followed the **manual installation instructions**, this change may affect your setup. Please review the updated [manual installation](https://docs.linkwarden.app/self-hosting/installation#manual-installation) docs to ensure compatibility. - Added support for defining a [`CUSTOM_OPENAI_BASE_URL`](https://redirect.github.com/linkwarden/linkwarden/blob/dev/.env.sample#L55) to use OpenAI-compatible providers as the AI tagging model. - The worker now logs the link processing queue to the console. - Various bug fixes and small improvements. And a small surprise for the more active users: The official mobile app is already in [development](https://redirect.github.com/linkwarden/linkwarden/tree/main/apps/mobile) :) #### New Contributors - [@​simcop2387](https://redirect.github.com/simcop2387) made their first contribution in [https://github.com/linkwarden/linkwarden/pull/1168](https://redirect.github.com/linkwarden/linkwarden/pull/1168) **Full Changelog**: https://github.com/linkwarden/linkwarden/compare/v2.10.0...v2.10.1
--- ### 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/linkwarden/Chart.yaml | 4 ++-- charts/stable/linkwarden/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/linkwarden/Chart.yaml b/charts/stable/linkwarden/Chart.yaml index f268b9b03c1..8fd880c0117 100644 --- a/charts/stable/linkwarden/Chart.yaml +++ b/charts/stable/linkwarden/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.10.0 +appVersion: 2.10.1 dependencies: - name: common version: 25.4.10 @@ -37,5 +37,5 @@ sources: - https://github.com/linkwarden/linkwarden - https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden type: application -version: 6.10.0 +version: 6.10.1 diff --git a/charts/stable/linkwarden/values.yaml b/charts/stable/linkwarden/values.yaml index 3b73dfad067..a3a158bcc4c 100644 --- a/charts/stable/linkwarden/values.yaml +++ b/charts/stable/linkwarden/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linkwarden/linkwarden pullPolicy: IfNotPresent - tag: v2.10.0@sha256:ca71808583cc1912b3653ea7793d73ddd3140d0040e3d11cf05db380653ed463 + tag: v2.10.1@sha256:09e041ee68ed6e47b654f9b8fbc32fb0fb4198bc2cd15b2b8a676235d8ec95b6 config: nextauth_url: "http://example.com"