From 2f7a71625cfd0e2e665cfdbe944328d797860328 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 23 Dec 2025 09:45:52 +0100 Subject: [PATCH] =?UTF-8?q?fix(linkwarden):=20update=20image=20ghcr.io/lin?= =?UTF-8?q?kwarden/linkwarden=20v2.13.2=20=E2=86=92=20v2.13.3=20(#43111)?= 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 | `d663d4d` -> `aa91104` | --- > [!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.13.3`](https://redirect.github.com/linkwarden/linkwarden/releases/tag/v2.13.3) [Compare Source](https://redirect.github.com/linkwarden/linkwarden/compare/v2.13.2...v2.13.3) > \[!IMPORTANT]\ > This update is highly recommended for ALL users. > Self-hosted users who installed Linkwarden manually must enable Corepack to run the project with the pinned Yarn v4.12.0: > > ``` > corepack enable > ``` #### What's Changed **TL;DR:** Faster, lighter, and more secure. - Upgraded the dependencies (which also patches the recent NextJS CVEs out there) - Refactored the code (which drastically improves the performance) - Fixed favicon-related error logs (no more `upstream image response failed…`) - And a lot more... **Full Changelog**:
--- ### 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 03105582352..b942274e236 100644 --- a/charts/stable/linkwarden/Chart.yaml +++ b/charts/stable/linkwarden/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 2.13.2 +appVersion: 2.13.3 dependencies: - name: common version: 28.29.11 @@ -39,5 +39,5 @@ sources: - https://github.com/linkwarden/linkwarden - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/linkwarden type: application -version: 7.15.4 +version: 7.15.5 diff --git a/charts/stable/linkwarden/values.yaml b/charts/stable/linkwarden/values.yaml index a429d922df9..f576eb4b085 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.13.2@sha256:d663d4db5c7fbb605878a3705aeb4a654548b9011754ddfcee66dc5a40ac56df + tag: v2.13.3@sha256:aa911041b553c3f9de0c4e0babff65ced8835c2a1dd17239b9467f715822f74d config: nextauth_url: "http://example.com"